Skip to content

Commit

Permalink
Updated service API models for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Nov 20, 2020
1 parent c3f9a15 commit f4c1613
Show file tree
Hide file tree
Showing 25 changed files with 6,304 additions and 467 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
Unreleased Changes
------------------

* Feature - Aws::AppMesh - Updated the API for AWS App Mesh.

* Feature - Aws::Chime - Updated the API, and documentation for Amazon Chime.

* Feature - Aws::CloudHSMV2 - Updated the API, and documentation for AWS CloudHSM V2.

* Feature - Aws::CodeGuruReviewer - Updated the API, and documentation for Amazon CodeGuru Reviewer.

* Feature - Aws::CognitoIdentity - Updated the API, and integration test for Amazon Cognito Identity.

* Feature - Aws::Connect - Updated the API, and documentation for Amazon Connect Service.

* Feature - Aws::Kafka - Updated the API, and documentation for Managed Streaming for Kafka.

* Feature - Aws::Macie2 - Updated the API, and documentation for Amazon Macie 2.

* Feature - Aws::S3 - Updated the API, and documentation for Amazon Simple Storage Service.

* Feature - Aws::AppRegistry - Updated the API, and documentation for AWS Service Catalog App Registry.

2.11.631 (2020-11-19)
------------------

Expand Down
8 changes: 6 additions & 2 deletions aws-sdk-core/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 f4c1613

Please sign in to comment.