Skip to content

Commit

Permalink
Release v1.44.30 (2022-06-08) (#4431)
Browse files Browse the repository at this point in the history
Release v1.44.30 (2022-06-08)
===

### Service Client Updates
* `service/dms`: Updates service API, documentation, and paginators
  * This release adds DMS Fleet Advisor APIs and exposes functionality for DMS Fleet Advisor. It adds functionality to create and modify fleet advisor instances, and to collect and analyze information about the local data infrastructure.
* `service/iam`: Updates service documentation
  * Documentation updates for AWS Identity and Access Management (IAM).
* `service/m2`: Updates service API, documentation, paginators, and examples
* `service/neptune`: Updates service API and documentation
  * This release adds support for Neptune to be configured as a global database, with a primary DB cluster in one region, and up to five secondary DB clusters in other regions.
* `service/redshift`: Updates service API and documentation
  * Adds new API GetClusterCredentialsWithIAM to return temporary credentials.
* `service/redshift-serverless`: Adds new service
  • Loading branch information
aws-sdk-go-automation committed Jun 8, 2022
1 parent 7a1c091 commit 5fccf1a
Show file tree
Hide file tree
Showing 39 changed files with 36,932 additions and 3,031 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Release v1.44.30 (2022-06-08)
===

### Service Client Updates
* `service/dms`: Updates service API, documentation, and paginators
* This release adds DMS Fleet Advisor APIs and exposes functionality for DMS Fleet Advisor. It adds functionality to create and modify fleet advisor instances, and to collect and analyze information about the local data infrastructure.
* `service/iam`: Updates service documentation
* Documentation updates for AWS Identity and Access Management (IAM).
* `service/m2`: Updates service API, documentation, paginators, and examples
* `service/neptune`: Updates service API and documentation
* This release adds support for Neptune to be configured as a global database, with a primary DB cluster in one region, and up to five secondary DB clusters in other regions.
* `service/redshift`: Updates service API and documentation
* Adds new API GetClusterCredentialsWithIAM to return temporary credentials.
* `service/redshift-serverless`: Adds new service

Release v1.44.29 (2022-06-07)
===

Expand Down
62 changes: 62 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.44.29"
const SDKVersion = "1.44.30"
Loading

0 comments on commit 5fccf1a

Please sign in to comment.