Skip to content

Commit eab5e64

Browse files
Release v1.44.219 (2023-03-10) (#4754)
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.
1 parent 264f021 commit eab5e64

File tree

12 files changed

+771
-1809
lines changed

12 files changed

+771
-1809
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Release v1.44.219 (2023-03-10)
2+
===
3+
4+
### Service Client Updates
5+
* `service/ivschat`: Updates service API
6+
* `service/secretsmanager`: Updates service API
7+
* 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.
8+
19
Release v1.44.218 (2023-03-09)
210
===
311

aws/endpoints/defaults.go

+14-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.44.218"
8+
const SDKVersion = "1.44.219"

models/apis/ivschat/2020-07-14/api-2.json

+1
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@
262262
"input":{"shape":"UpdateLoggingConfigurationRequest"},
263263
"output":{"shape":"UpdateLoggingConfigurationResponse"},
264264
"errors":[
265+
{"shape":"ConflictException"},
265266
{"shape":"AccessDeniedException"},
266267
{"shape":"ResourceNotFoundException"},
267268
{"shape":"PendingVerification"},

models/apis/ivschat/2020-07-14/endpoint-rule-set-1.json

+203-177
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)