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

Commit 9d8841c

Browse files
Release v1.42.1 (2021-11-09) (#4167)
Release v1.42.1 (2021-11-09) === ### Service Client Updates * `service/batch`: Updates service API, documentation, paginators, and examples * Adds support for scheduling policy APIs. * `service/greengrassv2`: Updates service API and documentation * `service/health`: Updates service documentation * Documentation updates for AWS Health.
1 parent e04cf04 commit 9d8841c

File tree

18 files changed

+2558
-483
lines changed

18 files changed

+2558
-483
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Release v1.42.1 (2021-11-09)
2+
===
3+
4+
### Service Client Updates
5+
* `service/batch`: Updates service API, documentation, paginators, and examples
6+
* Adds support for scheduling policy APIs.
7+
* `service/greengrassv2`: Updates service API and documentation
8+
* `service/health`: Updates service documentation
9+
* Documentation updates for AWS Health.
10+
111
Release v1.42.0 (2021-11-08)
212
===
313

aws/endpoints/defaults.go

Lines changed: 173 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.0"
8+
const SDKVersion = "1.42.1"

0 commit comments

Comments
 (0)