Skip to content

Commit

Permalink
Release v1.44.219 (2023-03-10) (#4754)
Browse files Browse the repository at this point in the history
Release v1.44.219 (2023-03-10)
===

### Service Client Updates
* `service/ivschat`: Updates service API
* `service/secretsmanager`: Updates service API
  * The type definitions of SecretString and SecretBinary now have a minimum length of 1 in the model to match the exception thrown when you pass in empty values.
  • Loading branch information
aws-sdk-go-automation authored Mar 10, 2023
1 parent 264f021 commit eab5e64
Show file tree
Hide file tree
Showing 12 changed files with 771 additions and 1,809 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Release v1.44.219 (2023-03-10)
===

### Service Client Updates
* `service/ivschat`: Updates service API
* `service/secretsmanager`: Updates service API
* The type definitions of SecretString and SecretBinary now have a minimum length of 1 in the model to match the exception thrown when you pass in empty values.

Release v1.44.218 (2023-03-09)
===

Expand Down
15 changes: 14 additions & 1 deletion 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.44.218"
const SDKVersion = "1.44.219"
1 change: 1 addition & 0 deletions models/apis/ivschat/2020-07-14/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@
"input":{"shape":"UpdateLoggingConfigurationRequest"},
"output":{"shape":"UpdateLoggingConfigurationResponse"},
"errors":[
{"shape":"ConflictException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"PendingVerification"},
Expand Down
380 changes: 203 additions & 177 deletions models/apis/ivschat/2020-07-14/endpoint-rule-set-1.json

Large diffs are not rendered by default.

Loading

0 comments on commit eab5e64

Please sign in to comment.