Skip to content

Commit

Permalink
Release v1.43.43 (2022-04-20) (#4368)
Browse files Browse the repository at this point in the history
Release v1.43.43 (2022-04-20)
===

### Service Client Updates
* `service/connect`: Updates service API, documentation, and paginators
* `service/macie2`: Updates service API and documentation
* `service/mgn`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * Added a new cluster-level attribute to set the capacity range for Aurora Serverless v2 instances.
  • Loading branch information
aws-sdk-go-automation committed Apr 20, 2022
1 parent 05d60e7 commit 40af882
Show file tree
Hide file tree
Showing 18 changed files with 2,985 additions and 55 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
Release v1.43.43 (2022-04-20)
===

### Service Client Updates
* `service/connect`: Updates service API, documentation, and paginators
* `service/macie2`: Updates service API and documentation
* `service/mgn`: Updates service API and documentation
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* Added a new cluster-level attribute to set the capacity range for Aurora Serverless v2 instances.

Release v1.43.42 (2022-04-19)
===

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
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.43.42"
const SDKVersion = "1.43.43"

0 comments on commit 40af882

Please sign in to comment.