aws-sdk 2.746.0 → 2.750.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 (51) hide show
  1. package/CHANGELOG.md +23 -1
  2. package/README.md +1 -1
  3. package/apis/apigatewayv2-2018-11-29.min.json +66 -0
  4. package/apis/cloudfront-2020-05-31.min.json +3 -0
  5. package/apis/codebuild-2016-10-06.min.json +6 -2
  6. package/apis/elasticloadbalancingv2-2015-12-01.min.json +53 -50
  7. package/apis/glue-2017-03-31.min.json +158 -91
  8. package/apis/glue-2017-03-31.paginators.json +5 -0
  9. package/apis/kinesisanalyticsv2-2018-05-23.min.json +16 -13
  10. package/apis/metadata.json +8 -0
  11. package/apis/quicksight-2018-04-01.min.json +65 -59
  12. package/apis/redshift-data-2019-12-20.examples.json +5 -0
  13. package/apis/redshift-data-2019-12-20.min.json +381 -0
  14. package/apis/redshift-data-2019-12-20.paginators.json +39 -0
  15. package/apis/s3-2006-03-01.examples.json +117 -117
  16. package/apis/s3-2006-03-01.min.json +431 -83
  17. package/apis/sso-admin-2020-07-20.examples.json +5 -0
  18. package/apis/sso-admin-2020-07-20.min.json +759 -0
  19. package/apis/sso-admin-2020-07-20.paginators.json +63 -0
  20. package/apis/workspaces-2015-04-08.min.json +10 -6
  21. package/apis/xray-2016-04-12.min.json +81 -61
  22. package/clients/all.d.ts +2 -0
  23. package/clients/all.js +3 -1
  24. package/clients/apigatewayv2.d.ts +100 -34
  25. package/clients/cloudfront.d.ts +11 -7
  26. package/clients/codebuild.d.ts +14 -6
  27. package/clients/ebs.d.ts +7 -7
  28. package/clients/elbv2.d.ts +18 -4
  29. package/clients/glue.d.ts +81 -2
  30. package/clients/kinesisanalyticsv2.d.ts +2 -1
  31. package/clients/lexmodelbuildingservice.d.ts +12 -12
  32. package/clients/quicksight.d.ts +16 -0
  33. package/clients/redshiftdata.d.ts +614 -0
  34. package/clients/redshiftdata.js +18 -0
  35. package/clients/s3.d.ts +389 -41
  36. package/clients/ssm.d.ts +10 -10
  37. package/clients/ssoadmin.d.ts +1059 -0
  38. package/clients/ssoadmin.js +18 -0
  39. package/clients/workspaces.d.ts +9 -3
  40. package/clients/xray.d.ts +66 -8
  41. package/dist/aws-sdk-core-react-native.js +6 -5
  42. package/dist/aws-sdk-react-native.js +93 -18
  43. package/dist/aws-sdk.js +589 -202
  44. package/dist/aws-sdk.min.js +70 -69
  45. package/lib/config_service_placeholders.d.ts +4 -0
  46. package/lib/core.js +1 -1
  47. package/lib/credentials/ec2_metadata_credentials.d.ts +5 -1
  48. package/lib/credentials/ec2_metadata_credentials.js +12 -1
  49. package/lib/protocol/json.js +3 -2
  50. package/lib/request.js +1 -1
  51. package/package.json +1 -1
@@ -0,0 +1,63 @@
1
+ {
2
+ "pagination": {
3
+ "ListAccountAssignmentCreationStatus": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken",
7
+ "result_key": "AccountAssignmentsCreationStatus"
8
+ },
9
+ "ListAccountAssignmentDeletionStatus": {
10
+ "input_token": "NextToken",
11
+ "limit_key": "MaxResults",
12
+ "output_token": "NextToken",
13
+ "result_key": "AccountAssignmentsDeletionStatus"
14
+ },
15
+ "ListAccountAssignments": {
16
+ "input_token": "NextToken",
17
+ "limit_key": "MaxResults",
18
+ "output_token": "NextToken",
19
+ "result_key": "AccountAssignments"
20
+ },
21
+ "ListAccountsForProvisionedPermissionSet": {
22
+ "input_token": "NextToken",
23
+ "limit_key": "MaxResults",
24
+ "output_token": "NextToken",
25
+ "result_key": "AccountIds"
26
+ },
27
+ "ListInstances": {
28
+ "input_token": "NextToken",
29
+ "limit_key": "MaxResults",
30
+ "output_token": "NextToken",
31
+ "result_key": "Instances"
32
+ },
33
+ "ListManagedPoliciesInPermissionSet": {
34
+ "input_token": "NextToken",
35
+ "limit_key": "MaxResults",
36
+ "output_token": "NextToken",
37
+ "result_key": "AttachedManagedPolicies"
38
+ },
39
+ "ListPermissionSetProvisioningStatus": {
40
+ "input_token": "NextToken",
41
+ "limit_key": "MaxResults",
42
+ "output_token": "NextToken",
43
+ "result_key": "PermissionSetsProvisioningStatus"
44
+ },
45
+ "ListPermissionSets": {
46
+ "input_token": "NextToken",
47
+ "limit_key": "MaxResults",
48
+ "output_token": "NextToken",
49
+ "result_key": "PermissionSets"
50
+ },
51
+ "ListPermissionSetsProvisionedToAccount": {
52
+ "input_token": "NextToken",
53
+ "limit_key": "MaxResults",
54
+ "output_token": "NextToken",
55
+ "result_key": "PermissionSets"
56
+ },
57
+ "ListTagsForResource": {
58
+ "input_token": "NextToken",
59
+ "output_token": "NextToken",
60
+ "result_key": "Tags"
61
+ }
62
+ }
63
+ }
@@ -668,6 +668,10 @@
668
668
  "ImageDescription": {},
669
669
  "Tags": {
670
670
  "shape": "Sh"
671
+ },
672
+ "Applications": {
673
+ "type": "list",
674
+ "member": {}
671
675
  }
672
676
  }
673
677
  },
@@ -891,7 +895,7 @@
891
895
  "FailedRequests": {
892
896
  "type": "list",
893
897
  "member": {
894
- "shape": "S55"
898
+ "shape": "S57"
895
899
  }
896
900
  }
897
901
  }
@@ -924,7 +928,7 @@
924
928
  "FailedRequests": {
925
929
  "type": "list",
926
930
  "member": {
927
- "shape": "S55"
931
+ "shape": "S57"
928
932
  }
929
933
  }
930
934
  }
@@ -1018,7 +1022,7 @@
1018
1022
  "FailedRequests": {
1019
1023
  "type": "list",
1020
1024
  "member": {
1021
- "shape": "S55"
1025
+ "shape": "S57"
1022
1026
  }
1023
1027
  }
1024
1028
  }
@@ -1048,7 +1052,7 @@
1048
1052
  "FailedRequests": {
1049
1053
  "type": "list",
1050
1054
  "member": {
1051
- "shape": "S55"
1055
+ "shape": "S57"
1052
1056
  }
1053
1057
  }
1054
1058
  }
@@ -1081,7 +1085,7 @@
1081
1085
  "FailedRequests": {
1082
1086
  "type": "list",
1083
1087
  "member": {
1084
- "shape": "S55"
1088
+ "shape": "S57"
1085
1089
  }
1086
1090
  }
1087
1091
  }
@@ -1283,7 +1287,7 @@
1283
1287
  "type": "list",
1284
1288
  "member": {}
1285
1289
  },
1286
- "S55": {
1290
+ "S57": {
1287
1291
  "type": "structure",
1288
1292
  "members": {
1289
1293
  "WorkspaceId": {},
@@ -71,8 +71,11 @@
71
71
  "members": {
72
72
  "GroupName": {},
73
73
  "FilterExpression": {},
74
- "Tags": {
74
+ "InsightsConfiguration": {
75
75
  "shape": "Sh"
76
+ },
77
+ "Tags": {
78
+ "shape": "Sj"
76
79
  }
77
80
  }
78
81
  },
@@ -80,7 +83,7 @@
80
83
  "type": "structure",
81
84
  "members": {
82
85
  "Group": {
83
- "shape": "Sm"
86
+ "shape": "So"
84
87
  }
85
88
  }
86
89
  }
@@ -96,10 +99,10 @@
96
99
  ],
97
100
  "members": {
98
101
  "SamplingRule": {
99
- "shape": "So"
102
+ "shape": "Sq"
100
103
  },
101
104
  "Tags": {
102
- "shape": "Sh"
105
+ "shape": "Sj"
103
106
  }
104
107
  }
105
108
  },
@@ -107,7 +110,7 @@
107
110
  "type": "structure",
108
111
  "members": {
109
112
  "SamplingRuleRecord": {
110
- "shape": "S14"
113
+ "shape": "S16"
111
114
  }
112
115
  }
113
116
  }
@@ -143,7 +146,7 @@
143
146
  "type": "structure",
144
147
  "members": {
145
148
  "SamplingRuleRecord": {
146
- "shape": "S14"
149
+ "shape": "S16"
147
150
  }
148
151
  }
149
152
  }
@@ -160,7 +163,7 @@
160
163
  "type": "structure",
161
164
  "members": {
162
165
  "EncryptionConfig": {
163
- "shape": "S1d"
166
+ "shape": "S1f"
164
167
  }
165
168
  }
166
169
  }
@@ -180,7 +183,7 @@
180
183
  "type": "structure",
181
184
  "members": {
182
185
  "Group": {
183
- "shape": "Sm"
186
+ "shape": "So"
184
187
  }
185
188
  }
186
189
  }
@@ -205,7 +208,10 @@
205
208
  "members": {
206
209
  "GroupName": {},
207
210
  "GroupARN": {},
208
- "FilterExpression": {}
211
+ "FilterExpression": {},
212
+ "InsightsConfiguration": {
213
+ "shape": "Sh"
214
+ }
209
215
  }
210
216
  }
211
217
  },
@@ -229,7 +235,7 @@
229
235
  "SamplingRuleRecords": {
230
236
  "type": "list",
231
237
  "member": {
232
- "shape": "S14"
238
+ "shape": "S16"
233
239
  }
234
240
  },
235
241
  "NextToken": {}
@@ -388,7 +394,7 @@
388
394
  "type": "timestamp"
389
395
  },
390
396
  "Services": {
391
- "shape": "S2b"
397
+ "shape": "S2d"
392
398
  },
393
399
  "ContainsOldGroupVersions": {
394
400
  "type": "boolean"
@@ -435,13 +441,13 @@
435
441
  "type": "timestamp"
436
442
  },
437
443
  "EdgeSummaryStatistics": {
438
- "shape": "S2h"
444
+ "shape": "S2i"
439
445
  },
440
446
  "ServiceSummaryStatistics": {
441
- "shape": "S2q"
447
+ "shape": "S2r"
442
448
  },
443
449
  "ResponseTimeHistogram": {
444
- "shape": "S2l"
450
+ "shape": "S2m"
445
451
  }
446
452
  }
447
453
  }
@@ -473,7 +479,7 @@
473
479
  "type": "structure",
474
480
  "members": {
475
481
  "Services": {
476
- "shape": "S2b"
482
+ "shape": "S2d"
477
483
  },
478
484
  "NextToken": {}
479
485
  }
@@ -573,7 +579,7 @@
573
579
  }
574
580
  },
575
581
  "ServiceIds": {
576
- "shape": "S3c"
582
+ "shape": "S3d"
577
583
  }
578
584
  }
579
585
  }
@@ -586,13 +592,13 @@
586
592
  "members": {
587
593
  "UserName": {},
588
594
  "ServiceIds": {
589
- "shape": "S3c"
595
+ "shape": "S3d"
590
596
  }
591
597
  }
592
598
  }
593
599
  },
594
600
  "ServiceIds": {
595
- "shape": "S3c"
601
+ "shape": "S3d"
596
602
  },
597
603
  "ResourceARNs": {
598
604
  "type": "list",
@@ -622,7 +628,7 @@
622
628
  }
623
629
  },
624
630
  "EntryPoint": {
625
- "shape": "S3d"
631
+ "shape": "S3e"
626
632
  },
627
633
  "FaultRootCauses": {
628
634
  "type": "list",
@@ -636,7 +642,7 @@
636
642
  "members": {
637
643
  "Name": {},
638
644
  "Names": {
639
- "shape": "S2d"
645
+ "shape": "S2f"
640
646
  },
641
647
  "Type": {},
642
648
  "AccountId": {},
@@ -647,7 +653,7 @@
647
653
  "members": {
648
654
  "Name": {},
649
655
  "Exceptions": {
650
- "shape": "S3s"
656
+ "shape": "S3t"
651
657
  },
652
658
  "Remote": {
653
659
  "type": "boolean"
@@ -679,7 +685,7 @@
679
685
  "members": {
680
686
  "Name": {},
681
687
  "Names": {
682
- "shape": "S2d"
688
+ "shape": "S2f"
683
689
  },
684
690
  "Type": {},
685
691
  "AccountId": {},
@@ -690,7 +696,7 @@
690
696
  "members": {
691
697
  "Name": {},
692
698
  "Exceptions": {
693
- "shape": "S3s"
699
+ "shape": "S3t"
694
700
  },
695
701
  "Remote": {
696
702
  "type": "boolean"
@@ -722,7 +728,7 @@
722
728
  "members": {
723
729
  "Name": {},
724
730
  "Names": {
725
- "shape": "S2d"
731
+ "shape": "S2f"
726
732
  },
727
733
  "Type": {},
728
734
  "AccountId": {},
@@ -790,7 +796,7 @@
790
796
  "type": "structure",
791
797
  "members": {
792
798
  "Tags": {
793
- "shape": "Sh"
799
+ "shape": "Sj"
794
800
  },
795
801
  "NextToken": {}
796
802
  }
@@ -814,7 +820,7 @@
814
820
  "type": "structure",
815
821
  "members": {
816
822
  "EncryptionConfig": {
817
- "shape": "S1d"
823
+ "shape": "S1f"
818
824
  }
819
825
  }
820
826
  }
@@ -934,7 +940,7 @@
934
940
  "members": {
935
941
  "ResourceARN": {},
936
942
  "Tags": {
937
- "shape": "Sh"
943
+ "shape": "Sj"
938
944
  }
939
945
  }
940
946
  },
@@ -975,14 +981,17 @@
975
981
  "members": {
976
982
  "GroupName": {},
977
983
  "GroupARN": {},
978
- "FilterExpression": {}
984
+ "FilterExpression": {},
985
+ "InsightsConfiguration": {
986
+ "shape": "Sh"
987
+ }
979
988
  }
980
989
  },
981
990
  "output": {
982
991
  "type": "structure",
983
992
  "members": {
984
993
  "Group": {
985
- "shape": "Sm"
994
+ "shape": "So"
986
995
  }
987
996
  }
988
997
  }
@@ -1018,7 +1027,7 @@
1018
1027
  "HTTPMethod": {},
1019
1028
  "URLPath": {},
1020
1029
  "Attributes": {
1021
- "shape": "S10"
1030
+ "shape": "S12"
1022
1031
  }
1023
1032
  }
1024
1033
  }
@@ -1028,7 +1037,7 @@
1028
1037
  "type": "structure",
1029
1038
  "members": {
1030
1039
  "SamplingRuleRecord": {
1031
- "shape": "S14"
1040
+ "shape": "S16"
1032
1041
  }
1033
1042
  }
1034
1043
  }
@@ -1040,6 +1049,14 @@
1040
1049
  "member": {}
1041
1050
  },
1042
1051
  "Sh": {
1052
+ "type": "structure",
1053
+ "members": {
1054
+ "InsightsEnabled": {
1055
+ "type": "boolean"
1056
+ }
1057
+ }
1058
+ },
1059
+ "Sj": {
1043
1060
  "type": "list",
1044
1061
  "member": {
1045
1062
  "type": "structure",
@@ -1053,15 +1070,18 @@
1053
1070
  }
1054
1071
  }
1055
1072
  },
1056
- "Sm": {
1073
+ "So": {
1057
1074
  "type": "structure",
1058
1075
  "members": {
1059
1076
  "GroupName": {},
1060
1077
  "GroupARN": {},
1061
- "FilterExpression": {}
1078
+ "FilterExpression": {},
1079
+ "InsightsConfiguration": {
1080
+ "shape": "Sh"
1081
+ }
1062
1082
  }
1063
1083
  },
1064
- "So": {
1084
+ "Sq": {
1065
1085
  "type": "structure",
1066
1086
  "required": [
1067
1087
  "ResourceARN",
@@ -1097,20 +1117,20 @@
1097
1117
  "type": "integer"
1098
1118
  },
1099
1119
  "Attributes": {
1100
- "shape": "S10"
1120
+ "shape": "S12"
1101
1121
  }
1102
1122
  }
1103
1123
  },
1104
- "S10": {
1124
+ "S12": {
1105
1125
  "type": "map",
1106
1126
  "key": {},
1107
1127
  "value": {}
1108
1128
  },
1109
- "S14": {
1129
+ "S16": {
1110
1130
  "type": "structure",
1111
1131
  "members": {
1112
1132
  "SamplingRule": {
1113
- "shape": "So"
1133
+ "shape": "Sq"
1114
1134
  },
1115
1135
  "CreatedAt": {
1116
1136
  "type": "timestamp"
@@ -1120,7 +1140,7 @@
1120
1140
  }
1121
1141
  }
1122
1142
  },
1123
- "S1d": {
1143
+ "S1f": {
1124
1144
  "type": "structure",
1125
1145
  "members": {
1126
1146
  "KeyId": {},
@@ -1128,7 +1148,7 @@
1128
1148
  "Type": {}
1129
1149
  }
1130
1150
  },
1131
- "S2b": {
1151
+ "S2d": {
1132
1152
  "type": "list",
1133
1153
  "member": {
1134
1154
  "type": "structure",
@@ -1138,7 +1158,7 @@
1138
1158
  },
1139
1159
  "Name": {},
1140
1160
  "Names": {
1141
- "shape": "S2d"
1161
+ "shape": "S2f"
1142
1162
  },
1143
1163
  "Root": {
1144
1164
  "type": "boolean"
@@ -1167,10 +1187,10 @@
1167
1187
  "type": "timestamp"
1168
1188
  },
1169
1189
  "SummaryStatistics": {
1170
- "shape": "S2h"
1190
+ "shape": "S2i"
1171
1191
  },
1172
1192
  "ResponseTimeHistogram": {
1173
- "shape": "S2l"
1193
+ "shape": "S2m"
1174
1194
  },
1175
1195
  "Aliases": {
1176
1196
  "type": "list",
@@ -1190,32 +1210,32 @@
1190
1210
  }
1191
1211
  },
1192
1212
  "SummaryStatistics": {
1193
- "shape": "S2q"
1213
+ "shape": "S2r"
1194
1214
  },
1195
1215
  "DurationHistogram": {
1196
- "shape": "S2l"
1216
+ "shape": "S2m"
1197
1217
  },
1198
1218
  "ResponseTimeHistogram": {
1199
- "shape": "S2l"
1219
+ "shape": "S2m"
1200
1220
  }
1201
1221
  }
1202
1222
  }
1203
1223
  },
1204
- "S2d": {
1224
+ "S2f": {
1205
1225
  "type": "list",
1206
1226
  "member": {}
1207
1227
  },
1208
- "S2h": {
1228
+ "S2i": {
1209
1229
  "type": "structure",
1210
1230
  "members": {
1211
1231
  "OkCount": {
1212
1232
  "type": "long"
1213
1233
  },
1214
1234
  "ErrorStatistics": {
1215
- "shape": "S2j"
1235
+ "shape": "S2k"
1216
1236
  },
1217
1237
  "FaultStatistics": {
1218
- "shape": "S2k"
1238
+ "shape": "S2l"
1219
1239
  },
1220
1240
  "TotalCount": {
1221
1241
  "type": "long"
@@ -1225,7 +1245,7 @@
1225
1245
  }
1226
1246
  }
1227
1247
  },
1228
- "S2j": {
1248
+ "S2k": {
1229
1249
  "type": "structure",
1230
1250
  "members": {
1231
1251
  "ThrottleCount": {
@@ -1239,7 +1259,7 @@
1239
1259
  }
1240
1260
  }
1241
1261
  },
1242
- "S2k": {
1262
+ "S2l": {
1243
1263
  "type": "structure",
1244
1264
  "members": {
1245
1265
  "OtherCount": {
@@ -1250,7 +1270,7 @@
1250
1270
  }
1251
1271
  }
1252
1272
  },
1253
- "S2l": {
1273
+ "S2m": {
1254
1274
  "type": "list",
1255
1275
  "member": {
1256
1276
  "type": "structure",
@@ -1264,17 +1284,17 @@
1264
1284
  }
1265
1285
  }
1266
1286
  },
1267
- "S2q": {
1287
+ "S2r": {
1268
1288
  "type": "structure",
1269
1289
  "members": {
1270
1290
  "OkCount": {
1271
1291
  "type": "long"
1272
1292
  },
1273
1293
  "ErrorStatistics": {
1274
- "shape": "S2j"
1294
+ "shape": "S2k"
1275
1295
  },
1276
1296
  "FaultStatistics": {
1277
- "shape": "S2k"
1297
+ "shape": "S2l"
1278
1298
  },
1279
1299
  "TotalCount": {
1280
1300
  "type": "long"
@@ -1284,24 +1304,24 @@
1284
1304
  }
1285
1305
  }
1286
1306
  },
1287
- "S3c": {
1307
+ "S3d": {
1288
1308
  "type": "list",
1289
1309
  "member": {
1290
- "shape": "S3d"
1310
+ "shape": "S3e"
1291
1311
  }
1292
1312
  },
1293
- "S3d": {
1313
+ "S3e": {
1294
1314
  "type": "structure",
1295
1315
  "members": {
1296
1316
  "Name": {},
1297
1317
  "Names": {
1298
- "shape": "S2d"
1318
+ "shape": "S2f"
1299
1319
  },
1300
1320
  "AccountId": {},
1301
1321
  "Type": {}
1302
1322
  }
1303
1323
  },
1304
- "S3s": {
1324
+ "S3t": {
1305
1325
  "type": "list",
1306
1326
  "member": {
1307
1327
  "type": "structure",
package/clients/all.d.ts CHANGED
@@ -227,3 +227,5 @@ export import IVS = require('./ivs');
227
227
  export import Braket = require('./braket');
228
228
  export import IdentityStore = require('./identitystore');
229
229
  export import Appflow = require('./appflow');
230
+ export import RedshiftData = require('./redshiftdata');
231
+ export import SSOAdmin = require('./ssoadmin');
package/clients/all.js CHANGED
@@ -228,5 +228,7 @@ module.exports = {
228
228
  IVS: require('./ivs'),
229
229
  Braket: require('./braket'),
230
230
  IdentityStore: require('./identitystore'),
231
- Appflow: require('./appflow')
231
+ Appflow: require('./appflow'),
232
+ RedshiftData: require('./redshiftdata'),
233
+ SSOAdmin: require('./ssoadmin')
232
234
  };