Skip to content

Commit

Permalink
Release v1.40.41 (2021-09-10) (aws#4092)
Browse files Browse the repository at this point in the history
Release v1.40.41 (2021-09-10)
===

### Service Client Updates
* `service/cloudformation`: Updates service documentation
  * Doc only update for CloudFormation that fixes several customer-reported issues.
* `service/ecr`: Updates service documentation
  * This release updates terminology around KMS keys.
* `service/quicksight`: Updates service API and documentation
  * Add new data source type for Amazon OpenSearch (successor to Amazon ElasticSearch).
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
  * This release adds support for providing a custom timeout value for finding a scaling point during autoscaling in Aurora Serverless v1.
* `service/sagemaker`: Updates service API, documentation, and paginators
  * This release adds support for "Lifecycle Configurations" to SageMaker Studio
* `service/transcribe`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation authored Sep 10, 2021
1 parent 73f5837 commit 12290c2
Show file tree
Hide file tree
Showing 24 changed files with 1,802 additions and 192 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Release v1.40.41 (2021-09-10)
===

### Service Client Updates
* `service/cloudformation`: Updates service documentation
* Doc only update for CloudFormation that fixes several customer-reported issues.
* `service/ecr`: Updates service documentation
* This release updates terminology around KMS keys.
* `service/quicksight`: Updates service API and documentation
* Add new data source type for Amazon OpenSearch (successor to Amazon ElasticSearch).
* `service/rds`: Updates service API, documentation, waiters, paginators, and examples
* This release adds support for providing a custom timeout value for finding a scaling point during autoscaling in Aurora Serverless v1.
* `service/sagemaker`: Updates service API, documentation, and paginators
* This release adds support for "Lifecycle Configurations" to SageMaker Studio
* `service/transcribe`: Updates service API and documentation

Release v1.40.40 (2021-09-09)
===

Expand Down
95 changes: 95 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.40.40"
const SDKVersion = "1.40.41"
8 changes: 4 additions & 4 deletions models/apis/cloudformation/2010-05-15/docs-2.json

Large diffs are not rendered by default.

90 changes: 45 additions & 45 deletions models/apis/ecr/2015-09-21/docs-2.json

Large diffs are not rendered by default.

13 changes: 11 additions & 2 deletions models/apis/quicksight/2018-04-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2076,6 +2076,13 @@
"Domain":{"shape":"Domain"}
}
},
"AmazonOpenSearchParameters":{
"type":"structure",
"required":["Domain"],
"members":{
"Domain":{"shape":"Domain"}
}
},
"Analysis":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -3476,7 +3483,8 @@
"SparkParameters":{"shape":"SparkParameters"},
"SqlServerParameters":{"shape":"SqlServerParameters"},
"TeradataParameters":{"shape":"TeradataParameters"},
"TwitterParameters":{"shape":"TwitterParameters"}
"TwitterParameters":{"shape":"TwitterParameters"},
"AmazonOpenSearchParameters":{"shape":"AmazonOpenSearchParameters"}
}
},
"DataSourceParametersList":{
Expand Down Expand Up @@ -3510,7 +3518,8 @@
"SQLSERVER",
"TERADATA",
"TWITTER",
"TIMESTREAM"
"TIMESTREAM",
"AMAZON_OPENSEARCH"
]
},
"Database":{
Expand Down
9 changes: 8 additions & 1 deletion models/apis/quicksight/2018-04-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,12 @@
"DataSourceParameters$AmazonElasticsearchParameters": "<p>The parameters for Elasticsearch.</p>"
}
},
"AmazonOpenSearchParameters": {
"base": null,
"refs": {
"DataSourceParameters$AmazonOpenSearchParameters": null
}
},
"Analysis": {
"base": "<p>Metadata structure for an analysis in Amazon QuickSight</p>",
"refs": {
Expand Down Expand Up @@ -1703,7 +1709,8 @@
"Domain": {
"base": null,
"refs": {
"AmazonElasticsearchParameters$Domain": "<p>The Elasticsearch domain.</p>"
"AmazonElasticsearchParameters$Domain": "<p>The Elasticsearch domain.</p>",
"AmazonOpenSearchParameters$Domain": null
}
},
"DomainNotWhitelistedException": {
Expand Down
6 changes: 4 additions & 2 deletions models/apis/rds/2014-10-31/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -7667,7 +7667,8 @@
"MaxCapacity":{"shape":"IntegerOptional"},
"AutoPause":{"shape":"BooleanOptional"},
"SecondsUntilAutoPause":{"shape":"IntegerOptional"},
"TimeoutAction":{"shape":"String"}
"TimeoutAction":{"shape":"String"},
"SecondsBeforeTimeout":{"shape":"IntegerOptional"}
}
},
"ScalingConfigurationInfo":{
Expand All @@ -7677,7 +7678,8 @@
"MaxCapacity":{"shape":"IntegerOptional"},
"AutoPause":{"shape":"BooleanOptional"},
"SecondsUntilAutoPause":{"shape":"IntegerOptional"},
"TimeoutAction":{"shape":"String"}
"TimeoutAction":{"shape":"String"},
"SecondsBeforeTimeout":{"shape":"IntegerOptional"}
}
},
"SharedSnapshotQuotaExceededFault":{
Expand Down
Loading

0 comments on commit 12290c2

Please sign in to comment.