aws-sdk 2.96.0 → 2.97.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.
- package/.changes/2.97.0.json +22 -0
- package/CHANGELOG.md +7 -1
- package/README.md +1 -1
- package/apis/codedeploy-2014-10-06.min.json +48 -38
- package/apis/cognito-idp-2016-04-18.min.json +477 -185
- package/apis/ec2-2016-11-15.min.json +1 -0
- package/clients/codedeploy.d.ts +15 -3
- package/clients/cognitoidentityserviceprovider.d.ts +376 -12
- package/clients/ec2.d.ts +12 -8
- package/dist/aws-sdk-core-react-native.js +868 -574
- package/dist/aws-sdk-react-native.js +879 -578
- package/dist/aws-sdk.js +556 -227
- package/dist/aws-sdk.min.js +43 -43
- package/lib/core.js +1 -1
- package/lib/protocol/rest_json.js +8 -0
- package/lib/services/s3.js +8 -1
- package/lib/util.js +14 -1
- package/package.json +1 -1
|
@@ -147,6 +147,25 @@
|
|
|
147
147
|
"members": {}
|
|
148
148
|
}
|
|
149
149
|
},
|
|
150
|
+
"AdminDisableProviderForUser": {
|
|
151
|
+
"input": {
|
|
152
|
+
"type": "structure",
|
|
153
|
+
"required": [
|
|
154
|
+
"UserPoolId",
|
|
155
|
+
"User"
|
|
156
|
+
],
|
|
157
|
+
"members": {
|
|
158
|
+
"UserPoolId": {},
|
|
159
|
+
"User": {
|
|
160
|
+
"shape": "S12"
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
"output": {
|
|
165
|
+
"type": "structure",
|
|
166
|
+
"members": {}
|
|
167
|
+
}
|
|
168
|
+
},
|
|
150
169
|
"AdminDisableUser": {
|
|
151
170
|
"input": {
|
|
152
171
|
"type": "structure",
|
|
@@ -225,7 +244,7 @@
|
|
|
225
244
|
],
|
|
226
245
|
"members": {
|
|
227
246
|
"Device": {
|
|
228
|
-
"shape": "
|
|
247
|
+
"shape": "S1d"
|
|
229
248
|
}
|
|
230
249
|
}
|
|
231
250
|
}
|
|
@@ -283,14 +302,14 @@
|
|
|
283
302
|
"members": {
|
|
284
303
|
"UserPoolId": {},
|
|
285
304
|
"ClientId": {
|
|
286
|
-
"shape": "
|
|
305
|
+
"shape": "S1h"
|
|
287
306
|
},
|
|
288
307
|
"AuthFlow": {},
|
|
289
308
|
"AuthParameters": {
|
|
290
|
-
"shape": "
|
|
309
|
+
"shape": "S1j"
|
|
291
310
|
},
|
|
292
311
|
"ClientMetadata": {
|
|
293
|
-
"shape": "
|
|
312
|
+
"shape": "S1k"
|
|
294
313
|
}
|
|
295
314
|
}
|
|
296
315
|
},
|
|
@@ -300,14 +319,37 @@
|
|
|
300
319
|
"ChallengeName": {},
|
|
301
320
|
"Session": {},
|
|
302
321
|
"ChallengeParameters": {
|
|
303
|
-
"shape": "
|
|
322
|
+
"shape": "S1o"
|
|
304
323
|
},
|
|
305
324
|
"AuthenticationResult": {
|
|
306
|
-
"shape": "
|
|
325
|
+
"shape": "S1p"
|
|
307
326
|
}
|
|
308
327
|
}
|
|
309
328
|
}
|
|
310
329
|
},
|
|
330
|
+
"AdminLinkProviderForUser": {
|
|
331
|
+
"input": {
|
|
332
|
+
"type": "structure",
|
|
333
|
+
"required": [
|
|
334
|
+
"UserPoolId",
|
|
335
|
+
"DestinationUser",
|
|
336
|
+
"SourceUser"
|
|
337
|
+
],
|
|
338
|
+
"members": {
|
|
339
|
+
"UserPoolId": {},
|
|
340
|
+
"DestinationUser": {
|
|
341
|
+
"shape": "S12"
|
|
342
|
+
},
|
|
343
|
+
"SourceUser": {
|
|
344
|
+
"shape": "S12"
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
},
|
|
348
|
+
"output": {
|
|
349
|
+
"type": "structure",
|
|
350
|
+
"members": {}
|
|
351
|
+
}
|
|
352
|
+
},
|
|
311
353
|
"AdminListDevices": {
|
|
312
354
|
"input": {
|
|
313
355
|
"type": "structure",
|
|
@@ -330,7 +372,7 @@
|
|
|
330
372
|
"type": "structure",
|
|
331
373
|
"members": {
|
|
332
374
|
"Devices": {
|
|
333
|
-
"shape": "
|
|
375
|
+
"shape": "S1z"
|
|
334
376
|
},
|
|
335
377
|
"PaginationToken": {}
|
|
336
378
|
}
|
|
@@ -358,7 +400,7 @@
|
|
|
358
400
|
"type": "structure",
|
|
359
401
|
"members": {
|
|
360
402
|
"Groups": {
|
|
361
|
-
"shape": "
|
|
403
|
+
"shape": "S23"
|
|
362
404
|
},
|
|
363
405
|
"NextToken": {}
|
|
364
406
|
}
|
|
@@ -411,11 +453,11 @@
|
|
|
411
453
|
"members": {
|
|
412
454
|
"UserPoolId": {},
|
|
413
455
|
"ClientId": {
|
|
414
|
-
"shape": "
|
|
456
|
+
"shape": "S1h"
|
|
415
457
|
},
|
|
416
458
|
"ChallengeName": {},
|
|
417
459
|
"ChallengeResponses": {
|
|
418
|
-
"shape": "
|
|
460
|
+
"shape": "S2c"
|
|
419
461
|
},
|
|
420
462
|
"Session": {}
|
|
421
463
|
}
|
|
@@ -426,10 +468,10 @@
|
|
|
426
468
|
"ChallengeName": {},
|
|
427
469
|
"Session": {},
|
|
428
470
|
"ChallengeParameters": {
|
|
429
|
-
"shape": "
|
|
471
|
+
"shape": "S1o"
|
|
430
472
|
},
|
|
431
473
|
"AuthenticationResult": {
|
|
432
|
-
"shape": "
|
|
474
|
+
"shape": "S1p"
|
|
433
475
|
}
|
|
434
476
|
}
|
|
435
477
|
}
|
|
@@ -537,7 +579,7 @@
|
|
|
537
579
|
"shape": "Sm"
|
|
538
580
|
},
|
|
539
581
|
"AccessToken": {
|
|
540
|
-
"shape": "
|
|
582
|
+
"shape": "S1q"
|
|
541
583
|
}
|
|
542
584
|
}
|
|
543
585
|
},
|
|
@@ -556,7 +598,7 @@
|
|
|
556
598
|
],
|
|
557
599
|
"members": {
|
|
558
600
|
"AccessToken": {
|
|
559
|
-
"shape": "
|
|
601
|
+
"shape": "S1q"
|
|
560
602
|
},
|
|
561
603
|
"DeviceKey": {},
|
|
562
604
|
"DeviceSecretVerifierConfig": {
|
|
@@ -589,10 +631,10 @@
|
|
|
589
631
|
],
|
|
590
632
|
"members": {
|
|
591
633
|
"ClientId": {
|
|
592
|
-
"shape": "
|
|
634
|
+
"shape": "S1h"
|
|
593
635
|
},
|
|
594
636
|
"SecretHash": {
|
|
595
|
-
"shape": "
|
|
637
|
+
"shape": "S2u"
|
|
596
638
|
},
|
|
597
639
|
"Username": {
|
|
598
640
|
"shape": "Sd"
|
|
@@ -619,10 +661,10 @@
|
|
|
619
661
|
],
|
|
620
662
|
"members": {
|
|
621
663
|
"ClientId": {
|
|
622
|
-
"shape": "
|
|
664
|
+
"shape": "S1h"
|
|
623
665
|
},
|
|
624
666
|
"SecretHash": {
|
|
625
|
-
"shape": "
|
|
667
|
+
"shape": "S2u"
|
|
626
668
|
},
|
|
627
669
|
"Username": {
|
|
628
670
|
"shape": "Sd"
|
|
@@ -660,7 +702,7 @@
|
|
|
660
702
|
"type": "structure",
|
|
661
703
|
"members": {
|
|
662
704
|
"Group": {
|
|
663
|
-
"shape": "
|
|
705
|
+
"shape": "S24"
|
|
664
706
|
}
|
|
665
707
|
}
|
|
666
708
|
}
|
|
@@ -679,13 +721,13 @@
|
|
|
679
721
|
"ProviderName": {},
|
|
680
722
|
"ProviderType": {},
|
|
681
723
|
"ProviderDetails": {
|
|
682
|
-
"shape": "
|
|
724
|
+
"shape": "S34"
|
|
683
725
|
},
|
|
684
726
|
"AttributeMapping": {
|
|
685
|
-
"shape": "
|
|
727
|
+
"shape": "S35"
|
|
686
728
|
},
|
|
687
729
|
"IdpIdentifiers": {
|
|
688
|
-
"shape": "
|
|
730
|
+
"shape": "S37"
|
|
689
731
|
}
|
|
690
732
|
}
|
|
691
733
|
},
|
|
@@ -696,7 +738,36 @@
|
|
|
696
738
|
],
|
|
697
739
|
"members": {
|
|
698
740
|
"IdentityProvider": {
|
|
699
|
-
"shape": "
|
|
741
|
+
"shape": "S3a"
|
|
742
|
+
}
|
|
743
|
+
}
|
|
744
|
+
}
|
|
745
|
+
},
|
|
746
|
+
"CreateResourceServer": {
|
|
747
|
+
"input": {
|
|
748
|
+
"type": "structure",
|
|
749
|
+
"required": [
|
|
750
|
+
"UserPoolId",
|
|
751
|
+
"Identifier",
|
|
752
|
+
"Name"
|
|
753
|
+
],
|
|
754
|
+
"members": {
|
|
755
|
+
"UserPoolId": {},
|
|
756
|
+
"Identifier": {},
|
|
757
|
+
"Name": {},
|
|
758
|
+
"Scopes": {
|
|
759
|
+
"shape": "S3e"
|
|
760
|
+
}
|
|
761
|
+
}
|
|
762
|
+
},
|
|
763
|
+
"output": {
|
|
764
|
+
"type": "structure",
|
|
765
|
+
"required": [
|
|
766
|
+
"ResourceServer"
|
|
767
|
+
],
|
|
768
|
+
"members": {
|
|
769
|
+
"ResourceServer": {
|
|
770
|
+
"shape": "S3j"
|
|
700
771
|
}
|
|
701
772
|
}
|
|
702
773
|
}
|
|
@@ -719,7 +790,7 @@
|
|
|
719
790
|
"type": "structure",
|
|
720
791
|
"members": {
|
|
721
792
|
"UserImportJob": {
|
|
722
|
-
"shape": "
|
|
793
|
+
"shape": "S3n"
|
|
723
794
|
}
|
|
724
795
|
}
|
|
725
796
|
}
|
|
@@ -733,42 +804,45 @@
|
|
|
733
804
|
"members": {
|
|
734
805
|
"PoolName": {},
|
|
735
806
|
"Policies": {
|
|
736
|
-
"shape": "
|
|
807
|
+
"shape": "S3v"
|
|
737
808
|
},
|
|
738
809
|
"LambdaConfig": {
|
|
739
|
-
"shape": "
|
|
810
|
+
"shape": "S3y"
|
|
740
811
|
},
|
|
741
812
|
"AutoVerifiedAttributes": {
|
|
742
|
-
"shape": "
|
|
813
|
+
"shape": "S3z"
|
|
743
814
|
},
|
|
744
815
|
"AliasAttributes": {
|
|
745
|
-
"shape": "
|
|
816
|
+
"shape": "S41"
|
|
746
817
|
},
|
|
747
818
|
"UsernameAttributes": {
|
|
748
|
-
"shape": "
|
|
819
|
+
"shape": "S43"
|
|
749
820
|
},
|
|
750
821
|
"SmsVerificationMessage": {},
|
|
751
822
|
"EmailVerificationMessage": {},
|
|
752
823
|
"EmailVerificationSubject": {},
|
|
824
|
+
"VerificationMessageTemplate": {
|
|
825
|
+
"shape": "S48"
|
|
826
|
+
},
|
|
753
827
|
"SmsAuthenticationMessage": {},
|
|
754
828
|
"MfaConfiguration": {},
|
|
755
829
|
"DeviceConfiguration": {
|
|
756
|
-
"shape": "
|
|
830
|
+
"shape": "S4d"
|
|
757
831
|
},
|
|
758
832
|
"EmailConfiguration": {
|
|
759
|
-
"shape": "
|
|
833
|
+
"shape": "S4e"
|
|
760
834
|
},
|
|
761
835
|
"SmsConfiguration": {
|
|
762
|
-
"shape": "
|
|
836
|
+
"shape": "S4g"
|
|
763
837
|
},
|
|
764
838
|
"UserPoolTags": {
|
|
765
|
-
"shape": "
|
|
839
|
+
"shape": "S4h"
|
|
766
840
|
},
|
|
767
841
|
"AdminCreateUserConfig": {
|
|
768
|
-
"shape": "
|
|
842
|
+
"shape": "S4i"
|
|
769
843
|
},
|
|
770
844
|
"Schema": {
|
|
771
|
-
"shape": "
|
|
845
|
+
"shape": "S4l"
|
|
772
846
|
}
|
|
773
847
|
}
|
|
774
848
|
},
|
|
@@ -776,7 +850,7 @@
|
|
|
776
850
|
"type": "structure",
|
|
777
851
|
"members": {
|
|
778
852
|
"UserPool": {
|
|
779
|
-
"shape": "
|
|
853
|
+
"shape": "S4n"
|
|
780
854
|
}
|
|
781
855
|
}
|
|
782
856
|
}
|
|
@@ -798,29 +872,29 @@
|
|
|
798
872
|
"type": "integer"
|
|
799
873
|
},
|
|
800
874
|
"ReadAttributes": {
|
|
801
|
-
"shape": "
|
|
875
|
+
"shape": "S4t"
|
|
802
876
|
},
|
|
803
877
|
"WriteAttributes": {
|
|
804
|
-
"shape": "
|
|
878
|
+
"shape": "S4t"
|
|
805
879
|
},
|
|
806
880
|
"ExplicitAuthFlows": {
|
|
807
|
-
"shape": "
|
|
881
|
+
"shape": "S4v"
|
|
808
882
|
},
|
|
809
883
|
"SupportedIdentityProviders": {
|
|
810
|
-
"shape": "
|
|
884
|
+
"shape": "S4x"
|
|
811
885
|
},
|
|
812
886
|
"CallbackURLs": {
|
|
813
|
-
"shape": "
|
|
887
|
+
"shape": "S4y"
|
|
814
888
|
},
|
|
815
889
|
"LogoutURLs": {
|
|
816
|
-
"shape": "
|
|
890
|
+
"shape": "S50"
|
|
817
891
|
},
|
|
818
892
|
"DefaultRedirectURI": {},
|
|
819
893
|
"AllowedOAuthFlows": {
|
|
820
|
-
"shape": "
|
|
894
|
+
"shape": "S51"
|
|
821
895
|
},
|
|
822
896
|
"AllowedOAuthScopes": {
|
|
823
|
-
"shape": "
|
|
897
|
+
"shape": "S53"
|
|
824
898
|
},
|
|
825
899
|
"AllowedOAuthFlowsUserPoolClient": {
|
|
826
900
|
"type": "boolean"
|
|
@@ -831,7 +905,7 @@
|
|
|
831
905
|
"type": "structure",
|
|
832
906
|
"members": {
|
|
833
907
|
"UserPoolClient": {
|
|
834
|
-
"shape": "
|
|
908
|
+
"shape": "S56"
|
|
835
909
|
}
|
|
836
910
|
}
|
|
837
911
|
}
|
|
@@ -879,6 +953,19 @@
|
|
|
879
953
|
}
|
|
880
954
|
}
|
|
881
955
|
},
|
|
956
|
+
"DeleteResourceServer": {
|
|
957
|
+
"input": {
|
|
958
|
+
"type": "structure",
|
|
959
|
+
"required": [
|
|
960
|
+
"UserPoolId",
|
|
961
|
+
"Identifier"
|
|
962
|
+
],
|
|
963
|
+
"members": {
|
|
964
|
+
"UserPoolId": {},
|
|
965
|
+
"Identifier": {}
|
|
966
|
+
}
|
|
967
|
+
}
|
|
968
|
+
},
|
|
882
969
|
"DeleteUser": {
|
|
883
970
|
"input": {
|
|
884
971
|
"type": "structure",
|
|
@@ -887,7 +974,7 @@
|
|
|
887
974
|
],
|
|
888
975
|
"members": {
|
|
889
976
|
"AccessToken": {
|
|
890
|
-
"shape": "
|
|
977
|
+
"shape": "S1q"
|
|
891
978
|
}
|
|
892
979
|
}
|
|
893
980
|
},
|
|
@@ -905,7 +992,7 @@
|
|
|
905
992
|
"shape": "Sz"
|
|
906
993
|
},
|
|
907
994
|
"AccessToken": {
|
|
908
|
-
"shape": "
|
|
995
|
+
"shape": "S1q"
|
|
909
996
|
}
|
|
910
997
|
}
|
|
911
998
|
},
|
|
@@ -936,7 +1023,7 @@
|
|
|
936
1023
|
"members": {
|
|
937
1024
|
"UserPoolId": {},
|
|
938
1025
|
"ClientId": {
|
|
939
|
-
"shape": "
|
|
1026
|
+
"shape": "S1h"
|
|
940
1027
|
}
|
|
941
1028
|
}
|
|
942
1029
|
}
|
|
@@ -977,7 +1064,31 @@
|
|
|
977
1064
|
],
|
|
978
1065
|
"members": {
|
|
979
1066
|
"IdentityProvider": {
|
|
980
|
-
"shape": "
|
|
1067
|
+
"shape": "S3a"
|
|
1068
|
+
}
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1071
|
+
},
|
|
1072
|
+
"DescribeResourceServer": {
|
|
1073
|
+
"input": {
|
|
1074
|
+
"type": "structure",
|
|
1075
|
+
"required": [
|
|
1076
|
+
"UserPoolId",
|
|
1077
|
+
"Identifier"
|
|
1078
|
+
],
|
|
1079
|
+
"members": {
|
|
1080
|
+
"UserPoolId": {},
|
|
1081
|
+
"Identifier": {}
|
|
1082
|
+
}
|
|
1083
|
+
},
|
|
1084
|
+
"output": {
|
|
1085
|
+
"type": "structure",
|
|
1086
|
+
"required": [
|
|
1087
|
+
"ResourceServer"
|
|
1088
|
+
],
|
|
1089
|
+
"members": {
|
|
1090
|
+
"ResourceServer": {
|
|
1091
|
+
"shape": "S3j"
|
|
981
1092
|
}
|
|
982
1093
|
}
|
|
983
1094
|
}
|
|
@@ -998,7 +1109,7 @@
|
|
|
998
1109
|
"type": "structure",
|
|
999
1110
|
"members": {
|
|
1000
1111
|
"UserImportJob": {
|
|
1001
|
-
"shape": "
|
|
1112
|
+
"shape": "S3n"
|
|
1002
1113
|
}
|
|
1003
1114
|
}
|
|
1004
1115
|
}
|
|
@@ -1017,7 +1128,7 @@
|
|
|
1017
1128
|
"type": "structure",
|
|
1018
1129
|
"members": {
|
|
1019
1130
|
"UserPool": {
|
|
1020
|
-
"shape": "
|
|
1131
|
+
"shape": "S4n"
|
|
1021
1132
|
}
|
|
1022
1133
|
}
|
|
1023
1134
|
}
|
|
@@ -1032,7 +1143,7 @@
|
|
|
1032
1143
|
"members": {
|
|
1033
1144
|
"UserPoolId": {},
|
|
1034
1145
|
"ClientId": {
|
|
1035
|
-
"shape": "
|
|
1146
|
+
"shape": "S1h"
|
|
1036
1147
|
}
|
|
1037
1148
|
}
|
|
1038
1149
|
},
|
|
@@ -1040,7 +1151,7 @@
|
|
|
1040
1151
|
"type": "structure",
|
|
1041
1152
|
"members": {
|
|
1042
1153
|
"UserPoolClient": {
|
|
1043
|
-
"shape": "
|
|
1154
|
+
"shape": "S56"
|
|
1044
1155
|
}
|
|
1045
1156
|
}
|
|
1046
1157
|
}
|
|
@@ -1081,7 +1192,7 @@
|
|
|
1081
1192
|
],
|
|
1082
1193
|
"members": {
|
|
1083
1194
|
"AccessToken": {
|
|
1084
|
-
"shape": "
|
|
1195
|
+
"shape": "S1q"
|
|
1085
1196
|
},
|
|
1086
1197
|
"DeviceKey": {}
|
|
1087
1198
|
}
|
|
@@ -1096,10 +1207,10 @@
|
|
|
1096
1207
|
],
|
|
1097
1208
|
"members": {
|
|
1098
1209
|
"ClientId": {
|
|
1099
|
-
"shape": "
|
|
1210
|
+
"shape": "S1h"
|
|
1100
1211
|
},
|
|
1101
1212
|
"SecretHash": {
|
|
1102
|
-
"shape": "
|
|
1213
|
+
"shape": "S2u"
|
|
1103
1214
|
},
|
|
1104
1215
|
"Username": {
|
|
1105
1216
|
"shape": "Sd"
|
|
@@ -1110,7 +1221,7 @@
|
|
|
1110
1221
|
"type": "structure",
|
|
1111
1222
|
"members": {
|
|
1112
1223
|
"CodeDeliveryDetails": {
|
|
1113
|
-
"shape": "
|
|
1224
|
+
"shape": "S65"
|
|
1114
1225
|
}
|
|
1115
1226
|
}
|
|
1116
1227
|
},
|
|
@@ -1146,7 +1257,7 @@
|
|
|
1146
1257
|
"members": {
|
|
1147
1258
|
"DeviceKey": {},
|
|
1148
1259
|
"AccessToken": {
|
|
1149
|
-
"shape": "
|
|
1260
|
+
"shape": "S1q"
|
|
1150
1261
|
}
|
|
1151
1262
|
}
|
|
1152
1263
|
},
|
|
@@ -1157,7 +1268,7 @@
|
|
|
1157
1268
|
],
|
|
1158
1269
|
"members": {
|
|
1159
1270
|
"Device": {
|
|
1160
|
-
"shape": "
|
|
1271
|
+
"shape": "S1d"
|
|
1161
1272
|
}
|
|
1162
1273
|
}
|
|
1163
1274
|
}
|
|
@@ -1178,7 +1289,7 @@
|
|
|
1178
1289
|
"type": "structure",
|
|
1179
1290
|
"members": {
|
|
1180
1291
|
"Group": {
|
|
1181
|
-
"shape": "
|
|
1292
|
+
"shape": "S24"
|
|
1182
1293
|
}
|
|
1183
1294
|
}
|
|
1184
1295
|
}
|
|
@@ -1202,7 +1313,32 @@
|
|
|
1202
1313
|
],
|
|
1203
1314
|
"members": {
|
|
1204
1315
|
"IdentityProvider": {
|
|
1205
|
-
"shape": "
|
|
1316
|
+
"shape": "S3a"
|
|
1317
|
+
}
|
|
1318
|
+
}
|
|
1319
|
+
}
|
|
1320
|
+
},
|
|
1321
|
+
"GetUICustomization": {
|
|
1322
|
+
"input": {
|
|
1323
|
+
"type": "structure",
|
|
1324
|
+
"required": [
|
|
1325
|
+
"UserPoolId"
|
|
1326
|
+
],
|
|
1327
|
+
"members": {
|
|
1328
|
+
"UserPoolId": {},
|
|
1329
|
+
"ClientId": {
|
|
1330
|
+
"shape": "S1h"
|
|
1331
|
+
}
|
|
1332
|
+
}
|
|
1333
|
+
},
|
|
1334
|
+
"output": {
|
|
1335
|
+
"type": "structure",
|
|
1336
|
+
"required": [
|
|
1337
|
+
"UICustomization"
|
|
1338
|
+
],
|
|
1339
|
+
"members": {
|
|
1340
|
+
"UICustomization": {
|
|
1341
|
+
"shape": "S6h"
|
|
1206
1342
|
}
|
|
1207
1343
|
}
|
|
1208
1344
|
}
|
|
@@ -1215,7 +1351,7 @@
|
|
|
1215
1351
|
],
|
|
1216
1352
|
"members": {
|
|
1217
1353
|
"AccessToken": {
|
|
1218
|
-
"shape": "
|
|
1354
|
+
"shape": "S1q"
|
|
1219
1355
|
}
|
|
1220
1356
|
}
|
|
1221
1357
|
},
|
|
@@ -1248,7 +1384,7 @@
|
|
|
1248
1384
|
],
|
|
1249
1385
|
"members": {
|
|
1250
1386
|
"AccessToken": {
|
|
1251
|
-
"shape": "
|
|
1387
|
+
"shape": "S1q"
|
|
1252
1388
|
},
|
|
1253
1389
|
"AttributeName": {}
|
|
1254
1390
|
}
|
|
@@ -1257,7 +1393,7 @@
|
|
|
1257
1393
|
"type": "structure",
|
|
1258
1394
|
"members": {
|
|
1259
1395
|
"CodeDeliveryDetails": {
|
|
1260
|
-
"shape": "
|
|
1396
|
+
"shape": "S65"
|
|
1261
1397
|
}
|
|
1262
1398
|
}
|
|
1263
1399
|
},
|
|
@@ -1271,7 +1407,7 @@
|
|
|
1271
1407
|
],
|
|
1272
1408
|
"members": {
|
|
1273
1409
|
"AccessToken": {
|
|
1274
|
-
"shape": "
|
|
1410
|
+
"shape": "S1q"
|
|
1275
1411
|
}
|
|
1276
1412
|
}
|
|
1277
1413
|
},
|
|
@@ -1290,13 +1426,13 @@
|
|
|
1290
1426
|
"members": {
|
|
1291
1427
|
"AuthFlow": {},
|
|
1292
1428
|
"AuthParameters": {
|
|
1293
|
-
"shape": "
|
|
1429
|
+
"shape": "S1j"
|
|
1294
1430
|
},
|
|
1295
1431
|
"ClientMetadata": {
|
|
1296
|
-
"shape": "
|
|
1432
|
+
"shape": "S1k"
|
|
1297
1433
|
},
|
|
1298
1434
|
"ClientId": {
|
|
1299
|
-
"shape": "
|
|
1435
|
+
"shape": "S1h"
|
|
1300
1436
|
}
|
|
1301
1437
|
}
|
|
1302
1438
|
},
|
|
@@ -1306,10 +1442,10 @@
|
|
|
1306
1442
|
"ChallengeName": {},
|
|
1307
1443
|
"Session": {},
|
|
1308
1444
|
"ChallengeParameters": {
|
|
1309
|
-
"shape": "
|
|
1445
|
+
"shape": "S1o"
|
|
1310
1446
|
},
|
|
1311
1447
|
"AuthenticationResult": {
|
|
1312
|
-
"shape": "
|
|
1448
|
+
"shape": "S1p"
|
|
1313
1449
|
}
|
|
1314
1450
|
}
|
|
1315
1451
|
}
|
|
@@ -1322,7 +1458,7 @@
|
|
|
1322
1458
|
],
|
|
1323
1459
|
"members": {
|
|
1324
1460
|
"AccessToken": {
|
|
1325
|
-
"shape": "
|
|
1461
|
+
"shape": "S1q"
|
|
1326
1462
|
},
|
|
1327
1463
|
"Limit": {
|
|
1328
1464
|
"type": "integer"
|
|
@@ -1334,7 +1470,7 @@
|
|
|
1334
1470
|
"type": "structure",
|
|
1335
1471
|
"members": {
|
|
1336
1472
|
"Devices": {
|
|
1337
|
-
"shape": "
|
|
1473
|
+
"shape": "S1z"
|
|
1338
1474
|
},
|
|
1339
1475
|
"PaginationToken": {}
|
|
1340
1476
|
}
|
|
@@ -1358,7 +1494,7 @@
|
|
|
1358
1494
|
"type": "structure",
|
|
1359
1495
|
"members": {
|
|
1360
1496
|
"Groups": {
|
|
1361
|
-
"shape": "
|
|
1497
|
+
"shape": "S23"
|
|
1362
1498
|
},
|
|
1363
1499
|
"NextToken": {}
|
|
1364
1500
|
}
|
|
@@ -1404,6 +1540,36 @@
|
|
|
1404
1540
|
}
|
|
1405
1541
|
}
|
|
1406
1542
|
},
|
|
1543
|
+
"ListResourceServers": {
|
|
1544
|
+
"input": {
|
|
1545
|
+
"type": "structure",
|
|
1546
|
+
"required": [
|
|
1547
|
+
"UserPoolId"
|
|
1548
|
+
],
|
|
1549
|
+
"members": {
|
|
1550
|
+
"UserPoolId": {},
|
|
1551
|
+
"MaxResults": {
|
|
1552
|
+
"type": "integer"
|
|
1553
|
+
},
|
|
1554
|
+
"NextToken": {}
|
|
1555
|
+
}
|
|
1556
|
+
},
|
|
1557
|
+
"output": {
|
|
1558
|
+
"type": "structure",
|
|
1559
|
+
"required": [
|
|
1560
|
+
"ResourceServers"
|
|
1561
|
+
],
|
|
1562
|
+
"members": {
|
|
1563
|
+
"ResourceServers": {
|
|
1564
|
+
"type": "list",
|
|
1565
|
+
"member": {
|
|
1566
|
+
"shape": "S3j"
|
|
1567
|
+
}
|
|
1568
|
+
},
|
|
1569
|
+
"NextToken": {}
|
|
1570
|
+
}
|
|
1571
|
+
}
|
|
1572
|
+
},
|
|
1407
1573
|
"ListUserImportJobs": {
|
|
1408
1574
|
"input": {
|
|
1409
1575
|
"type": "structure",
|
|
@@ -1425,7 +1591,7 @@
|
|
|
1425
1591
|
"UserImportJobs": {
|
|
1426
1592
|
"type": "list",
|
|
1427
1593
|
"member": {
|
|
1428
|
-
"shape": "
|
|
1594
|
+
"shape": "S3n"
|
|
1429
1595
|
}
|
|
1430
1596
|
},
|
|
1431
1597
|
"PaginationToken": {}
|
|
@@ -1455,7 +1621,7 @@
|
|
|
1455
1621
|
"type": "structure",
|
|
1456
1622
|
"members": {
|
|
1457
1623
|
"ClientId": {
|
|
1458
|
-
"shape": "
|
|
1624
|
+
"shape": "S1h"
|
|
1459
1625
|
},
|
|
1460
1626
|
"UserPoolId": {},
|
|
1461
1627
|
"ClientName": {}
|
|
@@ -1490,7 +1656,7 @@
|
|
|
1490
1656
|
"Id": {},
|
|
1491
1657
|
"Name": {},
|
|
1492
1658
|
"LambdaConfig": {
|
|
1493
|
-
"shape": "
|
|
1659
|
+
"shape": "S3y"
|
|
1494
1660
|
},
|
|
1495
1661
|
"Status": {},
|
|
1496
1662
|
"LastModifiedDate": {
|
|
@@ -1529,7 +1695,7 @@
|
|
|
1529
1695
|
"type": "structure",
|
|
1530
1696
|
"members": {
|
|
1531
1697
|
"Users": {
|
|
1532
|
-
"shape": "
|
|
1698
|
+
"shape": "S7o"
|
|
1533
1699
|
},
|
|
1534
1700
|
"PaginationToken": {}
|
|
1535
1701
|
}
|
|
@@ -1555,7 +1721,7 @@
|
|
|
1555
1721
|
"type": "structure",
|
|
1556
1722
|
"members": {
|
|
1557
1723
|
"Users": {
|
|
1558
|
-
"shape": "
|
|
1724
|
+
"shape": "S7o"
|
|
1559
1725
|
},
|
|
1560
1726
|
"NextToken": {}
|
|
1561
1727
|
}
|
|
@@ -1570,10 +1736,10 @@
|
|
|
1570
1736
|
],
|
|
1571
1737
|
"members": {
|
|
1572
1738
|
"ClientId": {
|
|
1573
|
-
"shape": "
|
|
1739
|
+
"shape": "S1h"
|
|
1574
1740
|
},
|
|
1575
1741
|
"SecretHash": {
|
|
1576
|
-
"shape": "
|
|
1742
|
+
"shape": "S2u"
|
|
1577
1743
|
},
|
|
1578
1744
|
"Username": {
|
|
1579
1745
|
"shape": "Sd"
|
|
@@ -1584,7 +1750,7 @@
|
|
|
1584
1750
|
"type": "structure",
|
|
1585
1751
|
"members": {
|
|
1586
1752
|
"CodeDeliveryDetails": {
|
|
1587
|
-
"shape": "
|
|
1753
|
+
"shape": "S65"
|
|
1588
1754
|
}
|
|
1589
1755
|
}
|
|
1590
1756
|
},
|
|
@@ -1599,12 +1765,12 @@
|
|
|
1599
1765
|
],
|
|
1600
1766
|
"members": {
|
|
1601
1767
|
"ClientId": {
|
|
1602
|
-
"shape": "
|
|
1768
|
+
"shape": "S1h"
|
|
1603
1769
|
},
|
|
1604
1770
|
"ChallengeName": {},
|
|
1605
1771
|
"Session": {},
|
|
1606
1772
|
"ChallengeResponses": {
|
|
1607
|
-
"shape": "
|
|
1773
|
+
"shape": "S2c"
|
|
1608
1774
|
}
|
|
1609
1775
|
}
|
|
1610
1776
|
},
|
|
@@ -1614,10 +1780,39 @@
|
|
|
1614
1780
|
"ChallengeName": {},
|
|
1615
1781
|
"Session": {},
|
|
1616
1782
|
"ChallengeParameters": {
|
|
1617
|
-
"shape": "
|
|
1783
|
+
"shape": "S1o"
|
|
1618
1784
|
},
|
|
1619
1785
|
"AuthenticationResult": {
|
|
1620
|
-
"shape": "
|
|
1786
|
+
"shape": "S1p"
|
|
1787
|
+
}
|
|
1788
|
+
}
|
|
1789
|
+
}
|
|
1790
|
+
},
|
|
1791
|
+
"SetUICustomization": {
|
|
1792
|
+
"input": {
|
|
1793
|
+
"type": "structure",
|
|
1794
|
+
"required": [
|
|
1795
|
+
"UserPoolId"
|
|
1796
|
+
],
|
|
1797
|
+
"members": {
|
|
1798
|
+
"UserPoolId": {},
|
|
1799
|
+
"ClientId": {
|
|
1800
|
+
"shape": "S1h"
|
|
1801
|
+
},
|
|
1802
|
+
"CSS": {},
|
|
1803
|
+
"ImageFile": {
|
|
1804
|
+
"type": "blob"
|
|
1805
|
+
}
|
|
1806
|
+
}
|
|
1807
|
+
},
|
|
1808
|
+
"output": {
|
|
1809
|
+
"type": "structure",
|
|
1810
|
+
"required": [
|
|
1811
|
+
"UICustomization"
|
|
1812
|
+
],
|
|
1813
|
+
"members": {
|
|
1814
|
+
"UICustomization": {
|
|
1815
|
+
"shape": "S6h"
|
|
1621
1816
|
}
|
|
1622
1817
|
}
|
|
1623
1818
|
}
|
|
@@ -1631,7 +1826,7 @@
|
|
|
1631
1826
|
],
|
|
1632
1827
|
"members": {
|
|
1633
1828
|
"AccessToken": {
|
|
1634
|
-
"shape": "
|
|
1829
|
+
"shape": "S1q"
|
|
1635
1830
|
},
|
|
1636
1831
|
"MFAOptions": {
|
|
1637
1832
|
"shape": "Sv"
|
|
@@ -1654,10 +1849,10 @@
|
|
|
1654
1849
|
],
|
|
1655
1850
|
"members": {
|
|
1656
1851
|
"ClientId": {
|
|
1657
|
-
"shape": "
|
|
1852
|
+
"shape": "S1h"
|
|
1658
1853
|
},
|
|
1659
1854
|
"SecretHash": {
|
|
1660
|
-
"shape": "
|
|
1855
|
+
"shape": "S2u"
|
|
1661
1856
|
},
|
|
1662
1857
|
"Username": {
|
|
1663
1858
|
"shape": "Sd"
|
|
@@ -1684,7 +1879,7 @@
|
|
|
1684
1879
|
"type": "boolean"
|
|
1685
1880
|
},
|
|
1686
1881
|
"CodeDeliveryDetails": {
|
|
1687
|
-
"shape": "
|
|
1882
|
+
"shape": "S65"
|
|
1688
1883
|
},
|
|
1689
1884
|
"UserSub": {}
|
|
1690
1885
|
}
|
|
@@ -1707,7 +1902,7 @@
|
|
|
1707
1902
|
"type": "structure",
|
|
1708
1903
|
"members": {
|
|
1709
1904
|
"UserImportJob": {
|
|
1710
|
-
"shape": "
|
|
1905
|
+
"shape": "S3n"
|
|
1711
1906
|
}
|
|
1712
1907
|
}
|
|
1713
1908
|
}
|
|
@@ -1728,7 +1923,7 @@
|
|
|
1728
1923
|
"type": "structure",
|
|
1729
1924
|
"members": {
|
|
1730
1925
|
"UserImportJob": {
|
|
1731
|
-
"shape": "
|
|
1926
|
+
"shape": "S3n"
|
|
1732
1927
|
}
|
|
1733
1928
|
}
|
|
1734
1929
|
}
|
|
@@ -1742,7 +1937,7 @@
|
|
|
1742
1937
|
],
|
|
1743
1938
|
"members": {
|
|
1744
1939
|
"AccessToken": {
|
|
1745
|
-
"shape": "
|
|
1940
|
+
"shape": "S1q"
|
|
1746
1941
|
},
|
|
1747
1942
|
"DeviceKey": {},
|
|
1748
1943
|
"DeviceRememberedStatus": {}
|
|
@@ -1774,7 +1969,7 @@
|
|
|
1774
1969
|
"type": "structure",
|
|
1775
1970
|
"members": {
|
|
1776
1971
|
"Group": {
|
|
1777
|
-
"shape": "
|
|
1972
|
+
"shape": "S24"
|
|
1778
1973
|
}
|
|
1779
1974
|
}
|
|
1780
1975
|
}
|
|
@@ -1790,13 +1985,13 @@
|
|
|
1790
1985
|
"UserPoolId": {},
|
|
1791
1986
|
"ProviderName": {},
|
|
1792
1987
|
"ProviderDetails": {
|
|
1793
|
-
"shape": "
|
|
1988
|
+
"shape": "S34"
|
|
1794
1989
|
},
|
|
1795
1990
|
"AttributeMapping": {
|
|
1796
|
-
"shape": "
|
|
1991
|
+
"shape": "S35"
|
|
1797
1992
|
},
|
|
1798
1993
|
"IdpIdentifiers": {
|
|
1799
|
-
"shape": "
|
|
1994
|
+
"shape": "S37"
|
|
1800
1995
|
}
|
|
1801
1996
|
}
|
|
1802
1997
|
},
|
|
@@ -1807,7 +2002,36 @@
|
|
|
1807
2002
|
],
|
|
1808
2003
|
"members": {
|
|
1809
2004
|
"IdentityProvider": {
|
|
1810
|
-
"shape": "
|
|
2005
|
+
"shape": "S3a"
|
|
2006
|
+
}
|
|
2007
|
+
}
|
|
2008
|
+
}
|
|
2009
|
+
},
|
|
2010
|
+
"UpdateResourceServer": {
|
|
2011
|
+
"input": {
|
|
2012
|
+
"type": "structure",
|
|
2013
|
+
"required": [
|
|
2014
|
+
"UserPoolId",
|
|
2015
|
+
"Identifier",
|
|
2016
|
+
"Name"
|
|
2017
|
+
],
|
|
2018
|
+
"members": {
|
|
2019
|
+
"UserPoolId": {},
|
|
2020
|
+
"Identifier": {},
|
|
2021
|
+
"Name": {},
|
|
2022
|
+
"Scopes": {
|
|
2023
|
+
"shape": "S3e"
|
|
2024
|
+
}
|
|
2025
|
+
}
|
|
2026
|
+
},
|
|
2027
|
+
"output": {
|
|
2028
|
+
"type": "structure",
|
|
2029
|
+
"required": [
|
|
2030
|
+
"ResourceServer"
|
|
2031
|
+
],
|
|
2032
|
+
"members": {
|
|
2033
|
+
"ResourceServer": {
|
|
2034
|
+
"shape": "S3j"
|
|
1811
2035
|
}
|
|
1812
2036
|
}
|
|
1813
2037
|
}
|
|
@@ -1824,7 +2048,7 @@
|
|
|
1824
2048
|
"shape": "Si"
|
|
1825
2049
|
},
|
|
1826
2050
|
"AccessToken": {
|
|
1827
|
-
"shape": "
|
|
2051
|
+
"shape": "S1q"
|
|
1828
2052
|
}
|
|
1829
2053
|
}
|
|
1830
2054
|
},
|
|
@@ -1834,7 +2058,7 @@
|
|
|
1834
2058
|
"CodeDeliveryDetailsList": {
|
|
1835
2059
|
"type": "list",
|
|
1836
2060
|
"member": {
|
|
1837
|
-
"shape": "
|
|
2061
|
+
"shape": "S65"
|
|
1838
2062
|
}
|
|
1839
2063
|
}
|
|
1840
2064
|
}
|
|
@@ -1850,33 +2074,36 @@
|
|
|
1850
2074
|
"members": {
|
|
1851
2075
|
"UserPoolId": {},
|
|
1852
2076
|
"Policies": {
|
|
1853
|
-
"shape": "
|
|
2077
|
+
"shape": "S3v"
|
|
1854
2078
|
},
|
|
1855
2079
|
"LambdaConfig": {
|
|
1856
|
-
"shape": "
|
|
2080
|
+
"shape": "S3y"
|
|
1857
2081
|
},
|
|
1858
2082
|
"AutoVerifiedAttributes": {
|
|
1859
|
-
"shape": "
|
|
2083
|
+
"shape": "S3z"
|
|
1860
2084
|
},
|
|
1861
2085
|
"SmsVerificationMessage": {},
|
|
1862
2086
|
"EmailVerificationMessage": {},
|
|
1863
2087
|
"EmailVerificationSubject": {},
|
|
2088
|
+
"VerificationMessageTemplate": {
|
|
2089
|
+
"shape": "S48"
|
|
2090
|
+
},
|
|
1864
2091
|
"SmsAuthenticationMessage": {},
|
|
1865
2092
|
"MfaConfiguration": {},
|
|
1866
2093
|
"DeviceConfiguration": {
|
|
1867
|
-
"shape": "
|
|
2094
|
+
"shape": "S4d"
|
|
1868
2095
|
},
|
|
1869
2096
|
"EmailConfiguration": {
|
|
1870
|
-
"shape": "
|
|
2097
|
+
"shape": "S4e"
|
|
1871
2098
|
},
|
|
1872
2099
|
"SmsConfiguration": {
|
|
1873
|
-
"shape": "
|
|
2100
|
+
"shape": "S4g"
|
|
1874
2101
|
},
|
|
1875
2102
|
"UserPoolTags": {
|
|
1876
|
-
"shape": "
|
|
2103
|
+
"shape": "S4h"
|
|
1877
2104
|
},
|
|
1878
2105
|
"AdminCreateUserConfig": {
|
|
1879
|
-
"shape": "
|
|
2106
|
+
"shape": "S4i"
|
|
1880
2107
|
}
|
|
1881
2108
|
}
|
|
1882
2109
|
},
|
|
@@ -1895,36 +2122,36 @@
|
|
|
1895
2122
|
"members": {
|
|
1896
2123
|
"UserPoolId": {},
|
|
1897
2124
|
"ClientId": {
|
|
1898
|
-
"shape": "
|
|
2125
|
+
"shape": "S1h"
|
|
1899
2126
|
},
|
|
1900
2127
|
"ClientName": {},
|
|
1901
2128
|
"RefreshTokenValidity": {
|
|
1902
2129
|
"type": "integer"
|
|
1903
2130
|
},
|
|
1904
2131
|
"ReadAttributes": {
|
|
1905
|
-
"shape": "
|
|
2132
|
+
"shape": "S4t"
|
|
1906
2133
|
},
|
|
1907
2134
|
"WriteAttributes": {
|
|
1908
|
-
"shape": "
|
|
2135
|
+
"shape": "S4t"
|
|
1909
2136
|
},
|
|
1910
2137
|
"ExplicitAuthFlows": {
|
|
1911
|
-
"shape": "
|
|
2138
|
+
"shape": "S4v"
|
|
1912
2139
|
},
|
|
1913
2140
|
"SupportedIdentityProviders": {
|
|
1914
|
-
"shape": "
|
|
2141
|
+
"shape": "S4x"
|
|
1915
2142
|
},
|
|
1916
2143
|
"CallbackURLs": {
|
|
1917
|
-
"shape": "
|
|
2144
|
+
"shape": "S4y"
|
|
1918
2145
|
},
|
|
1919
2146
|
"LogoutURLs": {
|
|
1920
|
-
"shape": "
|
|
2147
|
+
"shape": "S50"
|
|
1921
2148
|
},
|
|
1922
2149
|
"DefaultRedirectURI": {},
|
|
1923
2150
|
"AllowedOAuthFlows": {
|
|
1924
|
-
"shape": "
|
|
2151
|
+
"shape": "S51"
|
|
1925
2152
|
},
|
|
1926
2153
|
"AllowedOAuthScopes": {
|
|
1927
|
-
"shape": "
|
|
2154
|
+
"shape": "S53"
|
|
1928
2155
|
},
|
|
1929
2156
|
"AllowedOAuthFlowsUserPoolClient": {
|
|
1930
2157
|
"type": "boolean"
|
|
@@ -1935,7 +2162,7 @@
|
|
|
1935
2162
|
"type": "structure",
|
|
1936
2163
|
"members": {
|
|
1937
2164
|
"UserPoolClient": {
|
|
1938
|
-
"shape": "
|
|
2165
|
+
"shape": "S56"
|
|
1939
2166
|
}
|
|
1940
2167
|
}
|
|
1941
2168
|
}
|
|
@@ -1950,7 +2177,7 @@
|
|
|
1950
2177
|
],
|
|
1951
2178
|
"members": {
|
|
1952
2179
|
"AccessToken": {
|
|
1953
|
-
"shape": "
|
|
2180
|
+
"shape": "S1q"
|
|
1954
2181
|
},
|
|
1955
2182
|
"AttributeName": {},
|
|
1956
2183
|
"Code": {}
|
|
@@ -2056,7 +2283,15 @@
|
|
|
2056
2283
|
"type": "list",
|
|
2057
2284
|
"member": {}
|
|
2058
2285
|
},
|
|
2059
|
-
"
|
|
2286
|
+
"S12": {
|
|
2287
|
+
"type": "structure",
|
|
2288
|
+
"members": {
|
|
2289
|
+
"ProviderName": {},
|
|
2290
|
+
"ProviderAttributeName": {},
|
|
2291
|
+
"ProviderAttributeValue": {}
|
|
2292
|
+
}
|
|
2293
|
+
},
|
|
2294
|
+
"S1d": {
|
|
2060
2295
|
"type": "structure",
|
|
2061
2296
|
"members": {
|
|
2062
2297
|
"DeviceKey": {},
|
|
@@ -2074,40 +2309,40 @@
|
|
|
2074
2309
|
}
|
|
2075
2310
|
}
|
|
2076
2311
|
},
|
|
2077
|
-
"
|
|
2312
|
+
"S1h": {
|
|
2078
2313
|
"type": "string",
|
|
2079
2314
|
"sensitive": true
|
|
2080
2315
|
},
|
|
2081
|
-
"
|
|
2316
|
+
"S1j": {
|
|
2082
2317
|
"type": "map",
|
|
2083
2318
|
"key": {},
|
|
2084
2319
|
"value": {}
|
|
2085
2320
|
},
|
|
2086
|
-
"
|
|
2321
|
+
"S1k": {
|
|
2087
2322
|
"type": "map",
|
|
2088
2323
|
"key": {},
|
|
2089
2324
|
"value": {}
|
|
2090
2325
|
},
|
|
2091
|
-
"
|
|
2326
|
+
"S1o": {
|
|
2092
2327
|
"type": "map",
|
|
2093
2328
|
"key": {},
|
|
2094
2329
|
"value": {}
|
|
2095
2330
|
},
|
|
2096
|
-
"
|
|
2331
|
+
"S1p": {
|
|
2097
2332
|
"type": "structure",
|
|
2098
2333
|
"members": {
|
|
2099
2334
|
"AccessToken": {
|
|
2100
|
-
"shape": "
|
|
2335
|
+
"shape": "S1q"
|
|
2101
2336
|
},
|
|
2102
2337
|
"ExpiresIn": {
|
|
2103
2338
|
"type": "integer"
|
|
2104
2339
|
},
|
|
2105
2340
|
"TokenType": {},
|
|
2106
2341
|
"RefreshToken": {
|
|
2107
|
-
"shape": "
|
|
2342
|
+
"shape": "S1q"
|
|
2108
2343
|
},
|
|
2109
2344
|
"IdToken": {
|
|
2110
|
-
"shape": "
|
|
2345
|
+
"shape": "S1q"
|
|
2111
2346
|
},
|
|
2112
2347
|
"NewDeviceMetadata": {
|
|
2113
2348
|
"type": "structure",
|
|
@@ -2118,23 +2353,23 @@
|
|
|
2118
2353
|
}
|
|
2119
2354
|
}
|
|
2120
2355
|
},
|
|
2121
|
-
"
|
|
2356
|
+
"S1q": {
|
|
2122
2357
|
"type": "string",
|
|
2123
2358
|
"sensitive": true
|
|
2124
2359
|
},
|
|
2125
|
-
"
|
|
2360
|
+
"S1z": {
|
|
2126
2361
|
"type": "list",
|
|
2127
2362
|
"member": {
|
|
2128
|
-
"shape": "
|
|
2363
|
+
"shape": "S1d"
|
|
2129
2364
|
}
|
|
2130
2365
|
},
|
|
2131
|
-
"
|
|
2366
|
+
"S23": {
|
|
2132
2367
|
"type": "list",
|
|
2133
2368
|
"member": {
|
|
2134
|
-
"shape": "
|
|
2369
|
+
"shape": "S24"
|
|
2135
2370
|
}
|
|
2136
2371
|
},
|
|
2137
|
-
"
|
|
2372
|
+
"S24": {
|
|
2138
2373
|
"type": "structure",
|
|
2139
2374
|
"members": {
|
|
2140
2375
|
"GroupName": {},
|
|
@@ -2152,43 +2387,43 @@
|
|
|
2152
2387
|
}
|
|
2153
2388
|
}
|
|
2154
2389
|
},
|
|
2155
|
-
"
|
|
2390
|
+
"S2c": {
|
|
2156
2391
|
"type": "map",
|
|
2157
2392
|
"key": {},
|
|
2158
2393
|
"value": {}
|
|
2159
2394
|
},
|
|
2160
|
-
"
|
|
2395
|
+
"S2u": {
|
|
2161
2396
|
"type": "string",
|
|
2162
2397
|
"sensitive": true
|
|
2163
2398
|
},
|
|
2164
|
-
"
|
|
2399
|
+
"S34": {
|
|
2165
2400
|
"type": "map",
|
|
2166
2401
|
"key": {},
|
|
2167
2402
|
"value": {}
|
|
2168
2403
|
},
|
|
2169
|
-
"
|
|
2404
|
+
"S35": {
|
|
2170
2405
|
"type": "map",
|
|
2171
2406
|
"key": {},
|
|
2172
2407
|
"value": {}
|
|
2173
2408
|
},
|
|
2174
|
-
"
|
|
2409
|
+
"S37": {
|
|
2175
2410
|
"type": "list",
|
|
2176
2411
|
"member": {}
|
|
2177
2412
|
},
|
|
2178
|
-
"
|
|
2413
|
+
"S3a": {
|
|
2179
2414
|
"type": "structure",
|
|
2180
2415
|
"members": {
|
|
2181
2416
|
"UserPoolId": {},
|
|
2182
2417
|
"ProviderName": {},
|
|
2183
2418
|
"ProviderType": {},
|
|
2184
2419
|
"ProviderDetails": {
|
|
2185
|
-
"shape": "
|
|
2420
|
+
"shape": "S34"
|
|
2186
2421
|
},
|
|
2187
2422
|
"AttributeMapping": {
|
|
2188
|
-
"shape": "
|
|
2423
|
+
"shape": "S35"
|
|
2189
2424
|
},
|
|
2190
2425
|
"IdpIdentifiers": {
|
|
2191
|
-
"shape": "
|
|
2426
|
+
"shape": "S37"
|
|
2192
2427
|
},
|
|
2193
2428
|
"LastModifiedDate": {
|
|
2194
2429
|
"type": "timestamp"
|
|
@@ -2198,7 +2433,32 @@
|
|
|
2198
2433
|
}
|
|
2199
2434
|
}
|
|
2200
2435
|
},
|
|
2201
|
-
"
|
|
2436
|
+
"S3e": {
|
|
2437
|
+
"type": "list",
|
|
2438
|
+
"member": {
|
|
2439
|
+
"type": "structure",
|
|
2440
|
+
"required": [
|
|
2441
|
+
"ScopeName",
|
|
2442
|
+
"ScopeDescription"
|
|
2443
|
+
],
|
|
2444
|
+
"members": {
|
|
2445
|
+
"ScopeName": {},
|
|
2446
|
+
"ScopeDescription": {}
|
|
2447
|
+
}
|
|
2448
|
+
}
|
|
2449
|
+
},
|
|
2450
|
+
"S3j": {
|
|
2451
|
+
"type": "structure",
|
|
2452
|
+
"members": {
|
|
2453
|
+
"UserPoolId": {},
|
|
2454
|
+
"Identifier": {},
|
|
2455
|
+
"Name": {},
|
|
2456
|
+
"Scopes": {
|
|
2457
|
+
"shape": "S3e"
|
|
2458
|
+
}
|
|
2459
|
+
}
|
|
2460
|
+
},
|
|
2461
|
+
"S3n": {
|
|
2202
2462
|
"type": "structure",
|
|
2203
2463
|
"members": {
|
|
2204
2464
|
"JobName": {},
|
|
@@ -2228,7 +2488,7 @@
|
|
|
2228
2488
|
"CompletionMessage": {}
|
|
2229
2489
|
}
|
|
2230
2490
|
},
|
|
2231
|
-
"
|
|
2491
|
+
"S3v": {
|
|
2232
2492
|
"type": "structure",
|
|
2233
2493
|
"members": {
|
|
2234
2494
|
"PasswordPolicy": {
|
|
@@ -2253,7 +2513,7 @@
|
|
|
2253
2513
|
}
|
|
2254
2514
|
}
|
|
2255
2515
|
},
|
|
2256
|
-
"
|
|
2516
|
+
"S3y": {
|
|
2257
2517
|
"type": "structure",
|
|
2258
2518
|
"members": {
|
|
2259
2519
|
"PreSignUp": {},
|
|
@@ -2266,19 +2526,30 @@
|
|
|
2266
2526
|
"VerifyAuthChallengeResponse": {}
|
|
2267
2527
|
}
|
|
2268
2528
|
},
|
|
2269
|
-
"
|
|
2529
|
+
"S3z": {
|
|
2270
2530
|
"type": "list",
|
|
2271
2531
|
"member": {}
|
|
2272
2532
|
},
|
|
2273
|
-
"
|
|
2533
|
+
"S41": {
|
|
2274
2534
|
"type": "list",
|
|
2275
2535
|
"member": {}
|
|
2276
2536
|
},
|
|
2277
|
-
"
|
|
2537
|
+
"S43": {
|
|
2278
2538
|
"type": "list",
|
|
2279
2539
|
"member": {}
|
|
2280
2540
|
},
|
|
2281
|
-
"
|
|
2541
|
+
"S48": {
|
|
2542
|
+
"type": "structure",
|
|
2543
|
+
"members": {
|
|
2544
|
+
"SmsMessage": {},
|
|
2545
|
+
"EmailMessage": {},
|
|
2546
|
+
"EmailSubject": {},
|
|
2547
|
+
"EmailMessageByLink": {},
|
|
2548
|
+
"EmailSubjectByLink": {},
|
|
2549
|
+
"DefaultEmailOption": {}
|
|
2550
|
+
}
|
|
2551
|
+
},
|
|
2552
|
+
"S4d": {
|
|
2282
2553
|
"type": "structure",
|
|
2283
2554
|
"members": {
|
|
2284
2555
|
"ChallengeRequiredOnNewDevice": {
|
|
@@ -2289,14 +2560,14 @@
|
|
|
2289
2560
|
}
|
|
2290
2561
|
}
|
|
2291
2562
|
},
|
|
2292
|
-
"
|
|
2563
|
+
"S4e": {
|
|
2293
2564
|
"type": "structure",
|
|
2294
2565
|
"members": {
|
|
2295
2566
|
"SourceArn": {},
|
|
2296
2567
|
"ReplyToEmailAddress": {}
|
|
2297
2568
|
}
|
|
2298
2569
|
},
|
|
2299
|
-
"
|
|
2570
|
+
"S4g": {
|
|
2300
2571
|
"type": "structure",
|
|
2301
2572
|
"required": [
|
|
2302
2573
|
"SnsCallerArn"
|
|
@@ -2306,12 +2577,12 @@
|
|
|
2306
2577
|
"ExternalId": {}
|
|
2307
2578
|
}
|
|
2308
2579
|
},
|
|
2309
|
-
"
|
|
2580
|
+
"S4h": {
|
|
2310
2581
|
"type": "map",
|
|
2311
2582
|
"key": {},
|
|
2312
2583
|
"value": {}
|
|
2313
2584
|
},
|
|
2314
|
-
"
|
|
2585
|
+
"S4i": {
|
|
2315
2586
|
"type": "structure",
|
|
2316
2587
|
"members": {
|
|
2317
2588
|
"AllowAdminCreateUserOnly": {
|
|
@@ -2330,22 +2601,22 @@
|
|
|
2330
2601
|
}
|
|
2331
2602
|
}
|
|
2332
2603
|
},
|
|
2333
|
-
"
|
|
2604
|
+
"S4l": {
|
|
2334
2605
|
"type": "list",
|
|
2335
2606
|
"member": {
|
|
2336
2607
|
"shape": "S4"
|
|
2337
2608
|
}
|
|
2338
2609
|
},
|
|
2339
|
-
"
|
|
2610
|
+
"S4n": {
|
|
2340
2611
|
"type": "structure",
|
|
2341
2612
|
"members": {
|
|
2342
2613
|
"Id": {},
|
|
2343
2614
|
"Name": {},
|
|
2344
2615
|
"Policies": {
|
|
2345
|
-
"shape": "
|
|
2616
|
+
"shape": "S3v"
|
|
2346
2617
|
},
|
|
2347
2618
|
"LambdaConfig": {
|
|
2348
|
-
"shape": "
|
|
2619
|
+
"shape": "S3y"
|
|
2349
2620
|
},
|
|
2350
2621
|
"Status": {},
|
|
2351
2622
|
"LastModifiedDate": {
|
|
@@ -2355,79 +2626,82 @@
|
|
|
2355
2626
|
"type": "timestamp"
|
|
2356
2627
|
},
|
|
2357
2628
|
"SchemaAttributes": {
|
|
2358
|
-
"shape": "
|
|
2629
|
+
"shape": "S4l"
|
|
2359
2630
|
},
|
|
2360
2631
|
"AutoVerifiedAttributes": {
|
|
2361
|
-
"shape": "
|
|
2632
|
+
"shape": "S3z"
|
|
2362
2633
|
},
|
|
2363
2634
|
"AliasAttributes": {
|
|
2364
|
-
"shape": "
|
|
2635
|
+
"shape": "S41"
|
|
2365
2636
|
},
|
|
2366
2637
|
"UsernameAttributes": {
|
|
2367
|
-
"shape": "
|
|
2638
|
+
"shape": "S43"
|
|
2368
2639
|
},
|
|
2369
2640
|
"SmsVerificationMessage": {},
|
|
2370
2641
|
"EmailVerificationMessage": {},
|
|
2371
2642
|
"EmailVerificationSubject": {},
|
|
2643
|
+
"VerificationMessageTemplate": {
|
|
2644
|
+
"shape": "S48"
|
|
2645
|
+
},
|
|
2372
2646
|
"SmsAuthenticationMessage": {},
|
|
2373
2647
|
"MfaConfiguration": {},
|
|
2374
2648
|
"DeviceConfiguration": {
|
|
2375
|
-
"shape": "
|
|
2649
|
+
"shape": "S4d"
|
|
2376
2650
|
},
|
|
2377
2651
|
"EstimatedNumberOfUsers": {
|
|
2378
2652
|
"type": "integer"
|
|
2379
2653
|
},
|
|
2380
2654
|
"EmailConfiguration": {
|
|
2381
|
-
"shape": "
|
|
2655
|
+
"shape": "S4e"
|
|
2382
2656
|
},
|
|
2383
2657
|
"SmsConfiguration": {
|
|
2384
|
-
"shape": "
|
|
2658
|
+
"shape": "S4g"
|
|
2385
2659
|
},
|
|
2386
2660
|
"UserPoolTags": {
|
|
2387
|
-
"shape": "
|
|
2661
|
+
"shape": "S4h"
|
|
2388
2662
|
},
|
|
2389
2663
|
"SmsConfigurationFailure": {},
|
|
2390
2664
|
"EmailConfigurationFailure": {},
|
|
2391
2665
|
"AdminCreateUserConfig": {
|
|
2392
|
-
"shape": "
|
|
2666
|
+
"shape": "S4i"
|
|
2393
2667
|
}
|
|
2394
2668
|
}
|
|
2395
2669
|
},
|
|
2396
|
-
"
|
|
2670
|
+
"S4t": {
|
|
2397
2671
|
"type": "list",
|
|
2398
2672
|
"member": {}
|
|
2399
2673
|
},
|
|
2400
|
-
"
|
|
2674
|
+
"S4v": {
|
|
2401
2675
|
"type": "list",
|
|
2402
2676
|
"member": {}
|
|
2403
2677
|
},
|
|
2404
|
-
"
|
|
2678
|
+
"S4x": {
|
|
2405
2679
|
"type": "list",
|
|
2406
2680
|
"member": {}
|
|
2407
2681
|
},
|
|
2408
|
-
"
|
|
2682
|
+
"S4y": {
|
|
2409
2683
|
"type": "list",
|
|
2410
2684
|
"member": {}
|
|
2411
2685
|
},
|
|
2412
|
-
"
|
|
2686
|
+
"S50": {
|
|
2413
2687
|
"type": "list",
|
|
2414
2688
|
"member": {}
|
|
2415
2689
|
},
|
|
2416
|
-
"
|
|
2690
|
+
"S51": {
|
|
2417
2691
|
"type": "list",
|
|
2418
2692
|
"member": {}
|
|
2419
2693
|
},
|
|
2420
|
-
"
|
|
2694
|
+
"S53": {
|
|
2421
2695
|
"type": "list",
|
|
2422
2696
|
"member": {}
|
|
2423
2697
|
},
|
|
2424
|
-
"
|
|
2698
|
+
"S56": {
|
|
2425
2699
|
"type": "structure",
|
|
2426
2700
|
"members": {
|
|
2427
2701
|
"UserPoolId": {},
|
|
2428
2702
|
"ClientName": {},
|
|
2429
2703
|
"ClientId": {
|
|
2430
|
-
"shape": "
|
|
2704
|
+
"shape": "S1h"
|
|
2431
2705
|
},
|
|
2432
2706
|
"ClientSecret": {
|
|
2433
2707
|
"type": "string",
|
|
@@ -2443,36 +2717,36 @@
|
|
|
2443
2717
|
"type": "integer"
|
|
2444
2718
|
},
|
|
2445
2719
|
"ReadAttributes": {
|
|
2446
|
-
"shape": "
|
|
2720
|
+
"shape": "S4t"
|
|
2447
2721
|
},
|
|
2448
2722
|
"WriteAttributes": {
|
|
2449
|
-
"shape": "
|
|
2723
|
+
"shape": "S4t"
|
|
2450
2724
|
},
|
|
2451
2725
|
"ExplicitAuthFlows": {
|
|
2452
|
-
"shape": "
|
|
2726
|
+
"shape": "S4v"
|
|
2453
2727
|
},
|
|
2454
2728
|
"SupportedIdentityProviders": {
|
|
2455
|
-
"shape": "
|
|
2729
|
+
"shape": "S4x"
|
|
2456
2730
|
},
|
|
2457
2731
|
"CallbackURLs": {
|
|
2458
|
-
"shape": "
|
|
2732
|
+
"shape": "S4y"
|
|
2459
2733
|
},
|
|
2460
2734
|
"LogoutURLs": {
|
|
2461
|
-
"shape": "
|
|
2735
|
+
"shape": "S50"
|
|
2462
2736
|
},
|
|
2463
2737
|
"DefaultRedirectURI": {},
|
|
2464
2738
|
"AllowedOAuthFlows": {
|
|
2465
|
-
"shape": "
|
|
2739
|
+
"shape": "S51"
|
|
2466
2740
|
},
|
|
2467
2741
|
"AllowedOAuthScopes": {
|
|
2468
|
-
"shape": "
|
|
2742
|
+
"shape": "S53"
|
|
2469
2743
|
},
|
|
2470
2744
|
"AllowedOAuthFlowsUserPoolClient": {
|
|
2471
2745
|
"type": "boolean"
|
|
2472
2746
|
}
|
|
2473
2747
|
}
|
|
2474
2748
|
},
|
|
2475
|
-
"
|
|
2749
|
+
"S65": {
|
|
2476
2750
|
"type": "structure",
|
|
2477
2751
|
"members": {
|
|
2478
2752
|
"Destination": {},
|
|
@@ -2480,7 +2754,25 @@
|
|
|
2480
2754
|
"AttributeName": {}
|
|
2481
2755
|
}
|
|
2482
2756
|
},
|
|
2483
|
-
"
|
|
2757
|
+
"S6h": {
|
|
2758
|
+
"type": "structure",
|
|
2759
|
+
"members": {
|
|
2760
|
+
"UserPoolId": {},
|
|
2761
|
+
"ClientId": {
|
|
2762
|
+
"shape": "S1h"
|
|
2763
|
+
},
|
|
2764
|
+
"ImageUrl": {},
|
|
2765
|
+
"CSS": {},
|
|
2766
|
+
"CSSVersion": {},
|
|
2767
|
+
"LastModifiedDate": {
|
|
2768
|
+
"type": "timestamp"
|
|
2769
|
+
},
|
|
2770
|
+
"CreationDate": {
|
|
2771
|
+
"type": "timestamp"
|
|
2772
|
+
}
|
|
2773
|
+
}
|
|
2774
|
+
},
|
|
2775
|
+
"S7o": {
|
|
2484
2776
|
"type": "list",
|
|
2485
2777
|
"member": {
|
|
2486
2778
|
"shape": "Ss"
|