Skip to content

Commit

Permalink
Release v1.42.7 (2021-11-17) (#4178)
Browse files Browse the repository at this point in the history
Release v1.42.7 (2021-11-17)
===

### Service Client Updates
* `service/amplifybackend`: Updates service API and documentation
* `service/apigateway`: Updates service documentation
  * Documentation updates for Amazon API Gateway.
* `service/appconfigdata`: Adds new service
* `service/devops-guru`: Updates service paginators
* `service/drs`: Updates service API, documentation, paginators, and examples
* `service/redshift-data`: Updates service API and documentation
* `service/sns`: Updates service API and documentation
  * Amazon SNS introduces the PublishBatch API, which enables customers to publish up to 10 messages per API request. The new API is valid for Standard and FIFO topics.
  • Loading branch information
aws-sdk-go-automation authored Nov 17, 2021
1 parent 328fcba commit 64462b8
Show file tree
Hide file tree
Showing 38 changed files with 20,112 additions and 400 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Release v1.42.7 (2021-11-17)
===

### Service Client Updates
* `service/amplifybackend`: Updates service API and documentation
* `service/apigateway`: Updates service documentation
* Documentation updates for Amazon API Gateway.
* `service/appconfigdata`: Adds new service
* `service/devops-guru`: Updates service paginators
* `service/drs`: Updates service API, documentation, paginators, and examples
* `service/redshift-data`: Updates service API and documentation
* `service/sns`: Updates service API and documentation
* Amazon SNS introduces the PublishBatch API, which enables customers to publish up to 10 messages per API request. The new API is valid for Standard and FIFO topics.

Release v1.42.6 (2021-11-16)
===

Expand Down
96 changes: 96 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.42.6"
const SDKVersion = "1.42.7"
Loading

0 comments on commit 64462b8

Please sign in to comment.