Skip to content

Commit

Permalink
Release v1.44.21 (2022-05-24) (#4413)
Browse files Browse the repository at this point in the history
Release v1.44.21 (2022-05-24)
===

### Service Client Updates
* `service/cognito-idp`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
  * Stop Protection feature enables customers to protect their instances from accidental stop actions.
* `service/ivschat`: Updates service documentation
* `service/mediaconvert`: Updates service API and documentation
  * AWS Elemental MediaConvert SDK has added support for rules that constrain Automatic-ABR rendition selection when generating ABR package ladders.
* `service/networkmanager`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed May 24, 2022
1 parent 352a60d commit d98ed1e
Show file tree
Hide file tree
Showing 21 changed files with 2,533 additions and 666 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Release v1.44.21 (2022-05-24)
===

### Service Client Updates
* `service/cognito-idp`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
* Stop Protection feature enables customers to protect their instances from accidental stop actions.
* `service/ivschat`: Updates service documentation
* `service/mediaconvert`: Updates service API and documentation
* AWS Elemental MediaConvert SDK has added support for rules that constrain Automatic-ABR rendition selection when generating ABR package ladders.
* `service/networkmanager`: Updates service API and documentation

Release v1.44.20 (2022-05-23)
===

Expand Down
72 changes: 72 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
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.20"
const SDKVersion = "1.44.21"
18 changes: 16 additions & 2 deletions models/apis/cognito-idp/2016-04-18/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1900,7 +1900,8 @@
{"shape":"PasswordResetRequiredException"},
{"shape":"UserNotFoundException"},
{"shape":"UserNotConfirmedException"},
{"shape":"InternalErrorException"}
{"shape":"InternalErrorException"},
{"shape":"AliasExistsException"}
],
"authtype":"none"
}
Expand Down Expand Up @@ -2573,6 +2574,10 @@
"max":2048,
"sensitive":true
},
"AttributesRequireVerificationBeforeUpdateType":{
"type":"list",
"member":{"shape":"VerifiedAttributeType"}
},
"AuthEventType":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -3037,6 +3042,7 @@
"VerificationMessageTemplate":{"shape":"VerificationMessageTemplateType"},
"SmsAuthenticationMessage":{"shape":"SmsVerificationMessageType"},
"MfaConfiguration":{"shape":"UserPoolMfaType"},
"UserAttributeUpdateSettings":{"shape":"UserAttributeUpdateSettingsType"},
"DeviceConfiguration":{"shape":"DeviceConfigurationType"},
"EmailConfiguration":{"shape":"EmailConfigurationType"},
"SmsConfiguration":{"shape":"SmsConfigurationType"},
Expand Down Expand Up @@ -4335,7 +4341,7 @@
"ProviderNameTypeV1":{
"type":"string",
"max":32,
"min":1,
"min":3,
"pattern":"[^_][\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}][^_]+"
},
"ProviderUserIdentifierType":{
Expand Down Expand Up @@ -5193,6 +5199,7 @@
"EmailVerificationSubject":{"shape":"EmailVerificationSubjectType"},
"VerificationMessageTemplate":{"shape":"VerificationMessageTemplateType"},
"SmsAuthenticationMessage":{"shape":"SmsVerificationMessageType"},
"UserAttributeUpdateSettings":{"shape":"UserAttributeUpdateSettingsType"},
"MfaConfiguration":{"shape":"UserPoolMfaType"},
"DeviceConfiguration":{"shape":"DeviceConfigurationType"},
"EmailConfiguration":{"shape":"EmailConfigurationType"},
Expand All @@ -5208,6 +5215,12 @@
"members":{
}
},
"UserAttributeUpdateSettingsType":{
"type":"structure",
"members":{
"AttributesRequireVerificationBeforeUpdate":{"shape":"AttributesRequireVerificationBeforeUpdateType"}
}
},
"UserContextDataType":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -5432,6 +5445,7 @@
"EmailVerificationSubject":{"shape":"EmailVerificationSubjectType"},
"VerificationMessageTemplate":{"shape":"VerificationMessageTemplateType"},
"SmsAuthenticationMessage":{"shape":"SmsVerificationMessageType"},
"UserAttributeUpdateSettings":{"shape":"UserAttributeUpdateSettingsType"},
"MfaConfiguration":{"shape":"UserPoolMfaType"},
"DeviceConfiguration":{"shape":"DeviceConfigurationType"},
"EstimatedNumberOfUsers":{"shape":"IntegerType"},
Expand Down
Loading

0 comments on commit d98ed1e

Please sign in to comment.