Skip to content

Commit

Permalink
Release v1.54.0 (2024-06-12) (#5285)
Browse files Browse the repository at this point in the history
Release v1.54.0 (2024-06-12)
===

### Service Client Updates
* `service/apptest`: Updates service API, documentation, waiters, paginators, and examples
* `service/ec2`: Updates service API and documentation
  * Tagging support for Traffic Mirroring FilterRule resource
* `service/osis`: Updates service API and documentation
* `service/redshift`: Updates service API and documentation
  * Updates to remove DC1 and DS2 node types.
* `service/secretsmanager`: Updates service API and documentation
  * Introducing RotationToken parameter for PutSecretValue API
* `service/securitylake`: Updates service API and documentation
* `service/sesv2`: Updates service API and documentation

### SDK Features
* `service/backupstorage`: Remove Backupstorage
  * This change removes the Backupstorage service, which has been deprecated.
  • Loading branch information
aws-sdk-go-automation committed Jun 12, 2024
1 parent f9899dd commit 0e3fe6f
Show file tree
Hide file tree
Showing 37 changed files with 16,482 additions and 282 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.54.0 (2024-06-12)
===

### Service Client Updates
* `service/apptest`: Updates service API, documentation, waiters, paginators, and examples
* `service/ec2`: Updates service API and documentation
* Tagging support for Traffic Mirroring FilterRule resource
* `service/osis`: Updates service API and documentation
* `service/redshift`: Updates service API and documentation
* Updates to remove DC1 and DS2 node types.
* `service/secretsmanager`: Updates service API and documentation
* Introducing RotationToken parameter for PutSecretValue API
* `service/securitylake`: Updates service API and documentation
* `service/sesv2`: Updates service API and documentation

### SDK Features
* `service/backupstorage`: Remove Backupstorage
* This change removes the Backupstorage service, which has been deprecated.

Release v1.53.21 (2024-06-11)
===

Expand Down
2 changes: 0 additions & 2 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
### SDK Features
* `service/backupstorage`: Remove Backupstorage
* This change removes the Backupstorage service, which has been deprecated.

### SDK Enhancements

Expand Down
108 changes: 3 additions & 105 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.21"
const SDKVersion = "1.54.0"
Loading

0 comments on commit 0e3fe6f

Please sign in to comment.