Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Services
SDK Enhancements
aws/endpoints
: Expose DNSSuffix for partitions (#369)DNSSuffix
method on the endpoint'sPartition
type. This allows access to the partition's DNS suffix, e.g. "amazon.com".private/protocol
: Add support for parsing fractional timestamp (#367)aws/ec2metadata
: Add marketplaceProductCodes to EC2 Instance Identity Document (#374)MarketplaceProductCodes
to the EC2 Instance Metadata's Identity Document. The ec2metadata client will now retrieve these values if they are available.aws
: Adds configurations to the default retryer (#375)aws
: Refactors request retry behavior path logic (#384)SDK Bugs
aws
: Fixes bug in calculating throttled retry delay (#373)Retry-After
duration specified in the request is now added to the Retry delay for throttled exception. Adds test for retry delays for throttled exceptions. Fixes bug where the throttled retry's math was off.aws
: Adds missing sdk error checking when seeking readers (#379)service/s3
: Fixes unexpected EOF error by s3manager (#386)private/model
: Fixes generated API Reference docs links being invalid (387)