Skip to content

Commit

Permalink
Release v1.44.52 (2022-07-11) (#4476)
Browse files Browse the repository at this point in the history
Release v1.44.52 (2022-07-11)
===

### Service Client Updates
* `service/ec2`: Updates service API, documentation, and paginators
  * Build, manage, and monitor a unified global network that connects resources running across your cloud and on-premises environments using the AWS Cloud WAN APIs.
* `service/redshift`: Updates service API and documentation
  * This release adds a new --snapshot-arn field for describe-cluster-snapshots, describe-node-configuration-options, restore-from-cluster-snapshot, authorize-snapshot-acsess, and revoke-snapshot-acsess APIs. It allows customers to give a Redshift snapshot ARN or a Redshift Serverless ARN as input.
* `service/redshift-serverless`: Updates service documentation
  • Loading branch information
aws-sdk-go-automation committed Jul 11, 2022
1 parent 51340be commit dd18259
Show file tree
Hide file tree
Showing 14 changed files with 3,855 additions and 74 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
Release v1.44.52 (2022-07-11)
===

### Service Client Updates
* `service/ec2`: Updates service API, documentation, and paginators
* Build, manage, and monitor a unified global network that connects resources running across your cloud and on-premises environments using the AWS Cloud WAN APIs.
* `service/redshift`: Updates service API and documentation
* This release adds a new --snapshot-arn field for describe-cluster-snapshots, describe-node-configuration-options, restore-from-cluster-snapshot, authorize-snapshot-acsess, and revoke-snapshot-acsess APIs. It allows customers to give a Redshift snapshot ARN or a Redshift Serverless ARN as input.
* `service/redshift-serverless`: Updates service documentation

Release v1.44.51 (2022-07-08)
===

Expand Down
56 changes: 56 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.44.51"
const SDKVersion = "1.44.52"

0 comments on commit dd18259

Please sign in to comment.