Skip to content

Commit

Permalink
Release v1.53.20 (2024-06-10) (#5282)
Browse files Browse the repository at this point in the history
Release v1.53.20 (2024-06-10)
===

### Service Client Updates
* `service/application-signals`: Adds new service
* `service/ecs`: Updates service API and documentation
  * This release introduces a new cluster configuration to support the customer-managed keys for ECS managed storage encryption.
* `service/imagebuilder`: Updates service API
  • Loading branch information
aws-sdk-go-automation committed Jun 10, 2024
1 parent ae77b91 commit b58ff6c
Show file tree
Hide file tree
Showing 19 changed files with 9,400 additions and 45 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Release v1.53.20 (2024-06-10)
===

### Service Client Updates
* `service/application-signals`: Adds new service
* `service/ecs`: Updates service API and documentation
* This release introduces a new cluster configuration to support the customer-managed keys for ECS managed storage encryption.
* `service/imagebuilder`: Updates service API

Release v1.53.19 (2024-06-07)
===

Expand Down
3 changes: 3 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.53.19"
const SDKVersion = "1.53.20"
Loading

0 comments on commit b58ff6c

Please sign in to comment.