Skip to content

Commit

Permalink
Release v1.42.1 (2021-11-09) (#4167)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aws-sdk-go-automation authored Nov 9, 2021
1 parent e04cf04 commit 9d8841c
Show file tree
Hide file tree
Showing 18 changed files with 2,558 additions and 483 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
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.

Release v1.42.0 (2021-11-08)
===

Expand Down
173 changes: 173 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.0"
const SDKVersion = "1.42.1"
Loading

0 comments on commit 9d8841c

Please sign in to comment.