Skip to content

Commit

Permalink
Release v1.54.19 (2024-07-12) (#5309)
Browse files Browse the repository at this point in the history
Release v1.54.19 (2024-07-12)
===

### Service Client Updates
* `service/acm-pca`: Updates service API, documentation, waiters, and paginators
* `service/arc-zonal-shift`: Updates service API and documentation
* `service/autoscaling`: Adds new service
  * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/codebuild`: Adds new service
  * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
  * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/globalaccelerator`: Updates service API
* `service/pinpoint`: Updates service API and documentation
  * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/quicksight`: Updates service API and documentation
  * Vega ally control options and Support for Reviewed Answers in Topics
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * Update path for CreateDBCluster resource identifier, and Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/sns`: Adds new service
  * Add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • Loading branch information
aws-sdk-go-automation committed Jul 12, 2024
1 parent fbe26bf commit 943e665
Show file tree
Hide file tree
Showing 29 changed files with 5,193 additions and 533 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
Release v1.54.19 (2024-07-12)
===

### Service Client Updates
* `service/acm-pca`: Updates service API, documentation, waiters, and paginators
* `service/arc-zonal-shift`: Updates service API and documentation
* `service/autoscaling`: Adds new service
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/codebuild`: Adds new service
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/dynamodb`: Updates service API, documentation, waiters, paginators, and examples
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/globalaccelerator`: Updates service API
* `service/pinpoint`: Updates service API and documentation
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/quicksight`: Updates service API and documentation
* Vega ally control options and Support for Reviewed Answers in Topics
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* Update path for CreateDBCluster resource identifier, and Add v2 smoke tests and smithy smokeTests trait for SDK testing.
* `service/sns`: Adds new service
* Add v2 smoke tests and smithy smokeTests trait for SDK testing.

Release v1.54.18 (2024-07-10)
===

Expand Down
27 changes: 27 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.54.18"
const SDKVersion = "1.54.19"
Loading

0 comments on commit 943e665

Please sign in to comment.