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

AWS SDK for the Rust Programming Language

Results 214 aws-sdk-rust issues
Sort by recently updated
recently updated
newest added
trafficstars

### 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....

feature-request
p2

### 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...

feature-request
high-level-library

### 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...

feature-request

### 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...

feature-request

### 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...

feature-request

### 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...

feature-request
p2

### 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,...

feature-request

### 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...

feature-request

### 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...

feature-request
high-level-library
p2

### 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...

feature-request