Skip to content

Commit

Permalink
Release v1.35.37 (2020-12-01) (#3668)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aws-sdk-go-automation committed Dec 1, 2020
1 parent a4caeca commit 98d117b
Show file tree
Hide file tree
Showing 114 changed files with 87,777 additions and 1,778 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
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

Release v1.35.36 (2020-12-01)
===

Expand Down
21 changes: 21 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.35.36"
const SDKVersion = "1.35.37"
Loading

0 comments on commit 98d117b

Please sign in to comment.