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...
### Describe the feature It would be great to add support for CRUD [AWS Glue Data Catalog Views](https://docs.aws.amazon.com/athena/latest/ug/views-glue.html). ### Use Case Right now the view can be created via running...
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 Add native support for [CreateSession](https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html) to the SDK. ### Use Case We would like to leverage IAM Roles Anywhere to "bootstrap" AWS credentials into our external...
### 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...
### 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 `DescribeDBClusterParameters` has a native paginator, `DescribeEngineDefaultParameters` has a native paginator, it seems odd that `DescribeEngineDefaultClusterParameters` lacks one. ~~Additionally, the `...Input` object for `DescribeEngineDefaultClusterParameters` accepts a `marker`,...