Skip to content

Commit

Permalink
Release v1.45.17 (2023-09-26) (#5001)
Browse files Browse the repository at this point in the history
Release v1.45.17 (2023-09-26)
===

### Service Client Updates
* `service/appintegrations`: Updates service API, documentation, paginators, and examples
* `service/apprunner`: Updates service API and documentation
* `service/codedeploy`: Updates service documentation
  * CodeDeploy now supports In-place and Blue/Green EC2 deployments with multiple Classic Load Balancers and multiple Target Groups.
* `service/connect`: Updates service API, documentation, and paginators
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
  * Amazon DynamoDB now supports Incremental Export as an enhancement to the existing Export Table
* `service/ec2`: Updates service API and documentation
  * The release includes AWS verified access to support FIPs compliance in North America regions
* `service/lakeformation`: Updates service API, documentation, and paginators
* `service/pinpoint`: Updates service documentation
  * Update documentation for RemoveAttributes to more accurately reflect its behavior when attributes are deleted.
* `service/s3`: Updates service API and examples
  * This release adds a new field COMPLETED to the ReplicationStatus Enum. You can now use this field to validate the replication status of S3 objects using the AWS SDK.
  • Loading branch information
aws-sdk-go-automation committed Sep 26, 2023
1 parent b011fcd commit 91e36ec
Show file tree
Hide file tree
Showing 44 changed files with 6,496 additions and 1,426 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Release v1.45.17 (2023-09-26)
===

### Service Client Updates
* `service/appintegrations`: Updates service API, documentation, paginators, and examples
* `service/apprunner`: Updates service API and documentation
* `service/codedeploy`: Updates service documentation
* CodeDeploy now supports In-place and Blue/Green EC2 deployments with multiple Classic Load Balancers and multiple Target Groups.
* `service/connect`: Updates service API, documentation, and paginators
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
* Amazon DynamoDB now supports Incremental Export as an enhancement to the existing Export Table
* `service/ec2`: Updates service API and documentation
* The release includes AWS verified access to support FIPs compliance in North America regions
* `service/lakeformation`: Updates service API, documentation, and paginators
* `service/pinpoint`: Updates service documentation
* Update documentation for RemoveAttributes to more accurately reflect its behavior when attributes are deleted.
* `service/s3`: Updates service API and examples
* This release adds a new field COMPLETED to the ReplicationStatus Enum. You can now use this field to validate the replication status of S3 objects using the AWS SDK.

Release v1.45.16 (2023-09-25)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.45.16"
const SDKVersion = "1.45.17"

0 comments on commit 91e36ec

Please sign in to comment.