Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.41.1 #4130

Merged
merged 1 commit into from Oct 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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