aws-sdk-go-v2
aws-sdk-go-v2 copied to clipboard
AWS SDK for the Go programming language.
### Acknowledgements - [x] I have searched (https://github.com/aws/aws-sdk/issues?q=is%3Aissue) for past instances of this issue - [x] I have verified all of my SDK modules are up-to-date (you can perform a...
Confirm by changing [ ] to [x] below to ensure that it's a bug: - [x] I've gone though [Developer Guide](https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/welcome.html) and [API reference](https://docs.aws.amazon.com/sdk-for-go/api/) - [x] I've checked [AWS Forums](https://forums.aws.amazon.com)...
### Describe the feature DynamoDB's `ListTagsOfResource` is a paginated operation, returning a list and accepting `NextToken` in its input args. However, a Paginator is not provided for it in the...
### Acknowledgements - [X] I have searched (https://github.com/aws/aws-sdk/issues?q=is%3Aissue) for past instances of this issue - [X] I have verified all of my SDK modules are up-to-date (you can perform a...
### Describe the feature The MQ `ListConfigurations` and `ListConfigurationRevisions` operations is missing a paginator. ### Use Case Most List operations in the AWS SDK for Go v2 use a standardized...
### Acknowledgements - [X] I have searched (https://github.com/aws/aws-sdk/issues?q=is%3Aissue) for past instances of this issue - [X] I have verified all of my SDK modules are up-to-date (you can perform a...
### Acknowledgements - [X] I have searched (https://github.com/aws/aws-sdk/issues?q=is%3Aissue) for past instances of this issue - [X] I have verified all of my SDK modules are up-to-date (you can perform a...
### Acknowledgements - [x] I have searched (https://github.com/aws/aws-sdk/issues?q=is%3Aissue) for past instances of this issue - [x] I have verified all of my SDK modules are up-to-date (you can perform a...
### Describe the feature As of 2/27/2025, support for resource aware (consumable resources like 3rd party api calls, etc) has been added to AWS Batch. ### Use Case I would...
### Describe the feature When using the model Anthropic v3, it showed ``` "claude-3-sonnet-20240229" is not supported on this API. Please use the Messages API instead. ``` ### Use Case...