Skip to content

Commit

Permalink
Release v1.42.21 (2021-12-08) (#4202)
Browse files Browse the repository at this point in the history
Release v1.42.21 (2021-12-08)
===

### Service Client Updates
* `service/comprehendmedical`: Updates service API and documentation
* `service/health`: Updates service documentation
  * Documentation updates for AWS Health
* `service/iot`: Updates service API and documentation
  * This release allows customer to enable caching of custom authorizer on HTTP protocol for clients that use persistent or Keep-Alive connection in order to reduce the number of Lambda invocations.
* `service/logs`: Updates service API and documentation
  * This release adds AWS Organizations support as condition key in destination policy for cross account Subscriptions in CloudWatch Logs.
* `service/lookoutvision`: Updates service API, documentation, and paginators
* `service/outposts`: Updates service API and documentation
* `service/sagemaker`: Updates service API and documentation
  * This release added a new Ambarella device(amba_cv2) compilation support for Sagemaker Neo.
* `service/support`: Updates service documentation
  * Documentation updates for AWS Support.
  • Loading branch information
aws-sdk-go-automation authored Dec 8, 2021
1 parent 82630e1 commit 3236aef
Show file tree
Hide file tree
Showing 34 changed files with 5,525 additions and 790 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Release v1.42.21 (2021-12-08)
===

### Service Client Updates
* `service/comprehendmedical`: Updates service API and documentation
* `service/health`: Updates service documentation
* Documentation updates for AWS Health
* `service/iot`: Updates service API and documentation
* This release allows customer to enable caching of custom authorizer on HTTP protocol for clients that use persistent or Keep-Alive connection in order to reduce the number of Lambda invocations.
* `service/logs`: Updates service API and documentation
* This release adds AWS Organizations support as condition key in destination policy for cross account Subscriptions in CloudWatch Logs.
* `service/lookoutvision`: Updates service API, documentation, and paginators
* `service/outposts`: Updates service API and documentation
* `service/sagemaker`: Updates service API and documentation
* This release added a new Ambarella device(amba_cv2) compilation support for Sagemaker Neo.
* `service/support`: Updates service documentation
* Documentation updates for AWS Support.

Release v1.42.20 (2021-12-06)
===

Expand Down
77 changes: 77 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.20"
const SDKVersion = "1.42.21"
Loading

0 comments on commit 3236aef

Please sign in to comment.