Skip to content

Commit

Permalink
Release v1.42.10 (2021-11-22) (aws#4184)
Browse files Browse the repository at this point in the history
Release v1.42.10 (2021-11-22)
===

### Service Client Updates
* `service/braket`: Updates service API, documentation, and paginators
* `service/chime-sdk-meetings`: Updates service API and documentation
* `service/cloudformation`: Updates service API and documentation
  * This release include SDK changes for the feature launch of Stack Import to Service Managed StackSet.
* `service/connect`: Updates service API, documentation, and paginators
* `service/dms`: Updates service API and documentation
  * Added new S3 endpoint settings to allow to convert the current UTC time into a specified time zone when a date partition folder is created. Using with 'DatePartitionedEnabled'.
* `service/eks`: Updates service API and documentation
* `service/es`: Updates service API and documentation
  * This release adds an optional parameter dry-run for the UpdateElasticsearchDomainConfig API to perform basic validation checks, and detect the deployment type that will be required for the configuration change, without actually applying the change.
* `service/finspace-data`: Updates service API, documentation, and paginators
* `service/quicksight`: Updates service API and documentation
  * Add support for Exasol data source, 1 click enterprise embedding and email customization.
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * Adds local backup support to Amazon RDS on AWS Outposts.
* `service/s3control`: Updates service API and documentation
  * Added Amazon CloudWatch publishing option for S3 Storage Lens metrics.
* `service/ssm`: Updates service API and documentation
  * Adds new parameter to CreateActivation API . This parameter is for "internal use only".
* `service/transcribe-streaming`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Nov 22, 2021
1 parent 3a828ce commit 417f596
Show file tree
Hide file tree
Showing 56 changed files with 14,222 additions and 1,582 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
Release v1.42.10 (2021-11-22)
===

### Service Client Updates
* `service/braket`: Updates service API, documentation, and paginators
* `service/chime-sdk-meetings`: Updates service API and documentation
* `service/cloudformation`: Updates service API and documentation
* This release include SDK changes for the feature launch of Stack Import to Service Managed StackSet.
* `service/connect`: Updates service API, documentation, and paginators
* `service/dms`: Updates service API and documentation
* Added new S3 endpoint settings to allow to convert the current UTC time into a specified time zone when a date partition folder is created. Using with 'DatePartitionedEnabled'.
* `service/eks`: Updates service API and documentation
* `service/es`: Updates service API and documentation
* This release adds an optional parameter dry-run for the UpdateElasticsearchDomainConfig API to perform basic validation checks, and detect the deployment type that will be required for the configuration change, without actually applying the change.
* `service/finspace-data`: Updates service API, documentation, and paginators
* `service/quicksight`: Updates service API and documentation
* Add support for Exasol data source, 1 click enterprise embedding and email customization.
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* Adds local backup support to Amazon RDS on AWS Outposts.
* `service/s3control`: Updates service API and documentation
* Added Amazon CloudWatch publishing option for S3 Storage Lens metrics.
* `service/ssm`: Updates service API and documentation
* Adds new parameter to CreateActivation API . This parameter is for "internal use only".
* `service/transcribe-streaming`: Updates service API and documentation

Release v1.42.9 (2021-11-19)
===

Expand Down
44 changes: 44 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.9"
const SDKVersion = "1.42.10"
Loading

0 comments on commit 417f596

Please sign in to comment.