Skip to content

Commit d98ed1e

Browse files
Release v1.44.21 (2022-05-24) (#4413)
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
1 parent 352a60d commit d98ed1e

File tree

21 files changed

+2533
-666
lines changed

21 files changed

+2533
-666
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Release v1.44.21 (2022-05-24)
2+
===
3+
4+
### Service Client Updates
5+
* `service/cognito-idp`: Updates service API and documentation
6+
* `service/ec2`: Updates service API and documentation
7+
* Stop Protection feature enables customers to protect their instances from accidental stop actions.
8+
* `service/ivschat`: Updates service documentation
9+
* `service/mediaconvert`: Updates service API and documentation
10+
* AWS Elemental MediaConvert SDK has added support for rules that constrain Automatic-ABR rendition selection when generating ABR package ladders.
11+
* `service/networkmanager`: Updates service API and documentation
12+
113
Release v1.44.20 (2022-05-23)
214
===
315

aws/endpoints/defaults.go

+72
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.20"
8+
const SDKVersion = "1.44.21"

models/apis/cognito-idp/2016-04-18/api-2.json

+16-2
Original file line numberDiff line numberDiff line change
@@ -1900,7 +1900,8 @@
19001900
{"shape":"PasswordResetRequiredException"},
19011901
{"shape":"UserNotFoundException"},
19021902
{"shape":"UserNotConfirmedException"},
1903-
{"shape":"InternalErrorException"}
1903+
{"shape":"InternalErrorException"},
1904+
{"shape":"AliasExistsException"}
19041905
],
19051906
"authtype":"none"
19061907
}
@@ -2573,6 +2574,10 @@
25732574
"max":2048,
25742575
"sensitive":true
25752576
},
2577+
"AttributesRequireVerificationBeforeUpdateType":{
2578+
"type":"list",
2579+
"member":{"shape":"VerifiedAttributeType"}
2580+
},
25762581
"AuthEventType":{
25772582
"type":"structure",
25782583
"members":{
@@ -3037,6 +3042,7 @@
30373042
"VerificationMessageTemplate":{"shape":"VerificationMessageTemplateType"},
30383043
"SmsAuthenticationMessage":{"shape":"SmsVerificationMessageType"},
30393044
"MfaConfiguration":{"shape":"UserPoolMfaType"},
3045+
"UserAttributeUpdateSettings":{"shape":"UserAttributeUpdateSettingsType"},
30403046
"DeviceConfiguration":{"shape":"DeviceConfigurationType"},
30413047
"EmailConfiguration":{"shape":"EmailConfigurationType"},
30423048
"SmsConfiguration":{"shape":"SmsConfigurationType"},
@@ -4335,7 +4341,7 @@
43354341
"ProviderNameTypeV1":{
43364342
"type":"string",
43374343
"max":32,
4338-
"min":1,
4344+
"min":3,
43394345
"pattern":"[^_][\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}][^_]+"
43404346
},
43414347
"ProviderUserIdentifierType":{
@@ -5193,6 +5199,7 @@
51935199
"EmailVerificationSubject":{"shape":"EmailVerificationSubjectType"},
51945200
"VerificationMessageTemplate":{"shape":"VerificationMessageTemplateType"},
51955201
"SmsAuthenticationMessage":{"shape":"SmsVerificationMessageType"},
5202+
"UserAttributeUpdateSettings":{"shape":"UserAttributeUpdateSettingsType"},
51965203
"MfaConfiguration":{"shape":"UserPoolMfaType"},
51975204
"DeviceConfiguration":{"shape":"DeviceConfigurationType"},
51985205
"EmailConfiguration":{"shape":"EmailConfigurationType"},
@@ -5208,6 +5215,12 @@
52085215
"members":{
52095216
}
52105217
},
5218+
"UserAttributeUpdateSettingsType":{
5219+
"type":"structure",
5220+
"members":{
5221+
"AttributesRequireVerificationBeforeUpdate":{"shape":"AttributesRequireVerificationBeforeUpdateType"}
5222+
}
5223+
},
52115224
"UserContextDataType":{
52125225
"type":"structure",
52135226
"members":{
@@ -5432,6 +5445,7 @@
54325445
"EmailVerificationSubject":{"shape":"EmailVerificationSubjectType"},
54335446
"VerificationMessageTemplate":{"shape":"VerificationMessageTemplateType"},
54345447
"SmsAuthenticationMessage":{"shape":"SmsVerificationMessageType"},
5448+
"UserAttributeUpdateSettings":{"shape":"UserAttributeUpdateSettingsType"},
54355449
"MfaConfiguration":{"shape":"UserPoolMfaType"},
54365450
"DeviceConfiguration":{"shape":"DeviceConfigurationType"},
54375451
"EstimatedNumberOfUsers":{"shape":"IntegerType"},

0 commit comments

Comments
 (0)