aws-sdk 2.637.0 → 2.641.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/CHANGELOG.md +23 -1
  2. package/README.md +1 -1
  3. package/apis/apigatewayv2-2018-11-29.min.json +437 -73
  4. package/apis/cognito-idp-2016-04-18.min.json +115 -112
  5. package/apis/ecs-2014-11-13.min.json +6 -0
  6. package/apis/elasticache-2015-02-02.min.json +424 -95
  7. package/apis/elasticache-2015-02-02.paginators.json +6 -0
  8. package/apis/iot-2015-05-28.min.json +111 -100
  9. package/apis/lex-models-2017-04-19.min.json +116 -1
  10. package/apis/mediaconvert-2017-08-29.min.json +121 -62
  11. package/apis/redshift-2012-12-01.min.json +112 -60
  12. package/apis/s3control-2018-08-20.min.json +100 -4
  13. package/apis/securityhub-2018-10-26.min.json +198 -155
  14. package/apis/ssm-2014-11-06.min.json +182 -176
  15. package/buildspec.yml +22 -0
  16. package/clients/apigatewayv2.d.ts +378 -45
  17. package/clients/appconfig.d.ts +6 -6
  18. package/clients/cognitoidentityserviceprovider.d.ts +10 -6
  19. package/clients/ec2.d.ts +1 -1
  20. package/clients/ecs.d.ts +15 -7
  21. package/clients/efs.d.ts +3 -3
  22. package/clients/elasticache.d.ts +390 -15
  23. package/clients/iot.d.ts +18 -3
  24. package/clients/lexmodelbuildingservice.d.ts +99 -0
  25. package/clients/mediaconvert.d.ts +73 -3
  26. package/clients/redshift.d.ts +44 -2
  27. package/clients/s3control.d.ts +72 -0
  28. package/clients/securityhub.d.ts +85 -4
  29. package/clients/ssm.d.ts +15 -4
  30. package/dist/aws-sdk-core-react-native.js +2 -2
  31. package/dist/aws-sdk-react-native.js +14 -14
  32. package/dist/aws-sdk.js +1076 -548
  33. package/dist/aws-sdk.min.js +63 -63
  34. package/lib/core.js +1 -1
  35. package/lib/event_listeners.js +1 -1
  36. package/package.json +1 -1
@@ -459,7 +459,10 @@
459
459
  "type": "structure",
460
460
  "members": {
461
461
  "RiskDecision": {},
462
- "RiskLevel": {}
462
+ "RiskLevel": {},
463
+ "CompromisedCredentialsDetected": {
464
+ "type": "boolean"
465
+ }
463
466
  }
464
467
  },
465
468
  "ChallengeResponses": {
@@ -557,7 +560,7 @@
557
560
  },
558
561
  "ChallengeName": {},
559
562
  "ChallengeResponses": {
560
- "shape": "S2y"
563
+ "shape": "S2z"
561
564
  },
562
565
  "Session": {},
563
566
  "AnalyticsMetadata": {
@@ -594,10 +597,10 @@
594
597
  ],
595
598
  "members": {
596
599
  "SMSMfaSettings": {
597
- "shape": "S31"
600
+ "shape": "S32"
598
601
  },
599
602
  "SoftwareTokenMfaSettings": {
600
- "shape": "S32"
603
+ "shape": "S33"
601
604
  },
602
605
  "Username": {
603
606
  "shape": "Sd"
@@ -841,7 +844,7 @@
841
844
  "shape": "S1j"
842
845
  },
843
846
  "SecretHash": {
844
- "shape": "S3s"
847
+ "shape": "S3t"
845
848
  },
846
849
  "Username": {
847
850
  "shape": "Sd"
@@ -854,7 +857,7 @@
854
857
  "shape": "S1n"
855
858
  },
856
859
  "UserContextData": {
857
- "shape": "S3u"
860
+ "shape": "S3v"
858
861
  },
859
862
  "ClientMetadata": {
860
863
  "shape": "Sg"
@@ -880,7 +883,7 @@
880
883
  "shape": "S1j"
881
884
  },
882
885
  "SecretHash": {
883
- "shape": "S3s"
886
+ "shape": "S3t"
884
887
  },
885
888
  "Username": {
886
889
  "shape": "Sd"
@@ -893,7 +896,7 @@
893
896
  "shape": "S1n"
894
897
  },
895
898
  "UserContextData": {
896
- "shape": "S3u"
899
+ "shape": "S3v"
897
900
  },
898
901
  "ClientMetadata": {
899
902
  "shape": "Sg"
@@ -946,13 +949,13 @@
946
949
  "ProviderName": {},
947
950
  "ProviderType": {},
948
951
  "ProviderDetails": {
949
- "shape": "S43"
952
+ "shape": "S44"
950
953
  },
951
954
  "AttributeMapping": {
952
- "shape": "S44"
955
+ "shape": "S45"
953
956
  },
954
957
  "IdpIdentifiers": {
955
- "shape": "S46"
958
+ "shape": "S47"
956
959
  }
957
960
  }
958
961
  },
@@ -963,7 +966,7 @@
963
966
  ],
964
967
  "members": {
965
968
  "IdentityProvider": {
966
- "shape": "S49"
969
+ "shape": "S4a"
967
970
  }
968
971
  }
969
972
  }
@@ -981,7 +984,7 @@
981
984
  "Identifier": {},
982
985
  "Name": {},
983
986
  "Scopes": {
984
- "shape": "S4d"
987
+ "shape": "S4e"
985
988
  }
986
989
  }
987
990
  },
@@ -992,7 +995,7 @@
992
995
  ],
993
996
  "members": {
994
997
  "ResourceServer": {
995
- "shape": "S4i"
998
+ "shape": "S4j"
996
999
  }
997
1000
  }
998
1001
  }
@@ -1015,7 +1018,7 @@
1015
1018
  "type": "structure",
1016
1019
  "members": {
1017
1020
  "UserImportJob": {
1018
- "shape": "S4m"
1021
+ "shape": "S4n"
1019
1022
  }
1020
1023
  }
1021
1024
  }
@@ -1029,51 +1032,51 @@
1029
1032
  "members": {
1030
1033
  "PoolName": {},
1031
1034
  "Policies": {
1032
- "shape": "S4u"
1035
+ "shape": "S4v"
1033
1036
  },
1034
1037
  "LambdaConfig": {
1035
- "shape": "S4y"
1038
+ "shape": "S4z"
1036
1039
  },
1037
1040
  "AutoVerifiedAttributes": {
1038
- "shape": "S4z"
1041
+ "shape": "S50"
1039
1042
  },
1040
1043
  "AliasAttributes": {
1041
- "shape": "S51"
1044
+ "shape": "S52"
1042
1045
  },
1043
1046
  "UsernameAttributes": {
1044
- "shape": "S53"
1047
+ "shape": "S54"
1045
1048
  },
1046
1049
  "SmsVerificationMessage": {},
1047
1050
  "EmailVerificationMessage": {},
1048
1051
  "EmailVerificationSubject": {},
1049
1052
  "VerificationMessageTemplate": {
1050
- "shape": "S58"
1053
+ "shape": "S59"
1051
1054
  },
1052
1055
  "SmsAuthenticationMessage": {},
1053
1056
  "MfaConfiguration": {},
1054
1057
  "DeviceConfiguration": {
1055
- "shape": "S5d"
1058
+ "shape": "S5e"
1056
1059
  },
1057
1060
  "EmailConfiguration": {
1058
- "shape": "S5e"
1061
+ "shape": "S5f"
1059
1062
  },
1060
1063
  "SmsConfiguration": {
1061
- "shape": "S5i"
1064
+ "shape": "S5j"
1062
1065
  },
1063
1066
  "UserPoolTags": {
1064
- "shape": "S5j"
1067
+ "shape": "S5k"
1065
1068
  },
1066
1069
  "AdminCreateUserConfig": {
1067
- "shape": "S5m"
1070
+ "shape": "S5n"
1068
1071
  },
1069
1072
  "Schema": {
1070
- "shape": "S5p"
1073
+ "shape": "S5q"
1071
1074
  },
1072
1075
  "UserPoolAddOns": {
1073
- "shape": "S5q"
1076
+ "shape": "S5r"
1074
1077
  },
1075
1078
  "UsernameConfiguration": {
1076
- "shape": "S5s"
1079
+ "shape": "S5t"
1077
1080
  },
1078
1081
  "AccountRecoverySetting": {
1079
1082
  "shape": "S5u"
@@ -1307,7 +1310,7 @@
1307
1310
  ],
1308
1311
  "members": {
1309
1312
  "IdentityProvider": {
1310
- "shape": "S49"
1313
+ "shape": "S4a"
1311
1314
  }
1312
1315
  }
1313
1316
  }
@@ -1331,7 +1334,7 @@
1331
1334
  ],
1332
1335
  "members": {
1333
1336
  "ResourceServer": {
1334
- "shape": "S4i"
1337
+ "shape": "S4j"
1335
1338
  }
1336
1339
  }
1337
1340
  }
@@ -1377,7 +1380,7 @@
1377
1380
  "type": "structure",
1378
1381
  "members": {
1379
1382
  "UserImportJob": {
1380
- "shape": "S4m"
1383
+ "shape": "S4n"
1381
1384
  }
1382
1385
  }
1383
1386
  }
@@ -1481,10 +1484,10 @@
1481
1484
  "shape": "S1j"
1482
1485
  },
1483
1486
  "SecretHash": {
1484
- "shape": "S3s"
1487
+ "shape": "S3t"
1485
1488
  },
1486
1489
  "UserContextData": {
1487
- "shape": "S3u"
1490
+ "shape": "S3v"
1488
1491
  },
1489
1492
  "Username": {
1490
1493
  "shape": "Sd"
@@ -1593,7 +1596,7 @@
1593
1596
  ],
1594
1597
  "members": {
1595
1598
  "IdentityProvider": {
1596
- "shape": "S49"
1599
+ "shape": "S4a"
1597
1600
  }
1598
1601
  }
1599
1602
  }
@@ -1765,7 +1768,7 @@
1765
1768
  "shape": "S1n"
1766
1769
  },
1767
1770
  "UserContextData": {
1768
- "shape": "S3u"
1771
+ "shape": "S3v"
1769
1772
  }
1770
1773
  }
1771
1774
  },
@@ -1896,7 +1899,7 @@
1896
1899
  "ResourceServers": {
1897
1900
  "type": "list",
1898
1901
  "member": {
1899
- "shape": "S4i"
1902
+ "shape": "S4j"
1900
1903
  }
1901
1904
  },
1902
1905
  "NextToken": {}
@@ -1917,7 +1920,7 @@
1917
1920
  "type": "structure",
1918
1921
  "members": {
1919
1922
  "Tags": {
1920
- "shape": "S5j"
1923
+ "shape": "S5k"
1921
1924
  }
1922
1925
  }
1923
1926
  }
@@ -1943,7 +1946,7 @@
1943
1946
  "UserImportJobs": {
1944
1947
  "type": "list",
1945
1948
  "member": {
1946
- "shape": "S4m"
1949
+ "shape": "S4n"
1947
1950
  }
1948
1951
  },
1949
1952
  "PaginationToken": {}
@@ -2008,7 +2011,7 @@
2008
2011
  "Id": {},
2009
2012
  "Name": {},
2010
2013
  "LambdaConfig": {
2011
- "shape": "S4y"
2014
+ "shape": "S4z"
2012
2015
  },
2013
2016
  "Status": {},
2014
2017
  "LastModifiedDate": {
@@ -2091,10 +2094,10 @@
2091
2094
  "shape": "S1j"
2092
2095
  },
2093
2096
  "SecretHash": {
2094
- "shape": "S3s"
2097
+ "shape": "S3t"
2095
2098
  },
2096
2099
  "UserContextData": {
2097
- "shape": "S3u"
2100
+ "shape": "S3v"
2098
2101
  },
2099
2102
  "Username": {
2100
2103
  "shape": "Sd"
@@ -2131,13 +2134,13 @@
2131
2134
  "ChallengeName": {},
2132
2135
  "Session": {},
2133
2136
  "ChallengeResponses": {
2134
- "shape": "S2y"
2137
+ "shape": "S2z"
2135
2138
  },
2136
2139
  "AnalyticsMetadata": {
2137
2140
  "shape": "S1n"
2138
2141
  },
2139
2142
  "UserContextData": {
2140
- "shape": "S3u"
2143
+ "shape": "S3v"
2141
2144
  },
2142
2145
  "ClientMetadata": {
2143
2146
  "shape": "Sg"
@@ -2229,10 +2232,10 @@
2229
2232
  ],
2230
2233
  "members": {
2231
2234
  "SMSMfaSettings": {
2232
- "shape": "S31"
2235
+ "shape": "S32"
2233
2236
  },
2234
2237
  "SoftwareTokenMfaSettings": {
2235
- "shape": "S32"
2238
+ "shape": "S33"
2236
2239
  },
2237
2240
  "AccessToken": {
2238
2241
  "shape": "S1w"
@@ -2309,7 +2312,7 @@
2309
2312
  "shape": "S1j"
2310
2313
  },
2311
2314
  "SecretHash": {
2312
- "shape": "S3s"
2315
+ "shape": "S3t"
2313
2316
  },
2314
2317
  "Username": {
2315
2318
  "shape": "Sd"
@@ -2327,7 +2330,7 @@
2327
2330
  "shape": "S1n"
2328
2331
  },
2329
2332
  "UserContextData": {
2330
- "shape": "S3u"
2333
+ "shape": "S3v"
2331
2334
  },
2332
2335
  "ClientMetadata": {
2333
2336
  "shape": "Sg"
@@ -2368,7 +2371,7 @@
2368
2371
  "type": "structure",
2369
2372
  "members": {
2370
2373
  "UserImportJob": {
2371
- "shape": "S4m"
2374
+ "shape": "S4n"
2372
2375
  }
2373
2376
  }
2374
2377
  }
@@ -2389,7 +2392,7 @@
2389
2392
  "type": "structure",
2390
2393
  "members": {
2391
2394
  "UserImportJob": {
2392
- "shape": "S4m"
2395
+ "shape": "S4n"
2393
2396
  }
2394
2397
  }
2395
2398
  }
@@ -2404,7 +2407,7 @@
2404
2407
  "members": {
2405
2408
  "ResourceArn": {},
2406
2409
  "Tags": {
2407
- "shape": "S5j"
2410
+ "shape": "S5k"
2408
2411
  }
2409
2412
  }
2410
2413
  },
@@ -2517,13 +2520,13 @@
2517
2520
  "UserPoolId": {},
2518
2521
  "ProviderName": {},
2519
2522
  "ProviderDetails": {
2520
- "shape": "S43"
2523
+ "shape": "S44"
2521
2524
  },
2522
2525
  "AttributeMapping": {
2523
- "shape": "S44"
2526
+ "shape": "S45"
2524
2527
  },
2525
2528
  "IdpIdentifiers": {
2526
- "shape": "S46"
2529
+ "shape": "S47"
2527
2530
  }
2528
2531
  }
2529
2532
  },
@@ -2534,7 +2537,7 @@
2534
2537
  ],
2535
2538
  "members": {
2536
2539
  "IdentityProvider": {
2537
- "shape": "S49"
2540
+ "shape": "S4a"
2538
2541
  }
2539
2542
  }
2540
2543
  }
@@ -2552,7 +2555,7 @@
2552
2555
  "Identifier": {},
2553
2556
  "Name": {},
2554
2557
  "Scopes": {
2555
- "shape": "S4d"
2558
+ "shape": "S4e"
2556
2559
  }
2557
2560
  }
2558
2561
  },
@@ -2563,7 +2566,7 @@
2563
2566
  ],
2564
2567
  "members": {
2565
2568
  "ResourceServer": {
2566
- "shape": "S4i"
2569
+ "shape": "S4j"
2567
2570
  }
2568
2571
  }
2569
2572
  }
@@ -2609,39 +2612,39 @@
2609
2612
  "members": {
2610
2613
  "UserPoolId": {},
2611
2614
  "Policies": {
2612
- "shape": "S4u"
2615
+ "shape": "S4v"
2613
2616
  },
2614
2617
  "LambdaConfig": {
2615
- "shape": "S4y"
2618
+ "shape": "S4z"
2616
2619
  },
2617
2620
  "AutoVerifiedAttributes": {
2618
- "shape": "S4z"
2621
+ "shape": "S50"
2619
2622
  },
2620
2623
  "SmsVerificationMessage": {},
2621
2624
  "EmailVerificationMessage": {},
2622
2625
  "EmailVerificationSubject": {},
2623
2626
  "VerificationMessageTemplate": {
2624
- "shape": "S58"
2627
+ "shape": "S59"
2625
2628
  },
2626
2629
  "SmsAuthenticationMessage": {},
2627
2630
  "MfaConfiguration": {},
2628
2631
  "DeviceConfiguration": {
2629
- "shape": "S5d"
2632
+ "shape": "S5e"
2630
2633
  },
2631
2634
  "EmailConfiguration": {
2632
- "shape": "S5e"
2635
+ "shape": "S5f"
2633
2636
  },
2634
2637
  "SmsConfiguration": {
2635
- "shape": "S5i"
2638
+ "shape": "S5j"
2636
2639
  },
2637
2640
  "UserPoolTags": {
2638
- "shape": "S5j"
2641
+ "shape": "S5k"
2639
2642
  },
2640
2643
  "AdminCreateUserConfig": {
2641
- "shape": "S5m"
2644
+ "shape": "S5n"
2642
2645
  },
2643
2646
  "UserPoolAddOns": {
2644
- "shape": "S5q"
2647
+ "shape": "S5r"
2645
2648
  },
2646
2649
  "AccountRecoverySetting": {
2647
2650
  "shape": "S5u"
@@ -3016,12 +3019,12 @@
3016
3019
  }
3017
3020
  }
3018
3021
  },
3019
- "S2y": {
3022
+ "S2z": {
3020
3023
  "type": "map",
3021
3024
  "key": {},
3022
3025
  "value": {}
3023
3026
  },
3024
- "S31": {
3027
+ "S32": {
3025
3028
  "type": "structure",
3026
3029
  "members": {
3027
3030
  "Enabled": {
@@ -3032,7 +3035,7 @@
3032
3035
  }
3033
3036
  }
3034
3037
  },
3035
- "S32": {
3038
+ "S33": {
3036
3039
  "type": "structure",
3037
3040
  "members": {
3038
3041
  "Enabled": {
@@ -3043,44 +3046,44 @@
3043
3046
  }
3044
3047
  }
3045
3048
  },
3046
- "S3s": {
3049
+ "S3t": {
3047
3050
  "type": "string",
3048
3051
  "sensitive": true
3049
3052
  },
3050
- "S3u": {
3053
+ "S3v": {
3051
3054
  "type": "structure",
3052
3055
  "members": {
3053
3056
  "EncodedData": {}
3054
3057
  }
3055
3058
  },
3056
- "S43": {
3059
+ "S44": {
3057
3060
  "type": "map",
3058
3061
  "key": {},
3059
3062
  "value": {}
3060
3063
  },
3061
- "S44": {
3064
+ "S45": {
3062
3065
  "type": "map",
3063
3066
  "key": {},
3064
3067
  "value": {}
3065
3068
  },
3066
- "S46": {
3069
+ "S47": {
3067
3070
  "type": "list",
3068
3071
  "member": {}
3069
3072
  },
3070
- "S49": {
3073
+ "S4a": {
3071
3074
  "type": "structure",
3072
3075
  "members": {
3073
3076
  "UserPoolId": {},
3074
3077
  "ProviderName": {},
3075
3078
  "ProviderType": {},
3076
3079
  "ProviderDetails": {
3077
- "shape": "S43"
3080
+ "shape": "S44"
3078
3081
  },
3079
3082
  "AttributeMapping": {
3080
- "shape": "S44"
3083
+ "shape": "S45"
3081
3084
  },
3082
3085
  "IdpIdentifiers": {
3083
- "shape": "S46"
3086
+ "shape": "S47"
3084
3087
  },
3085
3088
  "LastModifiedDate": {
3086
3089
  "type": "timestamp"
@@ -3090,7 +3093,7 @@
3090
3093
  }
3091
3094
  }
3092
3095
  },
3093
- "S4d": {
3096
+ "S4e": {
3094
3097
  "type": "list",
3095
3098
  "member": {
3096
3099
  "type": "structure",
@@ -3104,18 +3107,18 @@
3104
3107
  }
3105
3108
  }
3106
3109
  },
3107
- "S4i": {
3110
+ "S4j": {
3108
3111
  "type": "structure",
3109
3112
  "members": {
3110
3113
  "UserPoolId": {},
3111
3114
  "Identifier": {},
3112
3115
  "Name": {},
3113
3116
  "Scopes": {
3114
- "shape": "S4d"
3117
+ "shape": "S4e"
3115
3118
  }
3116
3119
  }
3117
3120
  },
3118
- "S4m": {
3121
+ "S4n": {
3119
3122
  "type": "structure",
3120
3123
  "members": {
3121
3124
  "JobName": {},
@@ -3145,7 +3148,7 @@
3145
3148
  "CompletionMessage": {}
3146
3149
  }
3147
3150
  },
3148
- "S4u": {
3151
+ "S4v": {
3149
3152
  "type": "structure",
3150
3153
  "members": {
3151
3154
  "PasswordPolicy": {
@@ -3173,7 +3176,7 @@
3173
3176
  }
3174
3177
  }
3175
3178
  },
3176
- "S4y": {
3179
+ "S4z": {
3177
3180
  "type": "structure",
3178
3181
  "members": {
3179
3182
  "PreSignUp": {},
@@ -3188,19 +3191,19 @@
3188
3191
  "UserMigration": {}
3189
3192
  }
3190
3193
  },
3191
- "S4z": {
3194
+ "S50": {
3192
3195
  "type": "list",
3193
3196
  "member": {}
3194
3197
  },
3195
- "S51": {
3198
+ "S52": {
3196
3199
  "type": "list",
3197
3200
  "member": {}
3198
3201
  },
3199
- "S53": {
3202
+ "S54": {
3200
3203
  "type": "list",
3201
3204
  "member": {}
3202
3205
  },
3203
- "S58": {
3206
+ "S59": {
3204
3207
  "type": "structure",
3205
3208
  "members": {
3206
3209
  "SmsMessage": {},
@@ -3211,7 +3214,7 @@
3211
3214
  "DefaultEmailOption": {}
3212
3215
  }
3213
3216
  },
3214
- "S5d": {
3217
+ "S5e": {
3215
3218
  "type": "structure",
3216
3219
  "members": {
3217
3220
  "ChallengeRequiredOnNewDevice": {
@@ -3222,7 +3225,7 @@
3222
3225
  }
3223
3226
  }
3224
3227
  },
3225
- "S5e": {
3228
+ "S5f": {
3226
3229
  "type": "structure",
3227
3230
  "members": {
3228
3231
  "SourceArn": {},
@@ -3232,7 +3235,7 @@
3232
3235
  "ConfigurationSet": {}
3233
3236
  }
3234
3237
  },
3235
- "S5i": {
3238
+ "S5j": {
3236
3239
  "type": "structure",
3237
3240
  "required": [
3238
3241
  "SnsCallerArn"
@@ -3242,12 +3245,12 @@
3242
3245
  "ExternalId": {}
3243
3246
  }
3244
3247
  },
3245
- "S5j": {
3248
+ "S5k": {
3246
3249
  "type": "map",
3247
3250
  "key": {},
3248
3251
  "value": {}
3249
3252
  },
3250
- "S5m": {
3253
+ "S5n": {
3251
3254
  "type": "structure",
3252
3255
  "members": {
3253
3256
  "AllowAdminCreateUserOnly": {
@@ -3266,13 +3269,13 @@
3266
3269
  }
3267
3270
  }
3268
3271
  },
3269
- "S5p": {
3272
+ "S5q": {
3270
3273
  "type": "list",
3271
3274
  "member": {
3272
3275
  "shape": "S4"
3273
3276
  }
3274
3277
  },
3275
- "S5q": {
3278
+ "S5r": {
3276
3279
  "type": "structure",
3277
3280
  "required": [
3278
3281
  "AdvancedSecurityMode"
@@ -3281,7 +3284,7 @@
3281
3284
  "AdvancedSecurityMode": {}
3282
3285
  }
3283
3286
  },
3284
- "S5s": {
3287
+ "S5t": {
3285
3288
  "type": "structure",
3286
3289
  "required": [
3287
3290
  "CaseSensitive"
@@ -3319,10 +3322,10 @@
3319
3322
  "Id": {},
3320
3323
  "Name": {},
3321
3324
  "Policies": {
3322
- "shape": "S4u"
3325
+ "shape": "S4v"
3323
3326
  },
3324
3327
  "LambdaConfig": {
3325
- "shape": "S4y"
3328
+ "shape": "S4z"
3326
3329
  },
3327
3330
  "Status": {},
3328
3331
  "LastModifiedDate": {
@@ -3332,52 +3335,52 @@
3332
3335
  "type": "timestamp"
3333
3336
  },
3334
3337
  "SchemaAttributes": {
3335
- "shape": "S5p"
3338
+ "shape": "S5q"
3336
3339
  },
3337
3340
  "AutoVerifiedAttributes": {
3338
- "shape": "S4z"
3341
+ "shape": "S50"
3339
3342
  },
3340
3343
  "AliasAttributes": {
3341
- "shape": "S51"
3344
+ "shape": "S52"
3342
3345
  },
3343
3346
  "UsernameAttributes": {
3344
- "shape": "S53"
3347
+ "shape": "S54"
3345
3348
  },
3346
3349
  "SmsVerificationMessage": {},
3347
3350
  "EmailVerificationMessage": {},
3348
3351
  "EmailVerificationSubject": {},
3349
3352
  "VerificationMessageTemplate": {
3350
- "shape": "S58"
3353
+ "shape": "S59"
3351
3354
  },
3352
3355
  "SmsAuthenticationMessage": {},
3353
3356
  "MfaConfiguration": {},
3354
3357
  "DeviceConfiguration": {
3355
- "shape": "S5d"
3358
+ "shape": "S5e"
3356
3359
  },
3357
3360
  "EstimatedNumberOfUsers": {
3358
3361
  "type": "integer"
3359
3362
  },
3360
3363
  "EmailConfiguration": {
3361
- "shape": "S5e"
3364
+ "shape": "S5f"
3362
3365
  },
3363
3366
  "SmsConfiguration": {
3364
- "shape": "S5i"
3367
+ "shape": "S5j"
3365
3368
  },
3366
3369
  "UserPoolTags": {
3367
- "shape": "S5j"
3370
+ "shape": "S5k"
3368
3371
  },
3369
3372
  "SmsConfigurationFailure": {},
3370
3373
  "EmailConfigurationFailure": {},
3371
3374
  "Domain": {},
3372
3375
  "CustomDomain": {},
3373
3376
  "AdminCreateUserConfig": {
3374
- "shape": "S5m"
3377
+ "shape": "S5n"
3375
3378
  },
3376
3379
  "UserPoolAddOns": {
3377
- "shape": "S5q"
3380
+ "shape": "S5r"
3378
3381
  },
3379
3382
  "UsernameConfiguration": {
3380
- "shape": "S5s"
3383
+ "shape": "S5t"
3381
3384
  },
3382
3385
  "Arn": {},
3383
3386
  "AccountRecoverySetting": {
@@ -3645,7 +3648,7 @@
3645
3648
  "members": {
3646
3649
  "SmsAuthenticationMessage": {},
3647
3650
  "SmsConfiguration": {
3648
- "shape": "S5i"
3651
+ "shape": "S5j"
3649
3652
  }
3650
3653
  }
3651
3654
  },