aws-sdk-go-v2
aws-sdk-go-v2 copied to clipboard
AWS SDK for the Go programming language.
### Describe the bug I'm experiencing a problem building a simple `getec2` program that describes ec2 instances. Using the `go build -v main.go` results in this: ` github.com/aws/aws-sdk-go-v2/service/ec2: /usr/lib/golang/pkg/tool/linux_amd64/compile: signal:...
Implement serialization/schema decoupling for generated serde in this SDK. This should reduce the amount of generated serde in general which should come with binary size reduction.
Confirm by changing [ ] to [x] below to ensure that it's a bug: - [x] I've gone though the [API reference](https://docs.aws.amazon.com/sdk-for-go/v2/api/) - [x] I've checked [AWS Forums](https://forums.aws.amazon.com) and [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-go)...
### Describe the bug As per https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketTagging.html - the GetBucketTagging operation can return with a code NoSuchTagSet. However in s3 types, there is no corresponding error type. ### Expected Behavior...
### Describe the bug In the latest CLI, the result type `InstanceDetailedInformation` is supported in GetInventory. ``` aws ssm list-inventory-entries --instance-id i-00xyxxyzxyz --type-name AWS:InstanceDetailedInformation -- { "TypeName": "AWS:InstanceDetailedInformation", "InstanceId": "i-0023112313cevwss",...
### Describe the bug `GetBucketLifecycleConfiguration` incorrectly deserializes lifecycle rules which are scoped to the entire bucket. This means that calling `PutBucketLifecycleConfiguration` with the rules from Get fails (this should be...
### Describe the issue It took me a while to find out why my CompleteMultipartUpload is returning HTTP 400 It was because I did not list uploaded parts in the...
We've had to add all of the following enhancements/fixes through opt-in flags on encode/decode options to avoid potentially breaking customer data. All of these behaviors should realistically be on by...
### Describe the feature Add a feature that would permit credentials.Credentials to return the last successful retrieved tokens if the configured credentials provider is unable to assume new credentials. ###...