Skip to content

Commit 98d117b

Browse files
Release v1.35.37 (2020-12-01) (#3668)
Release v1.35.37 (2020-12-01) === ### Service Client Updates * `service/amplifybackend`: Adds new service * `service/appintegrations`: Adds new service * `service/connect`: Updates service API, documentation, and paginators * `service/connect-contact-lens`: Adds new service * `service/devops-guru`: Adds new service * `service/ds`: Updates service API and documentation * Adding client authentication feature for AWS AD Connector * `service/ec2`: Updates service API and documentation * This release adds support for: EBS gp3 volumes; and D3/D3en/R5b/M5zn instances powered by Intel Cascade Lake CPUs * `service/ecr-public`: Adds new service * `service/eks`: Updates service API, documentation, waiters, and paginators * `service/honeycode`: Updates service API, documentation, and paginators * `service/lambda`: Updates service API and documentation * This release includes support for a new feature: Container images support in AWS Lambda. This adds APIs for deploying functions as container images. AWS Lambda now supports memory up to 10240MB. * `service/lookoutvision`: Adds new service * `service/profile`: Adds new service * `service/s3`: Updates service API, documentation, and examples * S3 adds support for multiple-destination replication, option to sync replica modifications; S3 Bucket Keys to reduce cost of S3 SSE with AWS KMS * `service/sagemaker`: Updates service API, documentation, and paginators * Amazon SageMaker Pipelines for ML workflows. Amazon SageMaker Feature Store, a fully managed repository for ML features. * `service/sagemaker-featurestore-runtime`: Adds new service
1 parent a4caeca commit 98d117b

File tree

114 files changed

+87777
-1778
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+87777
-1778
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
Release v1.35.37 (2020-12-01)
2+
===
3+
4+
### Service Client Updates
5+
* `service/amplifybackend`: Adds new service
6+
* `service/appintegrations`: Adds new service
7+
* `service/connect`: Updates service API, documentation, and paginators
8+
* `service/connect-contact-lens`: Adds new service
9+
* `service/devops-guru`: Adds new service
10+
* `service/ds`: Updates service API and documentation
11+
* Adding client authentication feature for AWS AD Connector
12+
* `service/ec2`: Updates service API and documentation
13+
* This release adds support for: EBS gp3 volumes; and D3/D3en/R5b/M5zn instances powered by Intel Cascade Lake CPUs
14+
* `service/ecr-public`: Adds new service
15+
* `service/eks`: Updates service API, documentation, waiters, and paginators
16+
* `service/honeycode`: Updates service API, documentation, and paginators
17+
* `service/lambda`: Updates service API and documentation
18+
* This release includes support for a new feature: Container images support in AWS Lambda. This adds APIs for deploying functions as container images. AWS Lambda now supports memory up to 10240MB.
19+
* `service/lookoutvision`: Adds new service
20+
* `service/profile`: Adds new service
21+
* `service/s3`: Updates service API, documentation, and examples
22+
* S3 adds support for multiple-destination replication, option to sync replica modifications; S3 Bucket Keys to reduce cost of S3 SSE with AWS KMS
23+
* `service/sagemaker`: Updates service API, documentation, and paginators
24+
* Amazon SageMaker Pipelines for ML workflows. Amazon SageMaker Feature Store, a fully managed repository for ML features.
25+
* `service/sagemaker-featurestore-runtime`: Adds new service
26+
127
Release v1.35.36 (2020-12-01)
228
===
329

aws/endpoints/defaults.go

Lines changed: 21 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.35.36"
8+
const SDKVersion = "1.35.37"

0 commit comments

Comments
 (0)