Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 91e36ec

Browse files
Release v1.45.17 (2023-09-26) (#5001)
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.
1 parent b011fcd commit 91e36ec

File tree

44 files changed

+6496
-1426
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+6496
-1426
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
Release v1.45.17 (2023-09-26)
2+
===
3+
4+
### Service Client Updates
5+
* `service/appintegrations`: Updates service API, documentation, paginators, and examples
6+
* `service/apprunner`: Updates service API and documentation
7+
* `service/codedeploy`: Updates service documentation
8+
* CodeDeploy now supports In-place and Blue/Green EC2 deployments with multiple Classic Load Balancers and multiple Target Groups.
9+
* `service/connect`: Updates service API, documentation, and paginators
10+
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
11+
* Amazon DynamoDB now supports Incremental Export as an enhancement to the existing Export Table
12+
* `service/ec2`: Updates service API and documentation
13+
* The release includes AWS verified access to support FIPs compliance in North America regions
14+
* `service/lakeformation`: Updates service API, documentation, and paginators
15+
* `service/pinpoint`: Updates service documentation
16+
* Update documentation for RemoveAttributes to more accurately reflect its behavior when attributes are deleted.
17+
* `service/s3`: Updates service API and examples
18+
* 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.
19+
120
Release v1.45.16 (2023-09-25)
221
===
322

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.45.16"
8+
const SDKVersion = "1.45.17"

0 commit comments

Comments
 (0)