aws-sdk-core 2.10.90 → 2.10.91
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/apigateway/2015-07-09/api-2.json +22 -2
- data/apis/appsync/2017-07-25/api-2.json +1362 -0
- data/apis/appsync/2017-07-25/examples-1.json +5 -0
- data/apis/appsync/2017-07-25/paginators-1.json +4 -0
- data/apis/batch/2016-08-10/api-2.json +54 -4
- data/apis/codedeploy/2014-10-06/api-2.json +214 -18
- data/apis/cognito-idp/2016-04-18/api-2.json +840 -24
- data/apis/ec2/2016-11-15/api-2.json +1705 -29
- data/apis/guardduty/2017-11-28/api-2.json +2622 -0
- data/apis/guardduty/2017-11-28/paginators-1.json +40 -0
- data/apis/lambda/2015-03-31/api-2.json +35 -5
- data/apis/mq/2017-11-27/api-2.json +1865 -0
- data/lib/aws-sdk-core.rb +3 -0
- data/lib/aws-sdk-core/appsync.rb +6 -0
- data/lib/aws-sdk-core/guardduty.rb +5 -0
- data/lib/aws-sdk-core/mq.rb +4 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +12 -0
- metadata +11 -2
@@ -307,6 +307,24 @@
|
|
307
307
|
{"shape":"InternalErrorException"}
|
308
308
|
]
|
309
309
|
},
|
310
|
+
"AdminListUserAuthEvents":{
|
311
|
+
"name":"AdminListUserAuthEvents",
|
312
|
+
"http":{
|
313
|
+
"method":"POST",
|
314
|
+
"requestUri":"/"
|
315
|
+
},
|
316
|
+
"input":{"shape":"AdminListUserAuthEventsRequest"},
|
317
|
+
"output":{"shape":"AdminListUserAuthEventsResponse"},
|
318
|
+
"errors":[
|
319
|
+
{"shape":"InvalidParameterException"},
|
320
|
+
{"shape":"ResourceNotFoundException"},
|
321
|
+
{"shape":"TooManyRequestsException"},
|
322
|
+
{"shape":"NotAuthorizedException"},
|
323
|
+
{"shape":"UserNotFoundException"},
|
324
|
+
{"shape":"UserPoolAddOnNotEnabledException"},
|
325
|
+
{"shape":"InternalErrorException"}
|
326
|
+
]
|
327
|
+
},
|
310
328
|
"AdminRemoveUserFromGroup":{
|
311
329
|
"name":"AdminRemoveUserFromGroup",
|
312
330
|
"http":{
|
@@ -374,7 +392,26 @@
|
|
374
392
|
{"shape":"AliasExistsException"},
|
375
393
|
{"shape":"PasswordResetRequiredException"},
|
376
394
|
{"shape":"UserNotFoundException"},
|
377
|
-
{"shape":"UserNotConfirmedException"}
|
395
|
+
{"shape":"UserNotConfirmedException"},
|
396
|
+
{"shape":"SoftwareTokenMFANotFoundException"}
|
397
|
+
]
|
398
|
+
},
|
399
|
+
"AdminSetUserMFAPreference":{
|
400
|
+
"name":"AdminSetUserMFAPreference",
|
401
|
+
"http":{
|
402
|
+
"method":"POST",
|
403
|
+
"requestUri":"/"
|
404
|
+
},
|
405
|
+
"input":{"shape":"AdminSetUserMFAPreferenceRequest"},
|
406
|
+
"output":{"shape":"AdminSetUserMFAPreferenceResponse"},
|
407
|
+
"errors":[
|
408
|
+
{"shape":"ResourceNotFoundException"},
|
409
|
+
{"shape":"InvalidParameterException"},
|
410
|
+
{"shape":"NotAuthorizedException"},
|
411
|
+
{"shape":"PasswordResetRequiredException"},
|
412
|
+
{"shape":"UserNotFoundException"},
|
413
|
+
{"shape":"UserNotConfirmedException"},
|
414
|
+
{"shape":"InternalErrorException"}
|
378
415
|
]
|
379
416
|
},
|
380
417
|
"AdminSetUserSettings":{
|
@@ -393,6 +430,24 @@
|
|
393
430
|
{"shape":"InternalErrorException"}
|
394
431
|
]
|
395
432
|
},
|
433
|
+
"AdminUpdateAuthEventFeedback":{
|
434
|
+
"name":"AdminUpdateAuthEventFeedback",
|
435
|
+
"http":{
|
436
|
+
"method":"POST",
|
437
|
+
"requestUri":"/"
|
438
|
+
},
|
439
|
+
"input":{"shape":"AdminUpdateAuthEventFeedbackRequest"},
|
440
|
+
"output":{"shape":"AdminUpdateAuthEventFeedbackResponse"},
|
441
|
+
"errors":[
|
442
|
+
{"shape":"InvalidParameterException"},
|
443
|
+
{"shape":"ResourceNotFoundException"},
|
444
|
+
{"shape":"TooManyRequestsException"},
|
445
|
+
{"shape":"NotAuthorizedException"},
|
446
|
+
{"shape":"UserNotFoundException"},
|
447
|
+
{"shape":"UserPoolAddOnNotEnabledException"},
|
448
|
+
{"shape":"InternalErrorException"}
|
449
|
+
]
|
450
|
+
},
|
396
451
|
"AdminUpdateDeviceStatus":{
|
397
452
|
"name":"AdminUpdateDeviceStatus",
|
398
453
|
"http":{
|
@@ -449,6 +504,22 @@
|
|
449
504
|
{"shape":"InternalErrorException"}
|
450
505
|
]
|
451
506
|
},
|
507
|
+
"AssociateSoftwareToken":{
|
508
|
+
"name":"AssociateSoftwareToken",
|
509
|
+
"http":{
|
510
|
+
"method":"POST",
|
511
|
+
"requestUri":"/"
|
512
|
+
},
|
513
|
+
"input":{"shape":"AssociateSoftwareTokenRequest"},
|
514
|
+
"output":{"shape":"AssociateSoftwareTokenResponse"},
|
515
|
+
"errors":[
|
516
|
+
{"shape":"InvalidParameterException"},
|
517
|
+
{"shape":"NotAuthorizedException"},
|
518
|
+
{"shape":"ResourceNotFoundException"},
|
519
|
+
{"shape":"InternalErrorException"},
|
520
|
+
{"shape":"SoftwareTokenMFANotFoundException"}
|
521
|
+
]
|
522
|
+
},
|
452
523
|
"ChangePassword":{
|
453
524
|
"name":"ChangePassword",
|
454
525
|
"http":{
|
@@ -835,6 +906,23 @@
|
|
835
906
|
{"shape":"InternalErrorException"}
|
836
907
|
]
|
837
908
|
},
|
909
|
+
"DescribeRiskConfiguration":{
|
910
|
+
"name":"DescribeRiskConfiguration",
|
911
|
+
"http":{
|
912
|
+
"method":"POST",
|
913
|
+
"requestUri":"/"
|
914
|
+
},
|
915
|
+
"input":{"shape":"DescribeRiskConfigurationRequest"},
|
916
|
+
"output":{"shape":"DescribeRiskConfigurationResponse"},
|
917
|
+
"errors":[
|
918
|
+
{"shape":"ResourceNotFoundException"},
|
919
|
+
{"shape":"InvalidParameterException"},
|
920
|
+
{"shape":"TooManyRequestsException"},
|
921
|
+
{"shape":"NotAuthorizedException"},
|
922
|
+
{"shape":"UserPoolAddOnNotEnabledException"},
|
923
|
+
{"shape":"InternalErrorException"}
|
924
|
+
]
|
925
|
+
},
|
838
926
|
"DescribeUserImportJob":{
|
839
927
|
"name":"DescribeUserImportJob",
|
840
928
|
"http":{
|
@@ -1077,6 +1165,22 @@
|
|
1077
1165
|
],
|
1078
1166
|
"authtype":"none"
|
1079
1167
|
},
|
1168
|
+
"GetUserPoolMfaConfig":{
|
1169
|
+
"name":"GetUserPoolMfaConfig",
|
1170
|
+
"http":{
|
1171
|
+
"method":"POST",
|
1172
|
+
"requestUri":"/"
|
1173
|
+
},
|
1174
|
+
"input":{"shape":"GetUserPoolMfaConfigRequest"},
|
1175
|
+
"output":{"shape":"GetUserPoolMfaConfigResponse"},
|
1176
|
+
"errors":[
|
1177
|
+
{"shape":"InvalidParameterException"},
|
1178
|
+
{"shape":"TooManyRequestsException"},
|
1179
|
+
{"shape":"ResourceNotFoundException"},
|
1180
|
+
{"shape":"NotAuthorizedException"},
|
1181
|
+
{"shape":"InternalErrorException"}
|
1182
|
+
]
|
1183
|
+
},
|
1080
1184
|
"GlobalSignOut":{
|
1081
1185
|
"name":"GlobalSignOut",
|
1082
1186
|
"http":{
|
@@ -1318,6 +1422,26 @@
|
|
1318
1422
|
{"shape":"InvalidSmsRoleAccessPolicyException"},
|
1319
1423
|
{"shape":"InvalidSmsRoleTrustRelationshipException"},
|
1320
1424
|
{"shape":"AliasExistsException"},
|
1425
|
+
{"shape":"InternalErrorException"},
|
1426
|
+
{"shape":"SoftwareTokenMFANotFoundException"}
|
1427
|
+
]
|
1428
|
+
},
|
1429
|
+
"SetRiskConfiguration":{
|
1430
|
+
"name":"SetRiskConfiguration",
|
1431
|
+
"http":{
|
1432
|
+
"method":"POST",
|
1433
|
+
"requestUri":"/"
|
1434
|
+
},
|
1435
|
+
"input":{"shape":"SetRiskConfigurationRequest"},
|
1436
|
+
"output":{"shape":"SetRiskConfigurationResponse"},
|
1437
|
+
"errors":[
|
1438
|
+
{"shape":"ResourceNotFoundException"},
|
1439
|
+
{"shape":"InvalidParameterException"},
|
1440
|
+
{"shape":"TooManyRequestsException"},
|
1441
|
+
{"shape":"NotAuthorizedException"},
|
1442
|
+
{"shape":"UserPoolAddOnNotEnabledException"},
|
1443
|
+
{"shape":"CodeDeliveryFailureException"},
|
1444
|
+
{"shape":"InvalidEmailRoleAccessPolicyException"},
|
1321
1445
|
{"shape":"InternalErrorException"}
|
1322
1446
|
]
|
1323
1447
|
},
|
@@ -1337,6 +1461,42 @@
|
|
1337
1461
|
{"shape":"InternalErrorException"}
|
1338
1462
|
]
|
1339
1463
|
},
|
1464
|
+
"SetUserMFAPreference":{
|
1465
|
+
"name":"SetUserMFAPreference",
|
1466
|
+
"http":{
|
1467
|
+
"method":"POST",
|
1468
|
+
"requestUri":"/"
|
1469
|
+
},
|
1470
|
+
"input":{"shape":"SetUserMFAPreferenceRequest"},
|
1471
|
+
"output":{"shape":"SetUserMFAPreferenceResponse"},
|
1472
|
+
"errors":[
|
1473
|
+
{"shape":"ResourceNotFoundException"},
|
1474
|
+
{"shape":"InvalidParameterException"},
|
1475
|
+
{"shape":"NotAuthorizedException"},
|
1476
|
+
{"shape":"PasswordResetRequiredException"},
|
1477
|
+
{"shape":"UserNotFoundException"},
|
1478
|
+
{"shape":"UserNotConfirmedException"},
|
1479
|
+
{"shape":"InternalErrorException"}
|
1480
|
+
]
|
1481
|
+
},
|
1482
|
+
"SetUserPoolMfaConfig":{
|
1483
|
+
"name":"SetUserPoolMfaConfig",
|
1484
|
+
"http":{
|
1485
|
+
"method":"POST",
|
1486
|
+
"requestUri":"/"
|
1487
|
+
},
|
1488
|
+
"input":{"shape":"SetUserPoolMfaConfigRequest"},
|
1489
|
+
"output":{"shape":"SetUserPoolMfaConfigResponse"},
|
1490
|
+
"errors":[
|
1491
|
+
{"shape":"InvalidParameterException"},
|
1492
|
+
{"shape":"TooManyRequestsException"},
|
1493
|
+
{"shape":"ResourceNotFoundException"},
|
1494
|
+
{"shape":"InvalidSmsRoleAccessPolicyException"},
|
1495
|
+
{"shape":"InvalidSmsRoleTrustRelationshipException"},
|
1496
|
+
{"shape":"NotAuthorizedException"},
|
1497
|
+
{"shape":"InternalErrorException"}
|
1498
|
+
]
|
1499
|
+
},
|
1340
1500
|
"SetUserSettings":{
|
1341
1501
|
"name":"SetUserSettings",
|
1342
1502
|
"http":{
|
@@ -1416,6 +1576,24 @@
|
|
1416
1576
|
{"shape":"NotAuthorizedException"}
|
1417
1577
|
]
|
1418
1578
|
},
|
1579
|
+
"UpdateAuthEventFeedback":{
|
1580
|
+
"name":"UpdateAuthEventFeedback",
|
1581
|
+
"http":{
|
1582
|
+
"method":"POST",
|
1583
|
+
"requestUri":"/"
|
1584
|
+
},
|
1585
|
+
"input":{"shape":"UpdateAuthEventFeedbackRequest"},
|
1586
|
+
"output":{"shape":"UpdateAuthEventFeedbackResponse"},
|
1587
|
+
"errors":[
|
1588
|
+
{"shape":"InvalidParameterException"},
|
1589
|
+
{"shape":"ResourceNotFoundException"},
|
1590
|
+
{"shape":"TooManyRequestsException"},
|
1591
|
+
{"shape":"NotAuthorizedException"},
|
1592
|
+
{"shape":"UserNotFoundException"},
|
1593
|
+
{"shape":"UserPoolAddOnNotEnabledException"},
|
1594
|
+
{"shape":"InternalErrorException"}
|
1595
|
+
]
|
1596
|
+
},
|
1419
1597
|
"UpdateDeviceStatus":{
|
1420
1598
|
"name":"UpdateDeviceStatus",
|
1421
1599
|
"http":{
|
@@ -1548,6 +1726,7 @@
|
|
1548
1726
|
"errors":[
|
1549
1727
|
{"shape":"ResourceNotFoundException"},
|
1550
1728
|
{"shape":"InvalidParameterException"},
|
1729
|
+
{"shape":"ConcurrentModificationException"},
|
1551
1730
|
{"shape":"TooManyRequestsException"},
|
1552
1731
|
{"shape":"NotAuthorizedException"},
|
1553
1732
|
{"shape":"ScopeDoesNotExistException"},
|
@@ -1555,6 +1734,30 @@
|
|
1555
1734
|
{"shape":"InternalErrorException"}
|
1556
1735
|
]
|
1557
1736
|
},
|
1737
|
+
"VerifySoftwareToken":{
|
1738
|
+
"name":"VerifySoftwareToken",
|
1739
|
+
"http":{
|
1740
|
+
"method":"POST",
|
1741
|
+
"requestUri":"/"
|
1742
|
+
},
|
1743
|
+
"input":{"shape":"VerifySoftwareTokenRequest"},
|
1744
|
+
"output":{"shape":"VerifySoftwareTokenResponse"},
|
1745
|
+
"errors":[
|
1746
|
+
{"shape":"InvalidParameterException"},
|
1747
|
+
{"shape":"ResourceNotFoundException"},
|
1748
|
+
{"shape":"InvalidUserPoolConfigurationException"},
|
1749
|
+
{"shape":"NotAuthorizedException"},
|
1750
|
+
{"shape":"TooManyRequestsException"},
|
1751
|
+
{"shape":"PasswordResetRequiredException"},
|
1752
|
+
{"shape":"UserNotFoundException"},
|
1753
|
+
{"shape":"UserNotConfirmedException"},
|
1754
|
+
{"shape":"InternalErrorException"},
|
1755
|
+
{"shape":"EnableSoftwareTokenMFAException"},
|
1756
|
+
{"shape":"NotAuthorizedException"},
|
1757
|
+
{"shape":"SoftwareTokenMFANotFoundException"},
|
1758
|
+
{"shape":"CodeMismatchException"}
|
1759
|
+
]
|
1760
|
+
},
|
1558
1761
|
"VerifyUserAttribute":{
|
1559
1762
|
"name":"VerifyUserAttribute",
|
1560
1763
|
"http":{
|
@@ -1581,6 +1784,43 @@
|
|
1581
1784
|
},
|
1582
1785
|
"shapes":{
|
1583
1786
|
"AWSAccountIdType":{"type":"string"},
|
1787
|
+
"AccountTakeoverActionNotifyType":{"type":"boolean"},
|
1788
|
+
"AccountTakeoverActionType":{
|
1789
|
+
"type":"structure",
|
1790
|
+
"required":[
|
1791
|
+
"Notify",
|
1792
|
+
"EventAction"
|
1793
|
+
],
|
1794
|
+
"members":{
|
1795
|
+
"Notify":{"shape":"AccountTakeoverActionNotifyType"},
|
1796
|
+
"EventAction":{"shape":"AccountTakeoverEventActionType"}
|
1797
|
+
}
|
1798
|
+
},
|
1799
|
+
"AccountTakeoverActionsType":{
|
1800
|
+
"type":"structure",
|
1801
|
+
"members":{
|
1802
|
+
"LowAction":{"shape":"AccountTakeoverActionType"},
|
1803
|
+
"MediumAction":{"shape":"AccountTakeoverActionType"},
|
1804
|
+
"HighAction":{"shape":"AccountTakeoverActionType"}
|
1805
|
+
}
|
1806
|
+
},
|
1807
|
+
"AccountTakeoverEventActionType":{
|
1808
|
+
"type":"string",
|
1809
|
+
"enum":[
|
1810
|
+
"BLOCK",
|
1811
|
+
"MFA_IF_CONFIGURED",
|
1812
|
+
"MFA_REQUIRED",
|
1813
|
+
"NO_ACTION"
|
1814
|
+
]
|
1815
|
+
},
|
1816
|
+
"AccountTakeoverRiskConfigurationType":{
|
1817
|
+
"type":"structure",
|
1818
|
+
"required":["Actions"],
|
1819
|
+
"members":{
|
1820
|
+
"NotifyConfiguration":{"shape":"NotifyConfigurationType"},
|
1821
|
+
"Actions":{"shape":"AccountTakeoverActionsType"}
|
1822
|
+
}
|
1823
|
+
},
|
1584
1824
|
"AddCustomAttributesRequest":{
|
1585
1825
|
"type":"structure",
|
1586
1826
|
"required":[
|
@@ -1659,7 +1899,7 @@
|
|
1659
1899
|
},
|
1660
1900
|
"AdminCreateUserUnusedAccountValidityDaysType":{
|
1661
1901
|
"type":"integer",
|
1662
|
-
"max":
|
1902
|
+
"max":365,
|
1663
1903
|
"min":0
|
1664
1904
|
},
|
1665
1905
|
"AdminDeleteUserAttributesRequest":{
|
@@ -1793,7 +2033,9 @@
|
|
1793
2033
|
"UserLastModifiedDate":{"shape":"DateType"},
|
1794
2034
|
"Enabled":{"shape":"BooleanType"},
|
1795
2035
|
"UserStatus":{"shape":"UserStatusType"},
|
1796
|
-
"MFAOptions":{"shape":"MFAOptionListType"}
|
2036
|
+
"MFAOptions":{"shape":"MFAOptionListType"},
|
2037
|
+
"PreferredMfaSetting":{"shape":"StringType"},
|
2038
|
+
"UserMFASettingList":{"shape":"UserMFASettingListType"}
|
1797
2039
|
}
|
1798
2040
|
},
|
1799
2041
|
"AdminInitiateAuthRequest":{
|
@@ -1808,7 +2050,9 @@
|
|
1808
2050
|
"ClientId":{"shape":"ClientIdType"},
|
1809
2051
|
"AuthFlow":{"shape":"AuthFlowType"},
|
1810
2052
|
"AuthParameters":{"shape":"AuthParametersType"},
|
1811
|
-
"ClientMetadata":{"shape":"ClientMetadataType"}
|
2053
|
+
"ClientMetadata":{"shape":"ClientMetadataType"},
|
2054
|
+
"AnalyticsMetadata":{"shape":"AnalyticsMetadataType"},
|
2055
|
+
"ContextData":{"shape":"ContextDataType"}
|
1812
2056
|
}
|
1813
2057
|
},
|
1814
2058
|
"AdminInitiateAuthResponse":{
|
@@ -1878,6 +2122,26 @@
|
|
1878
2122
|
"NextToken":{"shape":"PaginationKey"}
|
1879
2123
|
}
|
1880
2124
|
},
|
2125
|
+
"AdminListUserAuthEventsRequest":{
|
2126
|
+
"type":"structure",
|
2127
|
+
"required":[
|
2128
|
+
"UserPoolId",
|
2129
|
+
"Username"
|
2130
|
+
],
|
2131
|
+
"members":{
|
2132
|
+
"UserPoolId":{"shape":"UserPoolIdType"},
|
2133
|
+
"Username":{"shape":"UsernameType"},
|
2134
|
+
"MaxResults":{"shape":"QueryLimitType"},
|
2135
|
+
"NextToken":{"shape":"PaginationKey"}
|
2136
|
+
}
|
2137
|
+
},
|
2138
|
+
"AdminListUserAuthEventsResponse":{
|
2139
|
+
"type":"structure",
|
2140
|
+
"members":{
|
2141
|
+
"AuthEvents":{"shape":"AuthEventsType"},
|
2142
|
+
"NextToken":{"shape":"PaginationKey"}
|
2143
|
+
}
|
2144
|
+
},
|
1881
2145
|
"AdminRemoveUserFromGroupRequest":{
|
1882
2146
|
"type":"structure",
|
1883
2147
|
"required":[
|
@@ -1919,7 +2183,9 @@
|
|
1919
2183
|
"ClientId":{"shape":"ClientIdType"},
|
1920
2184
|
"ChallengeName":{"shape":"ChallengeNameType"},
|
1921
2185
|
"ChallengeResponses":{"shape":"ChallengeResponsesType"},
|
1922
|
-
"Session":{"shape":"SessionType"}
|
2186
|
+
"Session":{"shape":"SessionType"},
|
2187
|
+
"AnalyticsMetadata":{"shape":"AnalyticsMetadataType"},
|
2188
|
+
"ContextData":{"shape":"ContextDataType"}
|
1923
2189
|
}
|
1924
2190
|
},
|
1925
2191
|
"AdminRespondToAuthChallengeResponse":{
|
@@ -1931,6 +2197,24 @@
|
|
1931
2197
|
"AuthenticationResult":{"shape":"AuthenticationResultType"}
|
1932
2198
|
}
|
1933
2199
|
},
|
2200
|
+
"AdminSetUserMFAPreferenceRequest":{
|
2201
|
+
"type":"structure",
|
2202
|
+
"required":[
|
2203
|
+
"Username",
|
2204
|
+
"UserPoolId"
|
2205
|
+
],
|
2206
|
+
"members":{
|
2207
|
+
"SMSMfaSettings":{"shape":"SMSMfaSettingsType"},
|
2208
|
+
"SoftwareTokenMfaSettings":{"shape":"SoftwareTokenMfaSettingsType"},
|
2209
|
+
"Username":{"shape":"UsernameType"},
|
2210
|
+
"UserPoolId":{"shape":"UserPoolIdType"}
|
2211
|
+
}
|
2212
|
+
},
|
2213
|
+
"AdminSetUserMFAPreferenceResponse":{
|
2214
|
+
"type":"structure",
|
2215
|
+
"members":{
|
2216
|
+
}
|
2217
|
+
},
|
1934
2218
|
"AdminSetUserSettingsRequest":{
|
1935
2219
|
"type":"structure",
|
1936
2220
|
"required":[
|
@@ -1949,6 +2233,26 @@
|
|
1949
2233
|
"members":{
|
1950
2234
|
}
|
1951
2235
|
},
|
2236
|
+
"AdminUpdateAuthEventFeedbackRequest":{
|
2237
|
+
"type":"structure",
|
2238
|
+
"required":[
|
2239
|
+
"UserPoolId",
|
2240
|
+
"Username",
|
2241
|
+
"EventId",
|
2242
|
+
"FeedbackValue"
|
2243
|
+
],
|
2244
|
+
"members":{
|
2245
|
+
"UserPoolId":{"shape":"UserPoolIdType"},
|
2246
|
+
"Username":{"shape":"UsernameType"},
|
2247
|
+
"EventId":{"shape":"EventIdType"},
|
2248
|
+
"FeedbackValue":{"shape":"FeedbackValueType"}
|
2249
|
+
}
|
2250
|
+
},
|
2251
|
+
"AdminUpdateAuthEventFeedbackResponse":{
|
2252
|
+
"type":"structure",
|
2253
|
+
"members":{
|
2254
|
+
}
|
2255
|
+
},
|
1952
2256
|
"AdminUpdateDeviceStatusRequest":{
|
1953
2257
|
"type":"structure",
|
1954
2258
|
"required":[
|
@@ -2002,6 +2306,14 @@
|
|
2002
2306
|
"members":{
|
2003
2307
|
}
|
2004
2308
|
},
|
2309
|
+
"AdvancedSecurityModeType":{
|
2310
|
+
"type":"string",
|
2311
|
+
"enum":[
|
2312
|
+
"OFF",
|
2313
|
+
"AUDIT",
|
2314
|
+
"ENFORCED"
|
2315
|
+
]
|
2316
|
+
},
|
2005
2317
|
"AliasAttributeType":{
|
2006
2318
|
"type":"string",
|
2007
2319
|
"enum":[
|
@@ -2021,12 +2333,46 @@
|
|
2021
2333
|
},
|
2022
2334
|
"exception":true
|
2023
2335
|
},
|
2336
|
+
"AnalyticsConfigurationType":{
|
2337
|
+
"type":"structure",
|
2338
|
+
"required":[
|
2339
|
+
"ApplicationId",
|
2340
|
+
"RoleArn",
|
2341
|
+
"ExternalId"
|
2342
|
+
],
|
2343
|
+
"members":{
|
2344
|
+
"ApplicationId":{"shape":"HexStringType"},
|
2345
|
+
"RoleArn":{"shape":"ArnType"},
|
2346
|
+
"ExternalId":{"shape":"StringType"},
|
2347
|
+
"UserDataShared":{"shape":"BooleanType"}
|
2348
|
+
}
|
2349
|
+
},
|
2350
|
+
"AnalyticsMetadataType":{
|
2351
|
+
"type":"structure",
|
2352
|
+
"members":{
|
2353
|
+
"AnalyticsEndpointId":{"shape":"StringType"}
|
2354
|
+
}
|
2355
|
+
},
|
2024
2356
|
"ArnType":{
|
2025
2357
|
"type":"string",
|
2026
2358
|
"max":2048,
|
2027
2359
|
"min":20,
|
2028
2360
|
"pattern":"arn:[\\w+=/,.@-]+:[\\w+=/,.@-]+:([\\w+=/,.@-]*)?:[0-9]+:[\\w+=/,.@-]+(:[\\w+=/,.@-]+)?(:[\\w+=/,.@-]+)?"
|
2029
2361
|
},
|
2362
|
+
"AssociateSoftwareTokenRequest":{
|
2363
|
+
"type":"structure",
|
2364
|
+
"members":{
|
2365
|
+
"AccessToken":{"shape":"TokenModelType"},
|
2366
|
+
"Session":{"shape":"SessionType"}
|
2367
|
+
}
|
2368
|
+
},
|
2369
|
+
"AssociateSoftwareTokenResponse":{
|
2370
|
+
"type":"structure",
|
2371
|
+
"members":{
|
2372
|
+
"SecretCode":{"shape":"SecretCodeType"},
|
2373
|
+
"Session":{"shape":"SessionType"}
|
2374
|
+
}
|
2375
|
+
},
|
2030
2376
|
"AttributeDataType":{
|
2031
2377
|
"type":"string",
|
2032
2378
|
"enum":[
|
@@ -2073,6 +2419,23 @@
|
|
2073
2419
|
"max":2048,
|
2074
2420
|
"sensitive":true
|
2075
2421
|
},
|
2422
|
+
"AuthEventType":{
|
2423
|
+
"type":"structure",
|
2424
|
+
"members":{
|
2425
|
+
"EventId":{"shape":"StringType"},
|
2426
|
+
"EventType":{"shape":"EventType"},
|
2427
|
+
"CreationDate":{"shape":"DateType"},
|
2428
|
+
"EventResponse":{"shape":"EventResponseType"},
|
2429
|
+
"EventRisk":{"shape":"EventRiskType"},
|
2430
|
+
"ChallengeResponses":{"shape":"ChallengeResponseListType"},
|
2431
|
+
"EventContextData":{"shape":"EventContextDataType"},
|
2432
|
+
"EventFeedback":{"shape":"EventFeedbackType"}
|
2433
|
+
}
|
2434
|
+
},
|
2435
|
+
"AuthEventsType":{
|
2436
|
+
"type":"list",
|
2437
|
+
"member":{"shape":"AuthEventType"}
|
2438
|
+
},
|
2076
2439
|
"AuthFlowType":{
|
2077
2440
|
"type":"string",
|
2078
2441
|
"enum":[
|
@@ -2099,6 +2462,11 @@
|
|
2099
2462
|
"NewDeviceMetadata":{"shape":"NewDeviceMetadataType"}
|
2100
2463
|
}
|
2101
2464
|
},
|
2465
|
+
"BlockedIPRangeListType":{
|
2466
|
+
"type":"list",
|
2467
|
+
"member":{"shape":"StringType"},
|
2468
|
+
"max":20
|
2469
|
+
},
|
2102
2470
|
"BooleanType":{"type":"boolean"},
|
2103
2471
|
"CSSType":{"type":"string"},
|
2104
2472
|
"CSSVersionType":{"type":"string"},
|
@@ -2108,10 +2476,20 @@
|
|
2108
2476
|
"max":100,
|
2109
2477
|
"min":0
|
2110
2478
|
},
|
2479
|
+
"ChallengeName":{
|
2480
|
+
"type":"string",
|
2481
|
+
"enum":[
|
2482
|
+
"Password",
|
2483
|
+
"Mfa"
|
2484
|
+
]
|
2485
|
+
},
|
2111
2486
|
"ChallengeNameType":{
|
2112
2487
|
"type":"string",
|
2113
2488
|
"enum":[
|
2114
2489
|
"SMS_MFA",
|
2490
|
+
"SOFTWARE_TOKEN_MFA",
|
2491
|
+
"SELECT_MFA_TYPE",
|
2492
|
+
"MFA_SETUP",
|
2115
2493
|
"PASSWORD_VERIFIER",
|
2116
2494
|
"CUSTOM_CHALLENGE",
|
2117
2495
|
"DEVICE_SRP_AUTH",
|
@@ -2120,10 +2498,28 @@
|
|
2120
2498
|
"NEW_PASSWORD_REQUIRED"
|
2121
2499
|
]
|
2122
2500
|
},
|
2123
|
-
"ChallengeParametersType":{
|
2124
|
-
"type":"map",
|
2125
|
-
"key":{"shape":"StringType"},
|
2126
|
-
"value":{"shape":"StringType"}
|
2501
|
+
"ChallengeParametersType":{
|
2502
|
+
"type":"map",
|
2503
|
+
"key":{"shape":"StringType"},
|
2504
|
+
"value":{"shape":"StringType"}
|
2505
|
+
},
|
2506
|
+
"ChallengeResponse":{
|
2507
|
+
"type":"string",
|
2508
|
+
"enum":[
|
2509
|
+
"Success",
|
2510
|
+
"Failure"
|
2511
|
+
]
|
2512
|
+
},
|
2513
|
+
"ChallengeResponseListType":{
|
2514
|
+
"type":"list",
|
2515
|
+
"member":{"shape":"ChallengeResponseType"}
|
2516
|
+
},
|
2517
|
+
"ChallengeResponseType":{
|
2518
|
+
"type":"structure",
|
2519
|
+
"members":{
|
2520
|
+
"ChallengeName":{"shape":"ChallengeName"},
|
2521
|
+
"ChallengeResponse":{"shape":"ChallengeResponse"}
|
2522
|
+
}
|
2127
2523
|
},
|
2128
2524
|
"ChallengeResponsesType":{
|
2129
2525
|
"type":"map",
|
@@ -2214,6 +2610,28 @@
|
|
2214
2610
|
"min":1,
|
2215
2611
|
"pattern":"[\\w]+"
|
2216
2612
|
},
|
2613
|
+
"CompromisedCredentialsActionsType":{
|
2614
|
+
"type":"structure",
|
2615
|
+
"required":["EventAction"],
|
2616
|
+
"members":{
|
2617
|
+
"EventAction":{"shape":"CompromisedCredentialsEventActionType"}
|
2618
|
+
}
|
2619
|
+
},
|
2620
|
+
"CompromisedCredentialsEventActionType":{
|
2621
|
+
"type":"string",
|
2622
|
+
"enum":[
|
2623
|
+
"BLOCK",
|
2624
|
+
"NO_ACTION"
|
2625
|
+
]
|
2626
|
+
},
|
2627
|
+
"CompromisedCredentialsRiskConfigurationType":{
|
2628
|
+
"type":"structure",
|
2629
|
+
"required":["Actions"],
|
2630
|
+
"members":{
|
2631
|
+
"EventFilter":{"shape":"EventFiltersType"},
|
2632
|
+
"Actions":{"shape":"CompromisedCredentialsActionsType"}
|
2633
|
+
}
|
2634
|
+
},
|
2217
2635
|
"ConcurrentModificationException":{
|
2218
2636
|
"type":"structure",
|
2219
2637
|
"members":{
|
@@ -2253,7 +2671,9 @@
|
|
2253
2671
|
"SecretHash":{"shape":"SecretHashType"},
|
2254
2672
|
"Username":{"shape":"UsernameType"},
|
2255
2673
|
"ConfirmationCode":{"shape":"ConfirmationCodeType"},
|
2256
|
-
"Password":{"shape":"PasswordType"}
|
2674
|
+
"Password":{"shape":"PasswordType"},
|
2675
|
+
"AnalyticsMetadata":{"shape":"AnalyticsMetadataType"},
|
2676
|
+
"UserContextData":{"shape":"UserContextDataType"}
|
2257
2677
|
}
|
2258
2678
|
},
|
2259
2679
|
"ConfirmForgotPasswordResponse":{
|
@@ -2273,7 +2693,9 @@
|
|
2273
2693
|
"SecretHash":{"shape":"SecretHashType"},
|
2274
2694
|
"Username":{"shape":"UsernameType"},
|
2275
2695
|
"ConfirmationCode":{"shape":"ConfirmationCodeType"},
|
2276
|
-
"ForceAliasCreation":{"shape":"ForceAliasCreation"}
|
2696
|
+
"ForceAliasCreation":{"shape":"ForceAliasCreation"},
|
2697
|
+
"AnalyticsMetadata":{"shape":"AnalyticsMetadataType"},
|
2698
|
+
"UserContextData":{"shape":"UserContextDataType"}
|
2277
2699
|
}
|
2278
2700
|
},
|
2279
2701
|
"ConfirmSignUpResponse":{
|
@@ -2287,6 +2709,22 @@
|
|
2287
2709
|
"min":1,
|
2288
2710
|
"pattern":"[\\S]+"
|
2289
2711
|
},
|
2712
|
+
"ContextDataType":{
|
2713
|
+
"type":"structure",
|
2714
|
+
"required":[
|
2715
|
+
"IpAddress",
|
2716
|
+
"ServerName",
|
2717
|
+
"ServerPath",
|
2718
|
+
"HttpHeaders"
|
2719
|
+
],
|
2720
|
+
"members":{
|
2721
|
+
"IpAddress":{"shape":"StringType"},
|
2722
|
+
"ServerName":{"shape":"StringType"},
|
2723
|
+
"ServerPath":{"shape":"StringType"},
|
2724
|
+
"HttpHeaders":{"shape":"HttpHeaderList"},
|
2725
|
+
"EncodedData":{"shape":"StringType"}
|
2726
|
+
}
|
2727
|
+
},
|
2290
2728
|
"CreateGroupRequest":{
|
2291
2729
|
"type":"structure",
|
2292
2730
|
"required":[
|
@@ -2391,7 +2829,8 @@
|
|
2391
2829
|
"DefaultRedirectURI":{"shape":"RedirectUrlType"},
|
2392
2830
|
"AllowedOAuthFlows":{"shape":"OAuthFlowsType"},
|
2393
2831
|
"AllowedOAuthScopes":{"shape":"ScopeListType"},
|
2394
|
-
"AllowedOAuthFlowsUserPoolClient":{"shape":"BooleanType"}
|
2832
|
+
"AllowedOAuthFlowsUserPoolClient":{"shape":"BooleanType"},
|
2833
|
+
"AnalyticsConfiguration":{"shape":"AnalyticsConfigurationType"}
|
2395
2834
|
}
|
2396
2835
|
},
|
2397
2836
|
"CreateUserPoolClientResponse":{
|
@@ -2437,7 +2876,8 @@
|
|
2437
2876
|
"SmsConfiguration":{"shape":"SmsConfigurationType"},
|
2438
2877
|
"UserPoolTags":{"shape":"UserPoolTagsType"},
|
2439
2878
|
"AdminCreateUserConfig":{"shape":"AdminCreateUserConfigType"},
|
2440
|
-
"Schema":{"shape":"SchemaAttributesListType"}
|
2879
|
+
"Schema":{"shape":"SchemaAttributesListType"},
|
2880
|
+
"UserPoolAddOns":{"shape":"UserPoolAddOnsType"}
|
2441
2881
|
}
|
2442
2882
|
},
|
2443
2883
|
"CreateUserPoolResponse":{
|
@@ -2603,6 +3043,21 @@
|
|
2603
3043
|
"ResourceServer":{"shape":"ResourceServerType"}
|
2604
3044
|
}
|
2605
3045
|
},
|
3046
|
+
"DescribeRiskConfigurationRequest":{
|
3047
|
+
"type":"structure",
|
3048
|
+
"required":["UserPoolId"],
|
3049
|
+
"members":{
|
3050
|
+
"UserPoolId":{"shape":"UserPoolIdType"},
|
3051
|
+
"ClientId":{"shape":"ClientIdType"}
|
3052
|
+
}
|
3053
|
+
},
|
3054
|
+
"DescribeRiskConfigurationResponse":{
|
3055
|
+
"type":"structure",
|
3056
|
+
"required":["RiskConfiguration"],
|
3057
|
+
"members":{
|
3058
|
+
"RiskConfiguration":{"shape":"RiskConfigurationType"}
|
3059
|
+
}
|
3060
|
+
},
|
2606
3061
|
"DescribeUserImportJobRequest":{
|
2607
3062
|
"type":"structure",
|
2608
3063
|
"required":[
|
@@ -2764,6 +3219,18 @@
|
|
2764
3219
|
"ReplyToEmailAddress":{"shape":"EmailAddressType"}
|
2765
3220
|
}
|
2766
3221
|
},
|
3222
|
+
"EmailNotificationBodyType":{
|
3223
|
+
"type":"string",
|
3224
|
+
"max":20000,
|
3225
|
+
"min":6,
|
3226
|
+
"pattern":"[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s*]+"
|
3227
|
+
},
|
3228
|
+
"EmailNotificationSubjectType":{
|
3229
|
+
"type":"string",
|
3230
|
+
"max":140,
|
3231
|
+
"min":1,
|
3232
|
+
"pattern":"[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s]+"
|
3233
|
+
},
|
2767
3234
|
"EmailVerificationMessageByLinkType":{
|
2768
3235
|
"type":"string",
|
2769
3236
|
"max":20000,
|
@@ -2788,6 +3255,75 @@
|
|
2788
3255
|
"min":1,
|
2789
3256
|
"pattern":"[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s]+"
|
2790
3257
|
},
|
3258
|
+
"EnableSoftwareTokenMFAException":{
|
3259
|
+
"type":"structure",
|
3260
|
+
"members":{
|
3261
|
+
"message":{"shape":"MessageType"}
|
3262
|
+
},
|
3263
|
+
"exception":true
|
3264
|
+
},
|
3265
|
+
"EventContextDataType":{
|
3266
|
+
"type":"structure",
|
3267
|
+
"members":{
|
3268
|
+
"IpAddress":{"shape":"StringType"},
|
3269
|
+
"DeviceName":{"shape":"StringType"},
|
3270
|
+
"Timezone":{"shape":"StringType"},
|
3271
|
+
"City":{"shape":"StringType"},
|
3272
|
+
"Country":{"shape":"StringType"}
|
3273
|
+
}
|
3274
|
+
},
|
3275
|
+
"EventFeedbackType":{
|
3276
|
+
"type":"structure",
|
3277
|
+
"required":[
|
3278
|
+
"FeedbackValue",
|
3279
|
+
"Provider"
|
3280
|
+
],
|
3281
|
+
"members":{
|
3282
|
+
"FeedbackValue":{"shape":"FeedbackValueType"},
|
3283
|
+
"Provider":{"shape":"StringType"},
|
3284
|
+
"FeedbackDate":{"shape":"DateType"}
|
3285
|
+
}
|
3286
|
+
},
|
3287
|
+
"EventFilterType":{
|
3288
|
+
"type":"string",
|
3289
|
+
"enum":[
|
3290
|
+
"SIGN_IN",
|
3291
|
+
"PASSWORD_CHANGE",
|
3292
|
+
"SIGN_UP"
|
3293
|
+
]
|
3294
|
+
},
|
3295
|
+
"EventFiltersType":{
|
3296
|
+
"type":"list",
|
3297
|
+
"member":{"shape":"EventFilterType"}
|
3298
|
+
},
|
3299
|
+
"EventIdType":{
|
3300
|
+
"type":"string",
|
3301
|
+
"max":50,
|
3302
|
+
"min":1,
|
3303
|
+
"pattern":"[\\w+-]+"
|
3304
|
+
},
|
3305
|
+
"EventResponseType":{
|
3306
|
+
"type":"string",
|
3307
|
+
"enum":[
|
3308
|
+
"Success",
|
3309
|
+
"Failure"
|
3310
|
+
]
|
3311
|
+
},
|
3312
|
+
"EventRiskType":{
|
3313
|
+
"type":"structure",
|
3314
|
+
"members":{
|
3315
|
+
"RiskDecision":{"shape":"RiskDecisionType"},
|
3316
|
+
"RiskLevel":{"shape":"RiskLevelType"}
|
3317
|
+
}
|
3318
|
+
},
|
3319
|
+
"EventType":{
|
3320
|
+
"type":"string",
|
3321
|
+
"enum":[
|
3322
|
+
"SignIn",
|
3323
|
+
"SignUp",
|
3324
|
+
"ForgotPassword"
|
3325
|
+
]
|
3326
|
+
},
|
2791
3327
|
"ExpiredCodeException":{
|
2792
3328
|
"type":"structure",
|
2793
3329
|
"members":{
|
@@ -2806,6 +3342,13 @@
|
|
2806
3342
|
"CUSTOM_AUTH_FLOW_ONLY"
|
2807
3343
|
]
|
2808
3344
|
},
|
3345
|
+
"FeedbackValueType":{
|
3346
|
+
"type":"string",
|
3347
|
+
"enum":[
|
3348
|
+
"Valid",
|
3349
|
+
"Invalid"
|
3350
|
+
]
|
3351
|
+
},
|
2809
3352
|
"ForceAliasCreation":{"type":"boolean"},
|
2810
3353
|
"ForgetDeviceRequest":{
|
2811
3354
|
"type":"structure",
|
@@ -2824,7 +3367,9 @@
|
|
2824
3367
|
"members":{
|
2825
3368
|
"ClientId":{"shape":"ClientIdType"},
|
2826
3369
|
"SecretHash":{"shape":"SecretHashType"},
|
2827
|
-
"
|
3370
|
+
"UserContextData":{"shape":"UserContextDataType"},
|
3371
|
+
"Username":{"shape":"UsernameType"},
|
3372
|
+
"AnalyticsMetadata":{"shape":"AnalyticsMetadataType"}
|
2828
3373
|
}
|
2829
3374
|
},
|
2830
3375
|
"ForgotPasswordResponse":{
|
@@ -2930,6 +3475,21 @@
|
|
2930
3475
|
"CodeDeliveryDetails":{"shape":"CodeDeliveryDetailsType"}
|
2931
3476
|
}
|
2932
3477
|
},
|
3478
|
+
"GetUserPoolMfaConfigRequest":{
|
3479
|
+
"type":"structure",
|
3480
|
+
"required":["UserPoolId"],
|
3481
|
+
"members":{
|
3482
|
+
"UserPoolId":{"shape":"UserPoolIdType"}
|
3483
|
+
}
|
3484
|
+
},
|
3485
|
+
"GetUserPoolMfaConfigResponse":{
|
3486
|
+
"type":"structure",
|
3487
|
+
"members":{
|
3488
|
+
"SmsMfaConfiguration":{"shape":"SmsMfaConfigType"},
|
3489
|
+
"SoftwareTokenMfaConfiguration":{"shape":"SoftwareTokenMfaConfigType"},
|
3490
|
+
"MfaConfiguration":{"shape":"UserPoolMfaType"}
|
3491
|
+
}
|
3492
|
+
},
|
2933
3493
|
"GetUserRequest":{
|
2934
3494
|
"type":"structure",
|
2935
3495
|
"required":["AccessToken"],
|
@@ -2946,7 +3506,9 @@
|
|
2946
3506
|
"members":{
|
2947
3507
|
"Username":{"shape":"UsernameType"},
|
2948
3508
|
"UserAttributes":{"shape":"AttributeListType"},
|
2949
|
-
"MFAOptions":{"shape":"MFAOptionListType"}
|
3509
|
+
"MFAOptions":{"shape":"MFAOptionListType"},
|
3510
|
+
"PreferredMfaSetting":{"shape":"StringType"},
|
3511
|
+
"UserMFASettingList":{"shape":"UserMFASettingListType"}
|
2950
3512
|
}
|
2951
3513
|
},
|
2952
3514
|
"GlobalSignOutRequest":{
|
@@ -2990,6 +3552,21 @@
|
|
2990
3552
|
"CreationDate":{"shape":"DateType"}
|
2991
3553
|
}
|
2992
3554
|
},
|
3555
|
+
"HexStringType":{
|
3556
|
+
"type":"string",
|
3557
|
+
"pattern":"^[0-9a-fA-F]+$"
|
3558
|
+
},
|
3559
|
+
"HttpHeader":{
|
3560
|
+
"type":"structure",
|
3561
|
+
"members":{
|
3562
|
+
"headerName":{"shape":"StringType"},
|
3563
|
+
"headerValue":{"shape":"StringType"}
|
3564
|
+
}
|
3565
|
+
},
|
3566
|
+
"HttpHeaderList":{
|
3567
|
+
"type":"list",
|
3568
|
+
"member":{"shape":"HttpHeader"}
|
3569
|
+
},
|
2993
3570
|
"IdentityProviderType":{
|
2994
3571
|
"type":"structure",
|
2995
3572
|
"members":{
|
@@ -3036,7 +3613,9 @@
|
|
3036
3613
|
"AuthFlow":{"shape":"AuthFlowType"},
|
3037
3614
|
"AuthParameters":{"shape":"AuthParametersType"},
|
3038
3615
|
"ClientMetadata":{"shape":"ClientMetadataType"},
|
3039
|
-
"ClientId":{"shape":"ClientIdType"}
|
3616
|
+
"ClientId":{"shape":"ClientIdType"},
|
3617
|
+
"AnalyticsMetadata":{"shape":"AnalyticsMetadataType"},
|
3618
|
+
"UserContextData":{"shape":"UserContextDataType"}
|
3040
3619
|
}
|
3041
3620
|
},
|
3042
3621
|
"InitiateAuthResponse":{
|
@@ -3123,7 +3702,8 @@
|
|
3123
3702
|
"PostAuthentication":{"shape":"ArnType"},
|
3124
3703
|
"DefineAuthChallenge":{"shape":"ArnType"},
|
3125
3704
|
"CreateAuthChallenge":{"shape":"ArnType"},
|
3126
|
-
"VerifyAuthChallengeResponse":{"shape":"ArnType"}
|
3705
|
+
"VerifyAuthChallengeResponse":{"shape":"ArnType"},
|
3706
|
+
"PreTokenGeneration":{"shape":"ArnType"}
|
3127
3707
|
}
|
3128
3708
|
},
|
3129
3709
|
"LimitExceededException":{
|
@@ -3356,6 +3936,27 @@
|
|
3356
3936
|
},
|
3357
3937
|
"exception":true
|
3358
3938
|
},
|
3939
|
+
"NotifyConfigurationType":{
|
3940
|
+
"type":"structure",
|
3941
|
+
"required":["SourceArn"],
|
3942
|
+
"members":{
|
3943
|
+
"From":{"shape":"StringType"},
|
3944
|
+
"ReplyTo":{"shape":"StringType"},
|
3945
|
+
"SourceArn":{"shape":"ArnType"},
|
3946
|
+
"BlockEmail":{"shape":"NotifyEmailType"},
|
3947
|
+
"NoActionEmail":{"shape":"NotifyEmailType"},
|
3948
|
+
"MfaEmail":{"shape":"NotifyEmailType"}
|
3949
|
+
}
|
3950
|
+
},
|
3951
|
+
"NotifyEmailType":{
|
3952
|
+
"type":"structure",
|
3953
|
+
"required":["Subject"],
|
3954
|
+
"members":{
|
3955
|
+
"Subject":{"shape":"EmailNotificationSubjectType"},
|
3956
|
+
"HtmlBody":{"shape":"EmailNotificationBodyType"},
|
3957
|
+
"TextBody":{"shape":"EmailNotificationBodyType"}
|
3958
|
+
}
|
3959
|
+
},
|
3359
3960
|
"NumberAttributeConstraintsType":{
|
3360
3961
|
"type":"structure",
|
3361
3962
|
"members":{
|
@@ -3507,7 +4108,9 @@
|
|
3507
4108
|
"members":{
|
3508
4109
|
"ClientId":{"shape":"ClientIdType"},
|
3509
4110
|
"SecretHash":{"shape":"SecretHashType"},
|
3510
|
-
"
|
4111
|
+
"UserContextData":{"shape":"UserContextDataType"},
|
4112
|
+
"Username":{"shape":"UsernameType"},
|
4113
|
+
"AnalyticsMetadata":{"shape":"AnalyticsMetadataType"}
|
3511
4114
|
}
|
3512
4115
|
},
|
3513
4116
|
"ResendConfirmationCodeResponse":{
|
@@ -3585,7 +4188,9 @@
|
|
3585
4188
|
"ClientId":{"shape":"ClientIdType"},
|
3586
4189
|
"ChallengeName":{"shape":"ChallengeNameType"},
|
3587
4190
|
"Session":{"shape":"SessionType"},
|
3588
|
-
"ChallengeResponses":{"shape":"ChallengeResponsesType"}
|
4191
|
+
"ChallengeResponses":{"shape":"ChallengeResponsesType"},
|
4192
|
+
"AnalyticsMetadata":{"shape":"AnalyticsMetadataType"},
|
4193
|
+
"UserContextData":{"shape":"UserContextDataType"}
|
3589
4194
|
}
|
3590
4195
|
},
|
3591
4196
|
"RespondToAuthChallengeResponse":{
|
@@ -3597,12 +4202,53 @@
|
|
3597
4202
|
"AuthenticationResult":{"shape":"AuthenticationResultType"}
|
3598
4203
|
}
|
3599
4204
|
},
|
4205
|
+
"RiskConfigurationType":{
|
4206
|
+
"type":"structure",
|
4207
|
+
"members":{
|
4208
|
+
"UserPoolId":{"shape":"UserPoolIdType"},
|
4209
|
+
"ClientId":{"shape":"ClientIdType"},
|
4210
|
+
"CompromisedCredentialsRiskConfiguration":{"shape":"CompromisedCredentialsRiskConfigurationType"},
|
4211
|
+
"AccountTakeoverRiskConfiguration":{"shape":"AccountTakeoverRiskConfigurationType"},
|
4212
|
+
"RiskExceptionConfiguration":{"shape":"RiskExceptionConfigurationType"},
|
4213
|
+
"LastModifiedDate":{"shape":"DateType"}
|
4214
|
+
}
|
4215
|
+
},
|
4216
|
+
"RiskDecisionType":{
|
4217
|
+
"type":"string",
|
4218
|
+
"enum":[
|
4219
|
+
"NoRisk",
|
4220
|
+
"AccountTakeover",
|
4221
|
+
"Block"
|
4222
|
+
]
|
4223
|
+
},
|
4224
|
+
"RiskExceptionConfigurationType":{
|
4225
|
+
"type":"structure",
|
4226
|
+
"members":{
|
4227
|
+
"BlockedIPRangeList":{"shape":"BlockedIPRangeListType"},
|
4228
|
+
"SkippedIPRangeList":{"shape":"SkippedIPRangeListType"}
|
4229
|
+
}
|
4230
|
+
},
|
4231
|
+
"RiskLevelType":{
|
4232
|
+
"type":"string",
|
4233
|
+
"enum":[
|
4234
|
+
"Low",
|
4235
|
+
"Medium",
|
4236
|
+
"High"
|
4237
|
+
]
|
4238
|
+
},
|
3600
4239
|
"S3BucketType":{
|
3601
4240
|
"type":"string",
|
3602
4241
|
"max":1024,
|
3603
4242
|
"min":3,
|
3604
4243
|
"pattern":"^[0-9A-Za-z\\.\\-_]*(?<!\\.)$"
|
3605
4244
|
},
|
4245
|
+
"SMSMfaSettingsType":{
|
4246
|
+
"type":"structure",
|
4247
|
+
"members":{
|
4248
|
+
"Enabled":{"shape":"BooleanType"},
|
4249
|
+
"PreferredMfa":{"shape":"BooleanType"}
|
4250
|
+
}
|
4251
|
+
},
|
3606
4252
|
"SchemaAttributeType":{
|
3607
4253
|
"type":"structure",
|
3608
4254
|
"members":{
|
@@ -3657,6 +4303,12 @@
|
|
3657
4303
|
"type":"list",
|
3658
4304
|
"member":{"shape":"AttributeNameType"}
|
3659
4305
|
},
|
4306
|
+
"SecretCodeType":{
|
4307
|
+
"type":"string",
|
4308
|
+
"min":16,
|
4309
|
+
"pattern":"[A-Za-z0-9]+",
|
4310
|
+
"sensitive":true
|
4311
|
+
},
|
3660
4312
|
"SecretHashType":{
|
3661
4313
|
"type":"string",
|
3662
4314
|
"max":128,
|
@@ -3669,6 +4321,24 @@
|
|
3669
4321
|
"max":2048,
|
3670
4322
|
"min":20
|
3671
4323
|
},
|
4324
|
+
"SetRiskConfigurationRequest":{
|
4325
|
+
"type":"structure",
|
4326
|
+
"required":["UserPoolId"],
|
4327
|
+
"members":{
|
4328
|
+
"UserPoolId":{"shape":"UserPoolIdType"},
|
4329
|
+
"ClientId":{"shape":"ClientIdType"},
|
4330
|
+
"CompromisedCredentialsRiskConfiguration":{"shape":"CompromisedCredentialsRiskConfigurationType"},
|
4331
|
+
"AccountTakeoverRiskConfiguration":{"shape":"AccountTakeoverRiskConfigurationType"},
|
4332
|
+
"RiskExceptionConfiguration":{"shape":"RiskExceptionConfigurationType"}
|
4333
|
+
}
|
4334
|
+
},
|
4335
|
+
"SetRiskConfigurationResponse":{
|
4336
|
+
"type":"structure",
|
4337
|
+
"required":["RiskConfiguration"],
|
4338
|
+
"members":{
|
4339
|
+
"RiskConfiguration":{"shape":"RiskConfigurationType"}
|
4340
|
+
}
|
4341
|
+
},
|
3672
4342
|
"SetUICustomizationRequest":{
|
3673
4343
|
"type":"structure",
|
3674
4344
|
"required":["UserPoolId"],
|
@@ -3686,6 +4356,38 @@
|
|
3686
4356
|
"UICustomization":{"shape":"UICustomizationType"}
|
3687
4357
|
}
|
3688
4358
|
},
|
4359
|
+
"SetUserMFAPreferenceRequest":{
|
4360
|
+
"type":"structure",
|
4361
|
+
"required":["AccessToken"],
|
4362
|
+
"members":{
|
4363
|
+
"SMSMfaSettings":{"shape":"SMSMfaSettingsType"},
|
4364
|
+
"SoftwareTokenMfaSettings":{"shape":"SoftwareTokenMfaSettingsType"},
|
4365
|
+
"AccessToken":{"shape":"TokenModelType"}
|
4366
|
+
}
|
4367
|
+
},
|
4368
|
+
"SetUserMFAPreferenceResponse":{
|
4369
|
+
"type":"structure",
|
4370
|
+
"members":{
|
4371
|
+
}
|
4372
|
+
},
|
4373
|
+
"SetUserPoolMfaConfigRequest":{
|
4374
|
+
"type":"structure",
|
4375
|
+
"required":["UserPoolId"],
|
4376
|
+
"members":{
|
4377
|
+
"UserPoolId":{"shape":"UserPoolIdType"},
|
4378
|
+
"SmsMfaConfiguration":{"shape":"SmsMfaConfigType"},
|
4379
|
+
"SoftwareTokenMfaConfiguration":{"shape":"SoftwareTokenMfaConfigType"},
|
4380
|
+
"MfaConfiguration":{"shape":"UserPoolMfaType"}
|
4381
|
+
}
|
4382
|
+
},
|
4383
|
+
"SetUserPoolMfaConfigResponse":{
|
4384
|
+
"type":"structure",
|
4385
|
+
"members":{
|
4386
|
+
"SmsMfaConfiguration":{"shape":"SmsMfaConfigType"},
|
4387
|
+
"SoftwareTokenMfaConfiguration":{"shape":"SoftwareTokenMfaConfigType"},
|
4388
|
+
"MfaConfiguration":{"shape":"UserPoolMfaType"}
|
4389
|
+
}
|
4390
|
+
},
|
3689
4391
|
"SetUserSettingsRequest":{
|
3690
4392
|
"type":"structure",
|
3691
4393
|
"required":[
|
@@ -3715,7 +4417,9 @@
|
|
3715
4417
|
"Username":{"shape":"UsernameType"},
|
3716
4418
|
"Password":{"shape":"PasswordType"},
|
3717
4419
|
"UserAttributes":{"shape":"AttributeListType"},
|
3718
|
-
"ValidationData":{"shape":"AttributeListType"}
|
4420
|
+
"ValidationData":{"shape":"AttributeListType"},
|
4421
|
+
"AnalyticsMetadata":{"shape":"AnalyticsMetadataType"},
|
4422
|
+
"UserContextData":{"shape":"UserContextDataType"}
|
3719
4423
|
}
|
3720
4424
|
},
|
3721
4425
|
"SignUpResponse":{
|
@@ -3730,6 +4434,11 @@
|
|
3730
4434
|
"UserSub":{"shape":"StringType"}
|
3731
4435
|
}
|
3732
4436
|
},
|
4437
|
+
"SkippedIPRangeListType":{
|
4438
|
+
"type":"list",
|
4439
|
+
"member":{"shape":"StringType"},
|
4440
|
+
"max":20
|
4441
|
+
},
|
3733
4442
|
"SmsConfigurationType":{
|
3734
4443
|
"type":"structure",
|
3735
4444
|
"required":["SnsCallerArn"],
|
@@ -3738,12 +4447,45 @@
|
|
3738
4447
|
"ExternalId":{"shape":"StringType"}
|
3739
4448
|
}
|
3740
4449
|
},
|
4450
|
+
"SmsMfaConfigType":{
|
4451
|
+
"type":"structure",
|
4452
|
+
"members":{
|
4453
|
+
"SmsAuthenticationMessage":{"shape":"SmsVerificationMessageType"},
|
4454
|
+
"SmsConfiguration":{"shape":"SmsConfigurationType"}
|
4455
|
+
}
|
4456
|
+
},
|
3741
4457
|
"SmsVerificationMessageType":{
|
3742
4458
|
"type":"string",
|
3743
4459
|
"max":140,
|
3744
4460
|
"min":6,
|
3745
4461
|
"pattern":".*\\{####\\}.*"
|
3746
4462
|
},
|
4463
|
+
"SoftwareTokenMFANotFoundException":{
|
4464
|
+
"type":"structure",
|
4465
|
+
"members":{
|
4466
|
+
"message":{"shape":"MessageType"}
|
4467
|
+
},
|
4468
|
+
"exception":true
|
4469
|
+
},
|
4470
|
+
"SoftwareTokenMFAUserCodeType":{
|
4471
|
+
"type":"string",
|
4472
|
+
"max":6,
|
4473
|
+
"min":6,
|
4474
|
+
"pattern":"[0-9]+"
|
4475
|
+
},
|
4476
|
+
"SoftwareTokenMfaConfigType":{
|
4477
|
+
"type":"structure",
|
4478
|
+
"members":{
|
4479
|
+
"Enabled":{"shape":"BooleanType"}
|
4480
|
+
}
|
4481
|
+
},
|
4482
|
+
"SoftwareTokenMfaSettingsType":{
|
4483
|
+
"type":"structure",
|
4484
|
+
"members":{
|
4485
|
+
"Enabled":{"shape":"BooleanType"},
|
4486
|
+
"PreferredMfa":{"shape":"BooleanType"}
|
4487
|
+
}
|
4488
|
+
},
|
3747
4489
|
"StartUserImportJobRequest":{
|
3748
4490
|
"type":"structure",
|
3749
4491
|
"required":[
|
@@ -3849,6 +4591,28 @@
|
|
3849
4591
|
},
|
3850
4592
|
"exception":true
|
3851
4593
|
},
|
4594
|
+
"UpdateAuthEventFeedbackRequest":{
|
4595
|
+
"type":"structure",
|
4596
|
+
"required":[
|
4597
|
+
"UserPoolId",
|
4598
|
+
"Username",
|
4599
|
+
"EventId",
|
4600
|
+
"FeedbackToken",
|
4601
|
+
"FeedbackValue"
|
4602
|
+
],
|
4603
|
+
"members":{
|
4604
|
+
"UserPoolId":{"shape":"UserPoolIdType"},
|
4605
|
+
"Username":{"shape":"UsernameType"},
|
4606
|
+
"EventId":{"shape":"EventIdType"},
|
4607
|
+
"FeedbackToken":{"shape":"TokenModelType"},
|
4608
|
+
"FeedbackValue":{"shape":"FeedbackValueType"}
|
4609
|
+
}
|
4610
|
+
},
|
4611
|
+
"UpdateAuthEventFeedbackResponse":{
|
4612
|
+
"type":"structure",
|
4613
|
+
"members":{
|
4614
|
+
}
|
4615
|
+
},
|
3852
4616
|
"UpdateDeviceStatusRequest":{
|
3853
4617
|
"type":"structure",
|
3854
4618
|
"required":[
|
@@ -3965,7 +4729,8 @@
|
|
3965
4729
|
"DefaultRedirectURI":{"shape":"RedirectUrlType"},
|
3966
4730
|
"AllowedOAuthFlows":{"shape":"OAuthFlowsType"},
|
3967
4731
|
"AllowedOAuthScopes":{"shape":"ScopeListType"},
|
3968
|
-
"AllowedOAuthFlowsUserPoolClient":{"shape":"BooleanType"}
|
4732
|
+
"AllowedOAuthFlowsUserPoolClient":{"shape":"BooleanType"},
|
4733
|
+
"AnalyticsConfiguration":{"shape":"AnalyticsConfigurationType"}
|
3969
4734
|
}
|
3970
4735
|
},
|
3971
4736
|
"UpdateUserPoolClientResponse":{
|
@@ -3992,7 +4757,8 @@
|
|
3992
4757
|
"EmailConfiguration":{"shape":"EmailConfigurationType"},
|
3993
4758
|
"SmsConfiguration":{"shape":"SmsConfigurationType"},
|
3994
4759
|
"UserPoolTags":{"shape":"UserPoolTagsType"},
|
3995
|
-
"AdminCreateUserConfig":{"shape":"AdminCreateUserConfigType"}
|
4760
|
+
"AdminCreateUserConfig":{"shape":"AdminCreateUserConfigType"},
|
4761
|
+
"UserPoolAddOns":{"shape":"UserPoolAddOnsType"}
|
3996
4762
|
}
|
3997
4763
|
},
|
3998
4764
|
"UpdateUserPoolResponse":{
|
@@ -4000,6 +4766,12 @@
|
|
4000
4766
|
"members":{
|
4001
4767
|
}
|
4002
4768
|
},
|
4769
|
+
"UserContextDataType":{
|
4770
|
+
"type":"structure",
|
4771
|
+
"members":{
|
4772
|
+
"EncodedData":{"shape":"StringType"}
|
4773
|
+
}
|
4774
|
+
},
|
4003
4775
|
"UserFilterType":{
|
4004
4776
|
"type":"string",
|
4005
4777
|
"max":256
|
@@ -4067,6 +4839,10 @@
|
|
4067
4839
|
},
|
4068
4840
|
"exception":true
|
4069
4841
|
},
|
4842
|
+
"UserMFASettingListType":{
|
4843
|
+
"type":"list",
|
4844
|
+
"member":{"shape":"StringType"}
|
4845
|
+
},
|
4070
4846
|
"UserNotConfirmedException":{
|
4071
4847
|
"type":"structure",
|
4072
4848
|
"members":{
|
@@ -4081,6 +4857,20 @@
|
|
4081
4857
|
},
|
4082
4858
|
"exception":true
|
4083
4859
|
},
|
4860
|
+
"UserPoolAddOnNotEnabledException":{
|
4861
|
+
"type":"structure",
|
4862
|
+
"members":{
|
4863
|
+
"message":{"shape":"MessageType"}
|
4864
|
+
},
|
4865
|
+
"exception":true
|
4866
|
+
},
|
4867
|
+
"UserPoolAddOnsType":{
|
4868
|
+
"type":"structure",
|
4869
|
+
"required":["AdvancedSecurityMode"],
|
4870
|
+
"members":{
|
4871
|
+
"AdvancedSecurityMode":{"shape":"AdvancedSecurityModeType"}
|
4872
|
+
}
|
4873
|
+
},
|
4084
4874
|
"UserPoolClientDescription":{
|
4085
4875
|
"type":"structure",
|
4086
4876
|
"members":{
|
@@ -4115,7 +4905,8 @@
|
|
4115
4905
|
"AllowedOAuthFlowsUserPoolClient":{
|
4116
4906
|
"shape":"BooleanType",
|
4117
4907
|
"box":true
|
4118
|
-
}
|
4908
|
+
},
|
4909
|
+
"AnalyticsConfiguration":{"shape":"AnalyticsConfigurationType"}
|
4119
4910
|
}
|
4120
4911
|
},
|
4121
4912
|
"UserPoolDescriptionType":{
|
@@ -4198,7 +4989,8 @@
|
|
4198
4989
|
"UserPoolTags":{"shape":"UserPoolTagsType"},
|
4199
4990
|
"SmsConfigurationFailure":{"shape":"StringType"},
|
4200
4991
|
"EmailConfigurationFailure":{"shape":"StringType"},
|
4201
|
-
"AdminCreateUserConfig":{"shape":"AdminCreateUserConfigType"}
|
4992
|
+
"AdminCreateUserConfig":{"shape":"AdminCreateUserConfigType"},
|
4993
|
+
"UserPoolAddOns":{"shape":"UserPoolAddOnsType"}
|
4202
4994
|
}
|
4203
4995
|
},
|
4204
4996
|
"UserStatusType":{
|
@@ -4276,6 +5068,30 @@
|
|
4276
5068
|
"type":"list",
|
4277
5069
|
"member":{"shape":"VerifiedAttributeType"}
|
4278
5070
|
},
|
5071
|
+
"VerifySoftwareTokenRequest":{
|
5072
|
+
"type":"structure",
|
5073
|
+
"required":["UserCode"],
|
5074
|
+
"members":{
|
5075
|
+
"AccessToken":{"shape":"TokenModelType"},
|
5076
|
+
"Session":{"shape":"SessionType"},
|
5077
|
+
"UserCode":{"shape":"SoftwareTokenMFAUserCodeType"},
|
5078
|
+
"FriendlyDeviceName":{"shape":"StringType"}
|
5079
|
+
}
|
5080
|
+
},
|
5081
|
+
"VerifySoftwareTokenResponse":{
|
5082
|
+
"type":"structure",
|
5083
|
+
"members":{
|
5084
|
+
"Status":{"shape":"VerifySoftwareTokenResponseType"},
|
5085
|
+
"Session":{"shape":"SessionType"}
|
5086
|
+
}
|
5087
|
+
},
|
5088
|
+
"VerifySoftwareTokenResponseType":{
|
5089
|
+
"type":"string",
|
5090
|
+
"enum":[
|
5091
|
+
"SUCCESS",
|
5092
|
+
"ERROR"
|
5093
|
+
]
|
5094
|
+
},
|
4279
5095
|
"VerifyUserAttributeRequest":{
|
4280
5096
|
"type":"structure",
|
4281
5097
|
"required":[
|