aws-sdk-rust
aws-sdk-rust copied to clipboard
AWS SDK for the Rust Programming Language
### Describe the feature Currently, calling a method that accepts a `model` struct requires first constructing the builder (`ModelStruct::builder()`), then calling methods on it, then calling `.build()` at the end....
### Describe the feature The AWS SDK for Go provides an [expression](https://docs.aws.amazon.com/sdk-for-go/api/service/dynamodb/expression/) package that serves as a really nice tool for building dynamodb queries/filters/conditions/etc. It would be nice to have...
### Describe the feature In java sdk, we have class called [Arn](https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/arns/Arn.html) . In rust sdk, we need something similar to create arn given serviceName and resourceName . ### Use...
### Describe the feature Add a `ThrottlingExcepton` type to the KMS SDK. ### Use Case We'd like to use the library (with retries turned off) so we can surface that...
### Describe the feature Ability to build a `ByteStream` from an implementation of `AsyncBufRead`. ### Use Case A simple use-case is, we want to read some data from an existing...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
### Tell us about your request I found `std::collections::HashMap` used as part of a number of public APIs. Doing so commits the hash algorithm to the public API. By default,...
### Describe the feature In the model types for each API (e.g. ec2), nearly every field is `Option`. This means that developers have to make a bunch of boilerplate error...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
### A note for the community ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers...