Skip to content

Commit 20b0670

Browse files
Updated API models and rebuilt service gems.
1 parent 1b44486 commit 20b0670

File tree

90 files changed

+3399
-606
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+3399
-606
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,6 @@ RubyGems.org page under "LINKS" section.
636636
| Amazon Verified Permissions | Aws::VerifiedPermissions | aws-sdk-verifiedpermissions | 2021-12-01 |
637637
| Amazon Voice ID | Aws::VoiceID | aws-sdk-voiceid | 2021-09-27 |
638638
| Amazon WorkDocs | Aws::WorkDocs | aws-sdk-workdocs | 2016-05-01 |
639-
| Amazon WorkLink | Aws::WorkLink | aws-sdk-worklink | 2018-09-25 |
640639
| Amazon WorkMail | Aws::WorkMail | aws-sdk-workmail | 2017-10-01 |
641640
| Amazon WorkMail Message Flow | Aws::WorkMailMessageFlow | aws-sdk-workmailmessageflow | 2019-05-01 |
642641
| Amazon WorkSpaces | Aws::WorkSpaces | aws-sdk-workspaces | 2015-04-08 |

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

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@
252252
{"shape":"InvalidLambdaResponseException"},
253253
{"shape":"MFAMethodNotFoundException"},
254254
{"shape":"InvalidSmsRoleAccessPolicyException"},
255+
{"shape":"InvalidEmailRoleAccessPolicyException"},
255256
{"shape":"InvalidSmsRoleTrustRelationshipException"},
256257
{"shape":"PasswordResetRequiredException"},
257258
{"shape":"UserNotFoundException"},
@@ -392,6 +393,7 @@
392393
{"shape":"InvalidUserPoolConfigurationException"},
393394
{"shape":"InternalErrorException"},
394395
{"shape":"MFAMethodNotFoundException"},
396+
{"shape":"InvalidEmailRoleAccessPolicyException"},
395397
{"shape":"InvalidSmsRoleAccessPolicyException"},
396398
{"shape":"InvalidSmsRoleTrustRelationshipException"},
397399
{"shape":"AliasExistsException"},
@@ -1314,6 +1316,7 @@
13141316
{"shape":"UserNotConfirmedException"},
13151317
{"shape":"InternalErrorException"},
13161318
{"shape":"InvalidSmsRoleAccessPolicyException"},
1319+
{"shape":"InvalidEmailRoleAccessPolicyException"},
13171320
{"shape":"InvalidSmsRoleTrustRelationshipException"},
13181321
{"shape":"ForbiddenException"}
13191322
],
@@ -1541,6 +1544,7 @@
15411544
{"shape":"UserNotConfirmedException"},
15421545
{"shape":"InvalidSmsRoleAccessPolicyException"},
15431546
{"shape":"InvalidSmsRoleTrustRelationshipException"},
1547+
{"shape":"InvalidEmailRoleAccessPolicyException"},
15441548
{"shape":"AliasExistsException"},
15451549
{"shape":"InternalErrorException"},
15461550
{"shape":"SoftwareTokenMFANotFoundException"},
@@ -2455,6 +2459,7 @@
24552459
"members":{
24562460
"SMSMfaSettings":{"shape":"SMSMfaSettingsType"},
24572461
"SoftwareTokenMfaSettings":{"shape":"SoftwareTokenMfaSettingsType"},
2462+
"EmailMfaSettings":{"shape":"EmailMfaSettingsType"},
24582463
"Username":{"shape":"UsernameType"},
24592464
"UserPoolId":{"shape":"UserPoolIdType"}
24602465
}
@@ -2781,6 +2786,7 @@
27812786
"type":"string",
27822787
"enum":[
27832788
"SMS_MFA",
2789+
"EMAIL_OTP",
27842790
"SOFTWARE_TOKEN_MFA",
27852791
"SELECT_MFA_TYPE",
27862792
"MFA_SETUP",
@@ -3583,6 +3589,30 @@
35833589
"ConfigurationSet":{"shape":"SESConfigurationSet"}
35843590
}
35853591
},
3592+
"EmailMfaConfigType":{
3593+
"type":"structure",
3594+
"members":{
3595+
"Message":{"shape":"EmailMfaMessageType"},
3596+
"Subject":{"shape":"EmailMfaSubjectType"}
3597+
}
3598+
},
3599+
"EmailMfaMessageType":{
3600+
"type":"string",
3601+
"max":20000,
3602+
"min":6,
3603+
"pattern":"[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s*]*\\{####\\}[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s*]*"
3604+
},
3605+
"EmailMfaSettingsType":{
3606+
"type":"structure",
3607+
"members":{
3608+
"Enabled":{"shape":"BooleanType"},
3609+
"PreferredMfa":{"shape":"BooleanType"}
3610+
}
3611+
},
3612+
"EmailMfaSubjectType":{
3613+
"type":"string",
3614+
"pattern":"[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s]+"
3615+
},
35863616
"EmailNotificationBodyType":{
35873617
"type":"string",
35883618
"max":20000,
@@ -3916,6 +3946,7 @@
39163946
"members":{
39173947
"SmsMfaConfiguration":{"shape":"SmsMfaConfigType"},
39183948
"SoftwareTokenMfaConfiguration":{"shape":"SoftwareTokenMfaConfigType"},
3949+
"EmailMfaConfiguration":{"shape":"EmailMfaConfigType"},
39193950
"MfaConfiguration":{"shape":"UserPoolMfaType"}
39203951
}
39213952
},
@@ -4987,6 +5018,7 @@
49875018
"members":{
49885019
"SMSMfaSettings":{"shape":"SMSMfaSettingsType"},
49895020
"SoftwareTokenMfaSettings":{"shape":"SoftwareTokenMfaSettingsType"},
5021+
"EmailMfaSettings":{"shape":"EmailMfaSettingsType"},
49905022
"AccessToken":{"shape":"TokenModelType"}
49915023
}
49925024
},
@@ -5002,6 +5034,7 @@
50025034
"UserPoolId":{"shape":"UserPoolIdType"},
50035035
"SmsMfaConfiguration":{"shape":"SmsMfaConfigType"},
50045036
"SoftwareTokenMfaConfiguration":{"shape":"SoftwareTokenMfaConfigType"},
5037+
"EmailMfaConfiguration":{"shape":"EmailMfaConfigType"},
50055038
"MfaConfiguration":{"shape":"UserPoolMfaType"}
50065039
}
50075040
},
@@ -5010,6 +5043,7 @@
50105043
"members":{
50115044
"SmsMfaConfiguration":{"shape":"SmsMfaConfigType"},
50125045
"SoftwareTokenMfaConfiguration":{"shape":"SoftwareTokenMfaConfigType"},
5046+
"EmailMfaConfiguration":{"shape":"EmailMfaConfigType"},
50135047
"MfaConfiguration":{"shape":"UserPoolMfaType"}
50145048
}
50155049
},

0 commit comments

Comments
 (0)