|
1900 | 1900 | {"shape":"PasswordResetRequiredException"},
|
1901 | 1901 | {"shape":"UserNotFoundException"},
|
1902 | 1902 | {"shape":"UserNotConfirmedException"},
|
1903 |
| - {"shape":"InternalErrorException"} |
| 1903 | + {"shape":"InternalErrorException"}, |
| 1904 | + {"shape":"AliasExistsException"} |
1904 | 1905 | ],
|
1905 | 1906 | "authtype":"none"
|
1906 | 1907 | }
|
|
2573 | 2574 | "max":2048,
|
2574 | 2575 | "sensitive":true
|
2575 | 2576 | },
|
| 2577 | + "AttributesRequireVerificationBeforeUpdateType":{ |
| 2578 | + "type":"list", |
| 2579 | + "member":{"shape":"VerifiedAttributeType"} |
| 2580 | + }, |
2576 | 2581 | "AuthEventType":{
|
2577 | 2582 | "type":"structure",
|
2578 | 2583 | "members":{
|
|
3037 | 3042 | "VerificationMessageTemplate":{"shape":"VerificationMessageTemplateType"},
|
3038 | 3043 | "SmsAuthenticationMessage":{"shape":"SmsVerificationMessageType"},
|
3039 | 3044 | "MfaConfiguration":{"shape":"UserPoolMfaType"},
|
| 3045 | + "UserAttributeUpdateSettings":{"shape":"UserAttributeUpdateSettingsType"}, |
3040 | 3046 | "DeviceConfiguration":{"shape":"DeviceConfigurationType"},
|
3041 | 3047 | "EmailConfiguration":{"shape":"EmailConfigurationType"},
|
3042 | 3048 | "SmsConfiguration":{"shape":"SmsConfigurationType"},
|
|
4335 | 4341 | "ProviderNameTypeV1":{
|
4336 | 4342 | "type":"string",
|
4337 | 4343 | "max":32,
|
4338 |
| - "min":1, |
| 4344 | + "min":3, |
4339 | 4345 | "pattern":"[^_][\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}][^_]+"
|
4340 | 4346 | },
|
4341 | 4347 | "ProviderUserIdentifierType":{
|
|
5193 | 5199 | "EmailVerificationSubject":{"shape":"EmailVerificationSubjectType"},
|
5194 | 5200 | "VerificationMessageTemplate":{"shape":"VerificationMessageTemplateType"},
|
5195 | 5201 | "SmsAuthenticationMessage":{"shape":"SmsVerificationMessageType"},
|
| 5202 | + "UserAttributeUpdateSettings":{"shape":"UserAttributeUpdateSettingsType"}, |
5196 | 5203 | "MfaConfiguration":{"shape":"UserPoolMfaType"},
|
5197 | 5204 | "DeviceConfiguration":{"shape":"DeviceConfigurationType"},
|
5198 | 5205 | "EmailConfiguration":{"shape":"EmailConfigurationType"},
|
|
5208 | 5215 | "members":{
|
5209 | 5216 | }
|
5210 | 5217 | },
|
| 5218 | + "UserAttributeUpdateSettingsType":{ |
| 5219 | + "type":"structure", |
| 5220 | + "members":{ |
| 5221 | + "AttributesRequireVerificationBeforeUpdate":{"shape":"AttributesRequireVerificationBeforeUpdateType"} |
| 5222 | + } |
| 5223 | + }, |
5211 | 5224 | "UserContextDataType":{
|
5212 | 5225 | "type":"structure",
|
5213 | 5226 | "members":{
|
|
5432 | 5445 | "EmailVerificationSubject":{"shape":"EmailVerificationSubjectType"},
|
5433 | 5446 | "VerificationMessageTemplate":{"shape":"VerificationMessageTemplateType"},
|
5434 | 5447 | "SmsAuthenticationMessage":{"shape":"SmsVerificationMessageType"},
|
| 5448 | + "UserAttributeUpdateSettings":{"shape":"UserAttributeUpdateSettingsType"}, |
5435 | 5449 | "MfaConfiguration":{"shape":"UserPoolMfaType"},
|
5436 | 5450 | "DeviceConfiguration":{"shape":"DeviceConfigurationType"},
|
5437 | 5451 | "EstimatedNumberOfUsers":{"shape":"IntegerType"},
|
|
0 commit comments