Skip to content

Commit

Permalink
Release v1.41.1 (2021-10-12) (#4130)
Browse files Browse the repository at this point in the history
Release v1.41.1 (2021-10-12)
===

### Service Client Updates
* `service/cloudsearch`: Updates service API
  * Adds an additional validation exception for Amazon CloudSearch configuration APIs for better error handling.
* `service/ec2`: Updates service API and documentation
  * EncryptionSupport for InstanceStorageInfo added to DescribeInstanceTypes API
* `service/ecs`: Updates service documentation
  * Documentation only update to address tickets.
* `service/mediatailor`: Updates service API, documentation, and paginators
  • Loading branch information
aws-sdk-go-automation committed Oct 12, 2021
1 parent 2e947ec commit a4682d4
Show file tree
Hide file tree
Showing 16 changed files with 1,940 additions and 70 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
Release v1.41.1 (2021-10-12)
===

### Service Client Updates
* `service/cloudsearch`: Updates service API
* Adds an additional validation exception for Amazon CloudSearch configuration APIs for better error handling.
* `service/ec2`: Updates service API and documentation
* EncryptionSupport for InstanceStorageInfo added to DescribeInstanceTypes API
* `service/ecs`: Updates service documentation
* Documentation only update to address tickets.
* `service/mediatailor`: Updates service API, documentation, and paginators

Release v1.41.0 (2021-10-11)
===

Expand Down
36 changes: 36 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
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.41.0"
const SDKVersion = "1.41.1"
36 changes: 24 additions & 12 deletions models/apis/cloudsearch/2013-01-01/api-2.json
Expand Up @@ -25,7 +25,8 @@
"errors":[
{"shape":"BaseException"},
{"shape":"InternalException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"}
]
},
"CreateDomain":{
Expand Down Expand Up @@ -63,7 +64,8 @@
{"shape":"InternalException"},
{"shape":"LimitExceededException"},
{"shape":"InvalidTypeException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"}
]
},
"DefineExpression":{
Expand All @@ -82,7 +84,8 @@
{"shape":"InternalException"},
{"shape":"LimitExceededException"},
{"shape":"InvalidTypeException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"}
]
},
"DefineIndexField":{
Expand All @@ -101,7 +104,8 @@
{"shape":"InternalException"},
{"shape":"LimitExceededException"},
{"shape":"InvalidTypeException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"}
]
},
"DefineSuggester":{
Expand All @@ -120,7 +124,8 @@
{"shape":"InternalException"},
{"shape":"LimitExceededException"},
{"shape":"InvalidTypeException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"}
]
},
"DeleteAnalysisScheme":{
Expand All @@ -138,7 +143,8 @@
{"shape":"BaseException"},
{"shape":"InternalException"},
{"shape":"InvalidTypeException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"}
]
},
"DeleteDomain":{
Expand Down Expand Up @@ -172,7 +178,8 @@
{"shape":"BaseException"},
{"shape":"InternalException"},
{"shape":"InvalidTypeException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"}
]
},
"DeleteIndexField":{
Expand All @@ -190,7 +197,8 @@
{"shape":"BaseException"},
{"shape":"InternalException"},
{"shape":"InvalidTypeException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"}
]
},
"DeleteSuggester":{
Expand All @@ -208,7 +216,8 @@
{"shape":"BaseException"},
{"shape":"InternalException"},
{"shape":"InvalidTypeException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"}
]
},
"DescribeAnalysisSchemes":{
Expand Down Expand Up @@ -382,7 +391,8 @@
"errors":[
{"shape":"BaseException"},
{"shape":"InternalException"},
{"shape":"ResourceNotFoundException"}
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"}
]
},
"ListDomainNames":{
Expand Down Expand Up @@ -457,7 +467,8 @@
{"shape":"InternalException"},
{"shape":"LimitExceededException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidTypeException"}
{"shape":"InvalidTypeException"},
{"shape":"ValidationException"}
]
},
"UpdateServiceAccessPolicies":{
Expand All @@ -476,7 +487,8 @@
{"shape":"InternalException"},
{"shape":"LimitExceededException"},
{"shape":"ResourceNotFoundException"},
{"shape":"InvalidTypeException"}
{"shape":"InvalidTypeException"},
{"shape":"ValidationException"}
]
}
},
Expand Down

0 comments on commit a4682d4

Please sign in to comment.