Skip to content

Commit 0e3fe6f

Browse files
Release v1.54.0 (2024-06-12) (#5285)
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.
1 parent f9899dd commit 0e3fe6f

File tree

37 files changed

+16482
-282
lines changed

37 files changed

+16482
-282
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.54.0 (2024-06-12)
2+
===
3+
4+
### Service Client Updates
5+
* `service/apptest`: Updates service API, documentation, waiters, paginators, and examples
6+
* `service/ec2`: Updates service API and documentation
7+
* Tagging support for Traffic Mirroring FilterRule resource
8+
* `service/osis`: Updates service API and documentation
9+
* `service/redshift`: Updates service API and documentation
10+
* Updates to remove DC1 and DS2 node types.
11+
* `service/secretsmanager`: Updates service API and documentation
12+
* Introducing RotationToken parameter for PutSecretValue API
13+
* `service/securitylake`: Updates service API and documentation
14+
* `service/sesv2`: Updates service API and documentation
15+
16+
### SDK Features
17+
* `service/backupstorage`: Remove Backupstorage
18+
* This change removes the Backupstorage service, which has been deprecated.
19+
120
Release v1.53.21 (2024-06-11)
221
===
322

CHANGELOG_PENDING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
### SDK Features
2-
* `service/backupstorage`: Remove Backupstorage
3-
* This change removes the Backupstorage service, which has been deprecated.
42

53
### SDK Enhancements
64

aws/endpoints/defaults.go

Lines changed: 3 additions & 105 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.53.21"
8+
const SDKVersion = "1.54.0"

0 commit comments

Comments
 (0)