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

Commit 3236aef

Browse files
Release v1.42.21 (2021-12-08) (#4202)
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.
1 parent 82630e1 commit 3236aef

File tree

34 files changed

+5525
-790
lines changed

34 files changed

+5525
-790
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
Release v1.42.21 (2021-12-08)
2+
===
3+
4+
### Service Client Updates
5+
* `service/comprehendmedical`: Updates service API and documentation
6+
* `service/health`: Updates service documentation
7+
* Documentation updates for AWS Health
8+
* `service/iot`: Updates service API and documentation
9+
* 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.
10+
* `service/logs`: Updates service API and documentation
11+
* This release adds AWS Organizations support as condition key in destination policy for cross account Subscriptions in CloudWatch Logs.
12+
* `service/lookoutvision`: Updates service API, documentation, and paginators
13+
* `service/outposts`: Updates service API and documentation
14+
* `service/sagemaker`: Updates service API and documentation
15+
* This release added a new Ambarella device(amba_cv2) compilation support for Sagemaker Neo.
16+
* `service/support`: Updates service documentation
17+
* Documentation updates for AWS Support.
18+
119
Release v1.42.20 (2021-12-06)
220
===
321

aws/endpoints/defaults.go

Lines changed: 77 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.20"
8+
const SDKVersion = "1.42.21"

0 commit comments

Comments
 (0)