Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 64462b8

Browse files
Release v1.42.7 (2021-11-17) (#4178)
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.
1 parent 328fcba commit 64462b8

File tree

38 files changed

+20112
-400
lines changed

38 files changed

+20112
-400
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Release v1.42.7 (2021-11-17)
2+
===
3+
4+
### Service Client Updates
5+
* `service/amplifybackend`: Updates service API and documentation
6+
* `service/apigateway`: Updates service documentation
7+
* Documentation updates for Amazon API Gateway.
8+
* `service/appconfigdata`: Adds new service
9+
* `service/devops-guru`: Updates service paginators
10+
* `service/drs`: Updates service API, documentation, paginators, and examples
11+
* `service/redshift-data`: Updates service API and documentation
12+
* `service/sns`: Updates service API and documentation
13+
* 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.
14+
115
Release v1.42.6 (2021-11-16)
216
===
317

aws/endpoints/defaults.go

Lines changed: 96 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.42.6"
8+
const SDKVersion = "1.42.7"

0 commit comments

Comments
 (0)