Skip to content

Commit

Permalink
Release v1.35.33 (2020-11-20) (#3647)
Browse files Browse the repository at this point in the history
Release v1.35.33 (2020-11-20)
===

### Service Client Updates
* `service/appmesh`: Updates service API
* `service/chime`: Updates service API, documentation, and paginators
  * The Amazon Chime SDK for messaging provides the building blocks needed to build chat and other real-time collaboration features.
* `service/cloudhsmv2`: Updates service API and documentation
  * Added managed backup retention, a feature that enables customers to retain backups for a configurable period after which CloudHSM service will automatically delete them.
* `service/codeguru-reviewer`: Updates service API and documentation
* `service/cognito-identity`: Updates service API and paginators
* `service/connect`: Updates service API, documentation, and paginators
* `service/kafka`: Updates service API and documentation
* `service/macie2`: Updates service API and documentation
* `service/s3`: Updates service API, documentation, and examples
  * Add new documentation regarding automatically generated Content-MD5 headers when using the SDK or CLI.
* `service/servicecatalog-appregistry`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation authored Nov 20, 2020
1 parent c55377d commit 8e8a0d2
Show file tree
Hide file tree
Showing 49 changed files with 40,498 additions and 16,503 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Release v1.35.33 (2020-11-20)
===

### Service Client Updates
* `service/appmesh`: Updates service API
* `service/chime`: Updates service API, documentation, and paginators
* The Amazon Chime SDK for messaging provides the building blocks needed to build chat and other real-time collaboration features.
* `service/cloudhsmv2`: Updates service API and documentation
* Added managed backup retention, a feature that enables customers to retain backups for a configurable period after which CloudHSM service will automatically delete them.
* `service/codeguru-reviewer`: Updates service API and documentation
* `service/cognito-identity`: Updates service API and paginators
* `service/connect`: Updates service API, documentation, and paginators
* `service/kafka`: Updates service API and documentation
* `service/macie2`: Updates service API and documentation
* `service/s3`: Updates service API, documentation, and examples
* Add new documentation regarding automatically generated Content-MD5 headers when using the SDK or CLI.
* `service/servicecatalog-appregistry`: Updates service API and documentation

Release v1.35.32 (2020-11-19)
===

Expand Down
24 changes: 24 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.32"
const SDKVersion = "1.35.33"
8 changes: 6 additions & 2 deletions models/apis/appmesh/2019-01-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2754,7 +2754,10 @@
},
"TagRef":{
"type":"structure",
"required":["key"],
"required":[
"key",
"value"
],
"members":{
"key":{"shape":"TagKey"},
"value":{"shape":"TagValue"}
Expand Down Expand Up @@ -2861,7 +2864,8 @@
"httpStatusCode":429,
"senderFault":true
},
"exception":true
"exception":true,
"retryable":{"throttling":true}
},
"TooManyTagsException":{
"type":"structure",
Expand Down
Loading

0 comments on commit 8e8a0d2

Please sign in to comment.