aws-sdk-rust icon indicating copy to clipboard operation
aws-sdk-rust copied to clipboard

New Service Support: Amazon Timestream

Open sethusrinivasan opened this issue 4 years ago • 7 comments
trafficstars

sethusrinivasan avatar Jun 16 '21 05:06 sethusrinivasan

Note: requires completion of smithy-rs#109 because timestream requires endpoint discovery to function

rcoh avatar Jun 16 '21 12:06 rcoh

Any workaround for now, since endpoint discovery not implemented. We want to insert records to Timestream using rust SDK.

overheat avatar Mar 23 '22 08:03 overheat

There is no current workaround. We recognize that this is an important feature and will implement it as soon as our priorities allow.

Velfi avatar Mar 28 '22 17:03 Velfi

Seems like smithy-rs already supports it - is there any update on Timestream support in Rust SDK?

rafalwrzeszcz avatar Jun 22 '23 09:06 rafalwrzeszcz

Support was added to smithy-rs, so the next full release (that is, not just a models update) of the SDK should include it. It may be a few weeks before that happens though.

jdisanti avatar Jun 23 '23 16:06 jdisanti

As of the August 3rd, 2023 release, the SDK now has experimental support for Timestream. In order to use it, you MUST call .with_endpoint_discovery_enabled() on the Client after construction.

jdisanti avatar Aug 03 '23 20:08 jdisanti

Thank you @jdisanti

sethusrinivasan avatar Aug 03 '23 22:08 sethusrinivasan

Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.

github-actions[bot] avatar Apr 09 '24 20:04 github-actions[bot]