aws-sdk-core 2.9.27 → 2.9.28

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a0cabe2bead4d28d35d625af76939e0e496f695b
4
- data.tar.gz: 2b29e66b91cd30b6ce2688c19e1a58be94a0db58
3
+ metadata.gz: 8eb4b91156800968fa7812ba44ea118bff701855
4
+ data.tar.gz: 7b96515473543ec505f439d9584ac21cf695cf7a
5
5
  SHA512:
6
- metadata.gz: 14988b64bdeab72c6a13574f990eb708145140130d63f81f1ca80c898f76c97c1a058352d4f06f9580af389d869ab2e6b808a05aad74dd6829c45eb95d99f1c2
7
- data.tar.gz: a938ac8596dcb1c7932e9575d96648e28345142c692fa67859cb2e519357232cce78e35086111f8cf673050de70e3042e6a8ce93fe50032520d6e0d74b4bb5fa
6
+ metadata.gz: ce3c42b0600d2e7324663bec7502f16341fd4f2ebbb32c00fe3e3d7c4ab8e9a9b62276e7fcfc5833c9e374e9d05ce6f8cc8134518a95c1f3eda6fb8dc2fb9312
7
+ data.tar.gz: 65204202d9b2fa49a07d77141bf894b2af650c3241c36a507d9b305f536165fce4a458b5de46b4b46ddefc9b7136211d4ea1f7ffd086f3e4f28bfff50abad841
@@ -492,6 +492,19 @@
492
492
  {"shape":"InvalidNextTokenException"}
493
493
  ]
494
494
  },
495
+ "ListGitHubAccountTokenNames":{
496
+ "name":"ListGitHubAccountTokenNames",
497
+ "http":{
498
+ "method":"POST",
499
+ "requestUri":"/"
500
+ },
501
+ "input":{"shape":"ListGitHubAccountTokenNamesInput"},
502
+ "output":{"shape":"ListGitHubAccountTokenNamesOutput"},
503
+ "errors":[
504
+ {"shape":"InvalidNextTokenException"},
505
+ {"shape":"ResourceValidationException"}
506
+ ]
507
+ },
495
508
  "ListOnPremisesInstances":{
496
509
  "name":"ListOnPremisesInstances",
497
510
  "http":{
@@ -694,7 +707,8 @@
694
707
  "applicationId":{"shape":"ApplicationId"},
695
708
  "applicationName":{"shape":"ApplicationName"},
696
709
  "createTime":{"shape":"Timestamp"},
697
- "linkedToGitHub":{"shape":"Boolean"}
710
+ "linkedToGitHub":{"shape":"Boolean"},
711
+ "gitHubAccountName":{"shape":"GitHubAccountTokenName"}
698
712
  }
699
713
  },
700
714
  "ApplicationLimitExceededException":{
@@ -1108,7 +1122,9 @@
1108
1122
  "autoRollbackConfiguration":{"shape":"AutoRollbackConfiguration"},
1109
1123
  "deploymentStyle":{"shape":"DeploymentStyle"},
1110
1124
  "blueGreenDeploymentConfiguration":{"shape":"BlueGreenDeploymentConfiguration"},
1111
- "loadBalancerInfo":{"shape":"LoadBalancerInfo"}
1125
+ "loadBalancerInfo":{"shape":"LoadBalancerInfo"},
1126
+ "lastSuccessfulDeployment":{"shape":"LastDeploymentInfo"},
1127
+ "lastAttemptedDeployment":{"shape":"LastDeploymentInfo"}
1112
1128
  }
1113
1129
  },
1114
1130
  "DeploymentGroupInfoList":{
@@ -1471,6 +1487,17 @@
1471
1487
  "instanceInfo":{"shape":"InstanceInfo"}
1472
1488
  }
1473
1489
  },
1490
+ "GitHubAccountTokenDoesNotExistException":{
1491
+ "type":"structure",
1492
+ "members":{
1493
+ },
1494
+ "exception":true
1495
+ },
1496
+ "GitHubAccountTokenName":{"type":"string"},
1497
+ "GitHubAccountTokenNameList":{
1498
+ "type":"list",
1499
+ "member":{"shape":"GitHubAccountTokenName"}
1500
+ },
1474
1501
  "GitHubLocation":{
1475
1502
  "type":"structure",
1476
1503
  "members":{
@@ -1841,6 +1868,15 @@
1841
1868
  "exception":true
1842
1869
  },
1843
1870
  "Key":{"type":"string"},
1871
+ "LastDeploymentInfo":{
1872
+ "type":"structure",
1873
+ "members":{
1874
+ "deploymentId":{"shape":"DeploymentId"},
1875
+ "status":{"shape":"DeploymentStatus"},
1876
+ "endTime":{"shape":"Timestamp"},
1877
+ "createTime":{"shape":"Timestamp"}
1878
+ }
1879
+ },
1844
1880
  "LifecycleErrorCode":{
1845
1881
  "type":"string",
1846
1882
  "enum":[
@@ -1981,6 +2017,19 @@
1981
2017
  "nextToken":{"shape":"NextToken"}
1982
2018
  }
1983
2019
  },
2020
+ "ListGitHubAccountTokenNamesInput":{
2021
+ "type":"structure",
2022
+ "members":{
2023
+ "nextToken":{"shape":"NextToken"}
2024
+ }
2025
+ },
2026
+ "ListGitHubAccountTokenNamesOutput":{
2027
+ "type":"structure",
2028
+ "members":{
2029
+ "tokenNameList":{"shape":"GitHubAccountTokenNameList"},
2030
+ "nextToken":{"shape":"NextToken"}
2031
+ }
2032
+ },
1984
2033
  "ListOnPremisesInstancesInput":{
1985
2034
  "type":"structure",
1986
2035
  "members":{
@@ -2075,6 +2124,12 @@
2075
2124
  }
2076
2125
  },
2077
2126
  "Repository":{"type":"string"},
2127
+ "ResourceValidationException":{
2128
+ "type":"structure",
2129
+ "members":{
2130
+ },
2131
+ "exception":true
2132
+ },
2078
2133
  "RevisionDoesNotExistException":{
2079
2134
  "type":"structure",
2080
2135
  "members":{
@@ -526,6 +526,24 @@
526
526
  {"shape":"InternalErrorException"}
527
527
  ]
528
528
  },
529
+ "CreateIdentityProvider":{
530
+ "name":"CreateIdentityProvider",
531
+ "http":{
532
+ "method":"POST",
533
+ "requestUri":"/"
534
+ },
535
+ "input":{"shape":"CreateIdentityProviderRequest"},
536
+ "output":{"shape":"CreateIdentityProviderResponse"},
537
+ "errors":[
538
+ {"shape":"InvalidParameterException"},
539
+ {"shape":"DuplicateProviderException"},
540
+ {"shape":"ResourceNotFoundException"},
541
+ {"shape":"NotAuthorizedException"},
542
+ {"shape":"TooManyRequestsException"},
543
+ {"shape":"LimitExceededException"},
544
+ {"shape":"InternalErrorException"}
545
+ ]
546
+ },
529
547
  "CreateUserImportJob":{
530
548
  "name":"CreateUserImportJob",
531
549
  "http":{
@@ -578,6 +596,23 @@
578
596
  {"shape":"TooManyRequestsException"},
579
597
  {"shape":"LimitExceededException"},
580
598
  {"shape":"NotAuthorizedException"},
599
+ {"shape":"ScopeDoesNotExistException"},
600
+ {"shape":"InvalidOAuthFlowException"},
601
+ {"shape":"InternalErrorException"}
602
+ ]
603
+ },
604
+ "CreateUserPoolDomain":{
605
+ "name":"CreateUserPoolDomain",
606
+ "http":{
607
+ "method":"POST",
608
+ "requestUri":"/"
609
+ },
610
+ "input":{"shape":"CreateUserPoolDomainRequest"},
611
+ "output":{"shape":"CreateUserPoolDomainResponse"},
612
+ "errors":[
613
+ {"shape":"InvalidParameterException"},
614
+ {"shape":"NotAuthorizedException"},
615
+ {"shape":"ResourceNotFoundException"},
581
616
  {"shape":"InternalErrorException"}
582
617
  ]
583
618
  },
@@ -596,6 +631,22 @@
596
631
  {"shape":"InternalErrorException"}
597
632
  ]
598
633
  },
634
+ "DeleteIdentityProvider":{
635
+ "name":"DeleteIdentityProvider",
636
+ "http":{
637
+ "method":"POST",
638
+ "requestUri":"/"
639
+ },
640
+ "input":{"shape":"DeleteIdentityProviderRequest"},
641
+ "errors":[
642
+ {"shape":"InvalidParameterException"},
643
+ {"shape":"UnsupportedIdentityProviderException"},
644
+ {"shape":"ResourceNotFoundException"},
645
+ {"shape":"NotAuthorizedException"},
646
+ {"shape":"TooManyRequestsException"},
647
+ {"shape":"InternalErrorException"}
648
+ ]
649
+ },
599
650
  "DeleteUser":{
600
651
  "name":"DeleteUser",
601
652
  "http":{
@@ -666,6 +717,37 @@
666
717
  {"shape":"InternalErrorException"}
667
718
  ]
668
719
  },
720
+ "DeleteUserPoolDomain":{
721
+ "name":"DeleteUserPoolDomain",
722
+ "http":{
723
+ "method":"POST",
724
+ "requestUri":"/"
725
+ },
726
+ "input":{"shape":"DeleteUserPoolDomainRequest"},
727
+ "output":{"shape":"DeleteUserPoolDomainResponse"},
728
+ "errors":[
729
+ {"shape":"NotAuthorizedException"},
730
+ {"shape":"InvalidParameterException"},
731
+ {"shape":"ResourceNotFoundException"},
732
+ {"shape":"InternalErrorException"}
733
+ ]
734
+ },
735
+ "DescribeIdentityProvider":{
736
+ "name":"DescribeIdentityProvider",
737
+ "http":{
738
+ "method":"POST",
739
+ "requestUri":"/"
740
+ },
741
+ "input":{"shape":"DescribeIdentityProviderRequest"},
742
+ "output":{"shape":"DescribeIdentityProviderResponse"},
743
+ "errors":[
744
+ {"shape":"InvalidParameterException"},
745
+ {"shape":"ResourceNotFoundException"},
746
+ {"shape":"NotAuthorizedException"},
747
+ {"shape":"TooManyRequestsException"},
748
+ {"shape":"InternalErrorException"}
749
+ ]
750
+ },
669
751
  "DescribeUserImportJob":{
670
752
  "name":"DescribeUserImportJob",
671
753
  "http":{
@@ -715,6 +797,21 @@
715
797
  {"shape":"InternalErrorException"}
716
798
  ]
717
799
  },
800
+ "DescribeUserPoolDomain":{
801
+ "name":"DescribeUserPoolDomain",
802
+ "http":{
803
+ "method":"POST",
804
+ "requestUri":"/"
805
+ },
806
+ "input":{"shape":"DescribeUserPoolDomainRequest"},
807
+ "output":{"shape":"DescribeUserPoolDomainResponse"},
808
+ "errors":[
809
+ {"shape":"NotAuthorizedException"},
810
+ {"shape":"InvalidParameterException"},
811
+ {"shape":"ResourceNotFoundException"},
812
+ {"shape":"InternalErrorException"}
813
+ ]
814
+ },
718
815
  "ForgetDevice":{
719
816
  "name":"ForgetDevice",
720
817
  "http":{
@@ -813,6 +910,22 @@
813
910
  {"shape":"InternalErrorException"}
814
911
  ]
815
912
  },
913
+ "GetIdentityProviderByIdentifier":{
914
+ "name":"GetIdentityProviderByIdentifier",
915
+ "http":{
916
+ "method":"POST",
917
+ "requestUri":"/"
918
+ },
919
+ "input":{"shape":"GetIdentityProviderByIdentifierRequest"},
920
+ "output":{"shape":"GetIdentityProviderByIdentifierResponse"},
921
+ "errors":[
922
+ {"shape":"InvalidParameterException"},
923
+ {"shape":"ResourceNotFoundException"},
924
+ {"shape":"NotAuthorizedException"},
925
+ {"shape":"TooManyRequestsException"},
926
+ {"shape":"InternalErrorException"}
927
+ ]
928
+ },
816
929
  "GetUser":{
817
930
  "name":"GetUser",
818
931
  "http":{
@@ -938,6 +1051,22 @@
938
1051
  {"shape":"InternalErrorException"}
939
1052
  ]
940
1053
  },
1054
+ "ListIdentityProviders":{
1055
+ "name":"ListIdentityProviders",
1056
+ "http":{
1057
+ "method":"POST",
1058
+ "requestUri":"/"
1059
+ },
1060
+ "input":{"shape":"ListIdentityProvidersRequest"},
1061
+ "output":{"shape":"ListIdentityProvidersResponse"},
1062
+ "errors":[
1063
+ {"shape":"InvalidParameterException"},
1064
+ {"shape":"ResourceNotFoundException"},
1065
+ {"shape":"NotAuthorizedException"},
1066
+ {"shape":"TooManyRequestsException"},
1067
+ {"shape":"InternalErrorException"}
1068
+ ]
1069
+ },
941
1070
  "ListUserImportJobs":{
942
1071
  "name":"ListUserImportJobs",
943
1072
  "http":{
@@ -1188,6 +1317,23 @@
1188
1317
  {"shape":"InternalErrorException"}
1189
1318
  ]
1190
1319
  },
1320
+ "UpdateIdentityProvider":{
1321
+ "name":"UpdateIdentityProvider",
1322
+ "http":{
1323
+ "method":"POST",
1324
+ "requestUri":"/"
1325
+ },
1326
+ "input":{"shape":"UpdateIdentityProviderRequest"},
1327
+ "output":{"shape":"UpdateIdentityProviderResponse"},
1328
+ "errors":[
1329
+ {"shape":"InvalidParameterException"},
1330
+ {"shape":"UnsupportedIdentityProviderException"},
1331
+ {"shape":"ResourceNotFoundException"},
1332
+ {"shape":"NotAuthorizedException"},
1333
+ {"shape":"TooManyRequestsException"},
1334
+ {"shape":"InternalErrorException"}
1335
+ ]
1336
+ },
1191
1337
  "UpdateUserAttributes":{
1192
1338
  "name":"UpdateUserAttributes",
1193
1339
  "http":{
@@ -1253,6 +1399,8 @@
1253
1399
  {"shape":"InvalidParameterException"},
1254
1400
  {"shape":"TooManyRequestsException"},
1255
1401
  {"shape":"NotAuthorizedException"},
1402
+ {"shape":"ScopeDoesNotExistException"},
1403
+ {"shape":"InvalidOAuthFlowException"},
1256
1404
  {"shape":"InternalErrorException"}
1257
1405
  ]
1258
1406
  },
@@ -1281,6 +1429,7 @@
1281
1429
  }
1282
1430
  },
1283
1431
  "shapes":{
1432
+ "AWSAccountIdType":{"type":"string"},
1284
1433
  "AddCustomAttributesRequest":{
1285
1434
  "type":"structure",
1286
1435
  "required":[
@@ -1706,6 +1855,11 @@
1706
1855
  "type":"list",
1707
1856
  "member":{"shape":"AttributeType"}
1708
1857
  },
1858
+ "AttributeMappingType":{
1859
+ "type":"map",
1860
+ "key":{"shape":"CustomAttributeNameType"},
1861
+ "value":{"shape":"StringType"}
1862
+ },
1709
1863
  "AttributeNameListType":{
1710
1864
  "type":"list",
1711
1865
  "member":{"shape":"AttributeNameType"}
@@ -1756,6 +1910,12 @@
1756
1910
  }
1757
1911
  },
1758
1912
  "BooleanType":{"type":"boolean"},
1913
+ "CallbackURLsListType":{
1914
+ "type":"list",
1915
+ "member":{"shape":"RedirectUrlType"},
1916
+ "max":100,
1917
+ "min":0
1918
+ },
1759
1919
  "ChallengeNameType":{
1760
1920
  "type":"string",
1761
1921
  "enum":[
@@ -1782,7 +1942,8 @@
1782
1942
  "type":"structure",
1783
1943
  "required":[
1784
1944
  "PreviousPassword",
1785
- "ProposedPassword"
1945
+ "ProposedPassword",
1946
+ "AccessToken"
1786
1947
  ],
1787
1948
  "members":{
1788
1949
  "PreviousPassword":{"shape":"PasswordType"},
@@ -1954,6 +2115,30 @@
1954
2115
  "Group":{"shape":"GroupType"}
1955
2116
  }
1956
2117
  },
2118
+ "CreateIdentityProviderRequest":{
2119
+ "type":"structure",
2120
+ "required":[
2121
+ "UserPoolId",
2122
+ "ProviderName",
2123
+ "ProviderType",
2124
+ "ProviderDetails"
2125
+ ],
2126
+ "members":{
2127
+ "UserPoolId":{"shape":"UserPoolIdType"},
2128
+ "ProviderName":{"shape":"ProviderNameType"},
2129
+ "ProviderType":{"shape":"IdentityProviderTypeType"},
2130
+ "ProviderDetails":{"shape":"ProviderDetailsType"},
2131
+ "AttributeMapping":{"shape":"AttributeMappingType"},
2132
+ "IdpIdentifiers":{"shape":"IdpIdentifiersListType"}
2133
+ }
2134
+ },
2135
+ "CreateIdentityProviderResponse":{
2136
+ "type":"structure",
2137
+ "required":["IdentityProvider"],
2138
+ "members":{
2139
+ "IdentityProvider":{"shape":"IdentityProviderType"}
2140
+ }
2141
+ },
1957
2142
  "CreateUserImportJobRequest":{
1958
2143
  "type":"structure",
1959
2144
  "required":[
@@ -1986,7 +2171,14 @@
1986
2171
  "RefreshTokenValidity":{"shape":"RefreshTokenValidityType"},
1987
2172
  "ReadAttributes":{"shape":"ClientPermissionListType"},
1988
2173
  "WriteAttributes":{"shape":"ClientPermissionListType"},
1989
- "ExplicitAuthFlows":{"shape":"ExplicitAuthFlowsListType"}
2174
+ "ExplicitAuthFlows":{"shape":"ExplicitAuthFlowsListType"},
2175
+ "SupportedIdentityProviders":{"shape":"SupportedIdentityProvidersListType"},
2176
+ "CallbackURLs":{"shape":"CallbackURLsListType"},
2177
+ "LogoutURLs":{"shape":"LogoutURLsListType"},
2178
+ "DefaultRedirectURI":{"shape":"RedirectUrlType"},
2179
+ "AllowedOAuthFlows":{"shape":"OAuthFlowsType"},
2180
+ "AllowedOAuthScopes":{"shape":"ScopeListType"},
2181
+ "AllowedOAuthFlowsUserPoolClient":{"shape":"BooleanType"}
1990
2182
  }
1991
2183
  },
1992
2184
  "CreateUserPoolClientResponse":{
@@ -1995,6 +2187,22 @@
1995
2187
  "UserPoolClient":{"shape":"UserPoolClientType"}
1996
2188
  }
1997
2189
  },
2190
+ "CreateUserPoolDomainRequest":{
2191
+ "type":"structure",
2192
+ "required":[
2193
+ "Domain",
2194
+ "UserPoolId"
2195
+ ],
2196
+ "members":{
2197
+ "Domain":{"shape":"DomainType"},
2198
+ "UserPoolId":{"shape":"UserPoolIdType"}
2199
+ }
2200
+ },
2201
+ "CreateUserPoolDomainResponse":{
2202
+ "type":"structure",
2203
+ "members":{
2204
+ }
2205
+ },
1998
2206
  "CreateUserPoolRequest":{
1999
2207
  "type":"structure",
2000
2208
  "required":["PoolName"],
@@ -2047,9 +2255,23 @@
2047
2255
  "UserPoolId":{"shape":"UserPoolIdType"}
2048
2256
  }
2049
2257
  },
2258
+ "DeleteIdentityProviderRequest":{
2259
+ "type":"structure",
2260
+ "required":[
2261
+ "UserPoolId",
2262
+ "ProviderName"
2263
+ ],
2264
+ "members":{
2265
+ "UserPoolId":{"shape":"UserPoolIdType"},
2266
+ "ProviderName":{"shape":"ProviderNameType"}
2267
+ }
2268
+ },
2050
2269
  "DeleteUserAttributesRequest":{
2051
2270
  "type":"structure",
2052
- "required":["UserAttributeNames"],
2271
+ "required":[
2272
+ "UserAttributeNames",
2273
+ "AccessToken"
2274
+ ],
2053
2275
  "members":{
2054
2276
  "UserAttributeNames":{"shape":"AttributeNameListType"},
2055
2277
  "AccessToken":{"shape":"TokenModelType"}
@@ -2071,6 +2293,22 @@
2071
2293
  "ClientId":{"shape":"ClientIdType"}
2072
2294
  }
2073
2295
  },
2296
+ "DeleteUserPoolDomainRequest":{
2297
+ "type":"structure",
2298
+ "required":[
2299
+ "Domain",
2300
+ "UserPoolId"
2301
+ ],
2302
+ "members":{
2303
+ "Domain":{"shape":"DomainType"},
2304
+ "UserPoolId":{"shape":"UserPoolIdType"}
2305
+ }
2306
+ },
2307
+ "DeleteUserPoolDomainResponse":{
2308
+ "type":"structure",
2309
+ "members":{
2310
+ }
2311
+ },
2074
2312
  "DeleteUserPoolRequest":{
2075
2313
  "type":"structure",
2076
2314
  "required":["UserPoolId"],
@@ -2080,6 +2318,7 @@
2080
2318
  },
2081
2319
  "DeleteUserRequest":{
2082
2320
  "type":"structure",
2321
+ "required":["AccessToken"],
2083
2322
  "members":{
2084
2323
  "AccessToken":{"shape":"TokenModelType"}
2085
2324
  }
@@ -2095,6 +2334,24 @@
2095
2334
  "EMAIL"
2096
2335
  ]
2097
2336
  },
2337
+ "DescribeIdentityProviderRequest":{
2338
+ "type":"structure",
2339
+ "required":[
2340
+ "UserPoolId",
2341
+ "ProviderName"
2342
+ ],
2343
+ "members":{
2344
+ "UserPoolId":{"shape":"UserPoolIdType"},
2345
+ "ProviderName":{"shape":"ProviderNameType"}
2346
+ }
2347
+ },
2348
+ "DescribeIdentityProviderResponse":{
2349
+ "type":"structure",
2350
+ "required":["IdentityProvider"],
2351
+ "members":{
2352
+ "IdentityProvider":{"shape":"IdentityProviderType"}
2353
+ }
2354
+ },
2098
2355
  "DescribeUserImportJobRequest":{
2099
2356
  "type":"structure",
2100
2357
  "required":[
@@ -2129,6 +2386,19 @@
2129
2386
  "UserPoolClient":{"shape":"UserPoolClientType"}
2130
2387
  }
2131
2388
  },
2389
+ "DescribeUserPoolDomainRequest":{
2390
+ "type":"structure",
2391
+ "required":["Domain"],
2392
+ "members":{
2393
+ "Domain":{"shape":"DomainType"}
2394
+ }
2395
+ },
2396
+ "DescribeUserPoolDomainResponse":{
2397
+ "type":"structure",
2398
+ "members":{
2399
+ "DomainDescription":{"shape":"DomainDescriptionType"}
2400
+ }
2401
+ },
2132
2402
  "DescribeUserPoolRequest":{
2133
2403
  "type":"structure",
2134
2404
  "required":["UserPoolId"],
@@ -2192,6 +2462,44 @@
2192
2462
  "DeviceLastAuthenticatedDate":{"shape":"DateType"}
2193
2463
  }
2194
2464
  },
2465
+ "DomainDescriptionType":{
2466
+ "type":"structure",
2467
+ "members":{
2468
+ "UserPoolId":{"shape":"UserPoolIdType"},
2469
+ "AWSAccountId":{"shape":"AWSAccountIdType"},
2470
+ "Domain":{"shape":"DomainType"},
2471
+ "S3Bucket":{"shape":"S3BucketType"},
2472
+ "CloudFrontDistribution":{"shape":"ArnType"},
2473
+ "Version":{"shape":"DomainVersionType"},
2474
+ "Status":{"shape":"DomainStatusType"}
2475
+ }
2476
+ },
2477
+ "DomainStatusType":{
2478
+ "type":"string",
2479
+ "enum":[
2480
+ "CREATING",
2481
+ "DELETING",
2482
+ "UPDATING",
2483
+ "ACTIVE"
2484
+ ]
2485
+ },
2486
+ "DomainType":{
2487
+ "type":"string",
2488
+ "max":1024,
2489
+ "min":1
2490
+ },
2491
+ "DomainVersionType":{
2492
+ "type":"string",
2493
+ "max":20,
2494
+ "min":1
2495
+ },
2496
+ "DuplicateProviderException":{
2497
+ "type":"structure",
2498
+ "members":{
2499
+ "message":{"shape":"MessageType"}
2500
+ },
2501
+ "exception":true
2502
+ },
2195
2503
  "EmailAddressType":{
2196
2504
  "type":"string",
2197
2505
  "pattern":"[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+@[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+"
@@ -2205,7 +2513,7 @@
2205
2513
  },
2206
2514
  "EmailVerificationMessageType":{
2207
2515
  "type":"string",
2208
- "max":2048,
2516
+ "max":20000,
2209
2517
  "min":6,
2210
2518
  "pattern":"[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s*]*\\{####\\}[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}\\s*]*"
2211
2519
  },
@@ -2307,9 +2615,30 @@
2307
2615
  "Group":{"shape":"GroupType"}
2308
2616
  }
2309
2617
  },
2618
+ "GetIdentityProviderByIdentifierRequest":{
2619
+ "type":"structure",
2620
+ "required":[
2621
+ "UserPoolId",
2622
+ "IdpIdentifier"
2623
+ ],
2624
+ "members":{
2625
+ "UserPoolId":{"shape":"UserPoolIdType"},
2626
+ "IdpIdentifier":{"shape":"IdpIdentifierType"}
2627
+ }
2628
+ },
2629
+ "GetIdentityProviderByIdentifierResponse":{
2630
+ "type":"structure",
2631
+ "required":["IdentityProvider"],
2632
+ "members":{
2633
+ "IdentityProvider":{"shape":"IdentityProviderType"}
2634
+ }
2635
+ },
2310
2636
  "GetUserAttributeVerificationCodeRequest":{
2311
2637
  "type":"structure",
2312
- "required":["AttributeName"],
2638
+ "required":[
2639
+ "AccessToken",
2640
+ "AttributeName"
2641
+ ],
2313
2642
  "members":{
2314
2643
  "AccessToken":{"shape":"TokenModelType"},
2315
2644
  "AttributeName":{"shape":"AttributeNameType"}
@@ -2323,6 +2652,7 @@
2323
2652
  },
2324
2653
  "GetUserRequest":{
2325
2654
  "type":"structure",
2655
+ "required":["AccessToken"],
2326
2656
  "members":{
2327
2657
  "AccessToken":{"shape":"TokenModelType"}
2328
2658
  }
@@ -2341,6 +2671,7 @@
2341
2671
  },
2342
2672
  "GlobalSignOutRequest":{
2343
2673
  "type":"structure",
2674
+ "required":["AccessToken"],
2344
2675
  "members":{
2345
2676
  "AccessToken":{"shape":"TokenModelType"}
2346
2677
  }
@@ -2379,6 +2710,35 @@
2379
2710
  "CreationDate":{"shape":"DateType"}
2380
2711
  }
2381
2712
  },
2713
+ "IdentityProviderType":{
2714
+ "type":"structure",
2715
+ "members":{
2716
+ "UserPoolId":{"shape":"UserPoolIdType"},
2717
+ "ProviderName":{"shape":"ProviderNameType"},
2718
+ "ProviderType":{"shape":"IdentityProviderTypeType"},
2719
+ "ProviderDetails":{"shape":"ProviderDetailsType"},
2720
+ "AttributeMapping":{"shape":"AttributeMappingType"},
2721
+ "IdpIdentifiers":{"shape":"IdpIdentifiersListType"},
2722
+ "LastModifiedDate":{"shape":"DateType"},
2723
+ "CreationDate":{"shape":"DateType"}
2724
+ }
2725
+ },
2726
+ "IdentityProviderTypeType":{
2727
+ "type":"string",
2728
+ "enum":["SAML"]
2729
+ },
2730
+ "IdpIdentifierType":{
2731
+ "type":"string",
2732
+ "max":40,
2733
+ "min":1,
2734
+ "pattern":"[\\w\\s+=.@-]+"
2735
+ },
2736
+ "IdpIdentifiersListType":{
2737
+ "type":"list",
2738
+ "member":{"shape":"IdpIdentifierType"},
2739
+ "max":50,
2740
+ "min":0
2741
+ },
2382
2742
  "InitiateAuthRequest":{
2383
2743
  "type":"structure",
2384
2744
  "required":[
@@ -2424,6 +2784,13 @@
2424
2784
  },
2425
2785
  "exception":true
2426
2786
  },
2787
+ "InvalidOAuthFlowException":{
2788
+ "type":"structure",
2789
+ "members":{
2790
+ "message":{"shape":"MessageType"}
2791
+ },
2792
+ "exception":true
2793
+ },
2427
2794
  "InvalidParameterException":{
2428
2795
  "type":"structure",
2429
2796
  "members":{
@@ -2511,10 +2878,32 @@
2511
2878
  "NextToken":{"shape":"PaginationKey"}
2512
2879
  }
2513
2880
  },
2881
+ "ListIdentityProvidersRequest":{
2882
+ "type":"structure",
2883
+ "required":["UserPoolId"],
2884
+ "members":{
2885
+ "UserPoolId":{"shape":"UserPoolIdType"},
2886
+ "MaxResults":{"shape":"ListProvidersLimitType"},
2887
+ "NextToken":{"shape":"PaginationKeyType"}
2888
+ }
2889
+ },
2890
+ "ListIdentityProvidersResponse":{
2891
+ "type":"structure",
2892
+ "required":["Providers"],
2893
+ "members":{
2894
+ "Providers":{"shape":"ProvidersListType"},
2895
+ "NextToken":{"shape":"PaginationKeyType"}
2896
+ }
2897
+ },
2514
2898
  "ListOfStringTypes":{
2515
2899
  "type":"list",
2516
2900
  "member":{"shape":"StringType"}
2517
2901
  },
2902
+ "ListProvidersLimitType":{
2903
+ "type":"integer",
2904
+ "max":60,
2905
+ "min":1
2906
+ },
2518
2907
  "ListUserImportJobsRequest":{
2519
2908
  "type":"structure",
2520
2909
  "required":[
@@ -2603,6 +2992,12 @@
2603
2992
  "PaginationToken":{"shape":"SearchPaginationTokenType"}
2604
2993
  }
2605
2994
  },
2995
+ "LogoutURLsListType":{
2996
+ "type":"list",
2997
+ "member":{"shape":"RedirectUrlType"},
2998
+ "max":100,
2999
+ "min":0
3000
+ },
2606
3001
  "LongType":{"type":"long"},
2607
3002
  "MFAMethodNotFoundException":{
2608
3003
  "type":"structure",
@@ -2659,6 +3054,20 @@
2659
3054
  "MaxValue":{"shape":"StringType"}
2660
3055
  }
2661
3056
  },
3057
+ "OAuthFlowType":{
3058
+ "type":"string",
3059
+ "enum":[
3060
+ "code",
3061
+ "implicit",
3062
+ "client_credentials"
3063
+ ]
3064
+ },
3065
+ "OAuthFlowsType":{
3066
+ "type":"list",
3067
+ "member":{"shape":"OAuthFlowType"},
3068
+ "max":3,
3069
+ "min":0
3070
+ },
2662
3071
  "PaginationKey":{
2663
3072
  "type":"string",
2664
3073
  "min":1,
@@ -2719,6 +3128,32 @@
2719
3128
  },
2720
3129
  "exception":true
2721
3130
  },
3131
+ "ProviderDescription":{
3132
+ "type":"structure",
3133
+ "members":{
3134
+ "ProviderName":{"shape":"ProviderNameType"},
3135
+ "ProviderType":{"shape":"IdentityProviderTypeType"},
3136
+ "LastModifiedDate":{"shape":"DateType"},
3137
+ "CreationDate":{"shape":"DateType"}
3138
+ }
3139
+ },
3140
+ "ProviderDetailsType":{
3141
+ "type":"map",
3142
+ "key":{"shape":"StringType"},
3143
+ "value":{"shape":"StringType"}
3144
+ },
3145
+ "ProviderNameType":{
3146
+ "type":"string",
3147
+ "max":32,
3148
+ "min":1,
3149
+ "pattern":"[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+"
3150
+ },
3151
+ "ProvidersListType":{
3152
+ "type":"list",
3153
+ "member":{"shape":"ProviderDescription"},
3154
+ "max":50,
3155
+ "min":0
3156
+ },
2722
3157
  "QueryLimit":{
2723
3158
  "type":"integer",
2724
3159
  "max":60,
@@ -2729,6 +3164,12 @@
2729
3164
  "max":60,
2730
3165
  "min":0
2731
3166
  },
3167
+ "RedirectUrlType":{
3168
+ "type":"string",
3169
+ "max":1024,
3170
+ "min":1,
3171
+ "pattern":"[\\p{L}\\p{M}\\p{S}\\p{N}\\p{P}]+"
3172
+ },
2732
3173
  "RefreshTokenValidityType":{
2733
3174
  "type":"integer",
2734
3175
  "max":3650,
@@ -2781,6 +3222,12 @@
2781
3222
  "AuthenticationResult":{"shape":"AuthenticationResultType"}
2782
3223
  }
2783
3224
  },
3225
+ "S3BucketType":{
3226
+ "type":"string",
3227
+ "max":1024,
3228
+ "min":3,
3229
+ "pattern":"^[0-9A-Za-z\\.\\-_]*(?<!\\.)$"
3230
+ },
2784
3231
  "SchemaAttributeType":{
2785
3232
  "type":"structure",
2786
3233
  "members":{
@@ -2808,6 +3255,23 @@
2808
3255
  "max":50,
2809
3256
  "min":1
2810
3257
  },
3258
+ "ScopeDoesNotExistException":{
3259
+ "type":"structure",
3260
+ "members":{
3261
+ "message":{"shape":"MessageType"}
3262
+ },
3263
+ "exception":true
3264
+ },
3265
+ "ScopeListType":{
3266
+ "type":"list",
3267
+ "member":{"shape":"ScopeType"}
3268
+ },
3269
+ "ScopeType":{
3270
+ "type":"string",
3271
+ "max":256,
3272
+ "min":1,
3273
+ "pattern":"[\\x21\\x23-\\x5B\\x5D-\\x7E]+"
3274
+ },
2811
3275
  "SearchPaginationTokenType":{
2812
3276
  "type":"string",
2813
3277
  "min":1,
@@ -2863,9 +3327,14 @@
2863
3327
  },
2864
3328
  "SignUpResponse":{
2865
3329
  "type":"structure",
3330
+ "required":[
3331
+ "UserConfirmed",
3332
+ "UserSub"
3333
+ ],
2866
3334
  "members":{
2867
3335
  "UserConfirmed":{"shape":"BooleanType"},
2868
- "CodeDeliveryDetails":{"shape":"CodeDeliveryDetailsType"}
3336
+ "CodeDeliveryDetails":{"shape":"CodeDeliveryDetailsType"},
3337
+ "UserSub":{"shape":"StringType"}
2869
3338
  }
2870
3339
  },
2871
3340
  "SmsConfigurationType":{
@@ -2931,6 +3400,10 @@
2931
3400
  }
2932
3401
  },
2933
3402
  "StringType":{"type":"string"},
3403
+ "SupportedIdentityProvidersListType":{
3404
+ "type":"list",
3405
+ "member":{"shape":"ProviderNameType"}
3406
+ },
2934
3407
  "TokenModelType":{
2935
3408
  "type":"string",
2936
3409
  "pattern":"[A-Za-z0-9-_=.]+",
@@ -2957,6 +3430,13 @@
2957
3430
  },
2958
3431
  "exception":true
2959
3432
  },
3433
+ "UnsupportedIdentityProviderException":{
3434
+ "type":"structure",
3435
+ "members":{
3436
+ "message":{"shape":"MessageType"}
3437
+ },
3438
+ "exception":true
3439
+ },
2960
3440
  "UnsupportedUserStateException":{
2961
3441
  "type":"structure",
2962
3442
  "members":{
@@ -3001,9 +3481,33 @@
3001
3481
  "Group":{"shape":"GroupType"}
3002
3482
  }
3003
3483
  },
3484
+ "UpdateIdentityProviderRequest":{
3485
+ "type":"structure",
3486
+ "required":[
3487
+ "UserPoolId",
3488
+ "ProviderName"
3489
+ ],
3490
+ "members":{
3491
+ "UserPoolId":{"shape":"UserPoolIdType"},
3492
+ "ProviderName":{"shape":"ProviderNameType"},
3493
+ "ProviderDetails":{"shape":"ProviderDetailsType"},
3494
+ "AttributeMapping":{"shape":"AttributeMappingType"},
3495
+ "IdpIdentifiers":{"shape":"IdpIdentifiersListType"}
3496
+ }
3497
+ },
3498
+ "UpdateIdentityProviderResponse":{
3499
+ "type":"structure",
3500
+ "required":["IdentityProvider"],
3501
+ "members":{
3502
+ "IdentityProvider":{"shape":"IdentityProviderType"}
3503
+ }
3504
+ },
3004
3505
  "UpdateUserAttributesRequest":{
3005
3506
  "type":"structure",
3006
- "required":["UserAttributes"],
3507
+ "required":[
3508
+ "UserAttributes",
3509
+ "AccessToken"
3510
+ ],
3007
3511
  "members":{
3008
3512
  "UserAttributes":{"shape":"AttributeListType"},
3009
3513
  "AccessToken":{"shape":"TokenModelType"}
@@ -3028,7 +3532,14 @@
3028
3532
  "RefreshTokenValidity":{"shape":"RefreshTokenValidityType"},
3029
3533
  "ReadAttributes":{"shape":"ClientPermissionListType"},
3030
3534
  "WriteAttributes":{"shape":"ClientPermissionListType"},
3031
- "ExplicitAuthFlows":{"shape":"ExplicitAuthFlowsListType"}
3535
+ "ExplicitAuthFlows":{"shape":"ExplicitAuthFlowsListType"},
3536
+ "SupportedIdentityProviders":{"shape":"SupportedIdentityProvidersListType"},
3537
+ "CallbackURLs":{"shape":"CallbackURLsListType"},
3538
+ "LogoutURLs":{"shape":"LogoutURLsListType"},
3539
+ "DefaultRedirectURI":{"shape":"RedirectUrlType"},
3540
+ "AllowedOAuthFlows":{"shape":"OAuthFlowsType"},
3541
+ "AllowedOAuthScopes":{"shape":"ScopeListType"},
3542
+ "AllowedOAuthFlowsUserPoolClient":{"shape":"BooleanType"}
3032
3543
  }
3033
3544
  },
3034
3545
  "UpdateUserPoolClientResponse":{
@@ -3167,7 +3678,17 @@
3167
3678
  "RefreshTokenValidity":{"shape":"RefreshTokenValidityType"},
3168
3679
  "ReadAttributes":{"shape":"ClientPermissionListType"},
3169
3680
  "WriteAttributes":{"shape":"ClientPermissionListType"},
3170
- "ExplicitAuthFlows":{"shape":"ExplicitAuthFlowsListType"}
3681
+ "ExplicitAuthFlows":{"shape":"ExplicitAuthFlowsListType"},
3682
+ "SupportedIdentityProviders":{"shape":"SupportedIdentityProvidersListType"},
3683
+ "CallbackURLs":{"shape":"CallbackURLsListType"},
3684
+ "LogoutURLs":{"shape":"LogoutURLsListType"},
3685
+ "DefaultRedirectURI":{"shape":"RedirectUrlType"},
3686
+ "AllowedOAuthFlows":{"shape":"OAuthFlowsType"},
3687
+ "AllowedOAuthScopes":{"shape":"ScopeListType"},
3688
+ "AllowedOAuthFlowsUserPoolClient":{
3689
+ "shape":"BooleanType",
3690
+ "box":true
3691
+ }
3171
3692
  }
3172
3693
  },
3173
3694
  "UserPoolDescriptionType":{
@@ -3307,6 +3828,7 @@
3307
3828
  "VerifyUserAttributeRequest":{
3308
3829
  "type":"structure",
3309
3830
  "required":[
3831
+ "AccessToken",
3310
3832
  "AttributeName",
3311
3833
  "Code"
3312
3834
  ],