aws-sdk 2.1391.0 → 2.1393.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/CHANGELOG.md +19 -1
- package/README.md +1 -1
- package/apis/customer-profiles-2020-08-15.min.json +252 -52
- package/apis/customer-profiles-2020-08-15.paginators.json +6 -0
- package/apis/emr-containers-2020-10-01.min.json +31 -18
- package/apis/inspector2-2020-06-08.min.json +29 -12
- package/apis/iot-2015-05-28.min.json +714 -214
- package/apis/iot-2015-05-28.paginators.json +12 -0
- package/apis/logs-2014-03-28.min.json +99 -16
- package/apis/models.lex.v2-2020-08-07.min.json +1496 -286
- package/apis/models.lex.v2-2020-08-07.paginators.json +20 -0
- package/apis/quicksight-2018-04-01.min.json +625 -594
- package/apis/signer-2017-08-25.min.json +105 -16
- package/apis/sqs-2012-11-05.min.json +120 -31
- package/clients/cloudformation.d.ts +24 -24
- package/clients/cloudwatchlogs.d.ts +132 -18
- package/clients/connect.d.ts +3 -3
- package/clients/customerprofiles.d.ts +201 -0
- package/clients/directconnect.d.ts +6 -6
- package/clients/emr.d.ts +2 -2
- package/clients/emrcontainers.d.ts +16 -0
- package/clients/iam.d.ts +7 -7
- package/clients/inspector2.d.ts +20 -1
- package/clients/iot.d.ts +500 -3
- package/clients/iotdeviceadvisor.d.ts +2 -2
- package/clients/lexmodelsv2.d.ts +1516 -127
- package/clients/quicksight.d.ts +50 -14
- package/clients/signer.d.ts +90 -5
- package/clients/sqs.d.ts +151 -39
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +13 -13
- package/dist/aws-sdk.js +948 -264
- package/dist/aws-sdk.min.js +48 -48
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -174,6 +174,18 @@
|
|
174
174
|
"output_token": "nextMarker",
|
175
175
|
"result_key": "outgoingCertificates"
|
176
176
|
},
|
177
|
+
"ListPackageVersions": {
|
178
|
+
"input_token": "nextToken",
|
179
|
+
"limit_key": "maxResults",
|
180
|
+
"output_token": "nextToken",
|
181
|
+
"result_key": "packageVersionSummaries"
|
182
|
+
},
|
183
|
+
"ListPackages": {
|
184
|
+
"input_token": "nextToken",
|
185
|
+
"limit_key": "maxResults",
|
186
|
+
"output_token": "nextToken",
|
187
|
+
"result_key": "packageSummaries"
|
188
|
+
},
|
177
189
|
"ListPolicies": {
|
178
190
|
"input_token": "marker",
|
179
191
|
"limit_key": "pageSize",
|
@@ -94,6 +94,19 @@
|
|
94
94
|
}
|
95
95
|
}
|
96
96
|
},
|
97
|
+
"DeleteAccountPolicy": {
|
98
|
+
"input": {
|
99
|
+
"type": "structure",
|
100
|
+
"required": [
|
101
|
+
"policyName",
|
102
|
+
"policyType"
|
103
|
+
],
|
104
|
+
"members": {
|
105
|
+
"policyName": {},
|
106
|
+
"policyType": {}
|
107
|
+
}
|
108
|
+
}
|
109
|
+
},
|
97
110
|
"DeleteDataProtectionPolicy": {
|
98
111
|
"input": {
|
99
112
|
"type": "structure",
|
@@ -204,6 +217,32 @@
|
|
204
217
|
}
|
205
218
|
}
|
206
219
|
},
|
220
|
+
"DescribeAccountPolicies": {
|
221
|
+
"input": {
|
222
|
+
"type": "structure",
|
223
|
+
"required": [
|
224
|
+
"policyType"
|
225
|
+
],
|
226
|
+
"members": {
|
227
|
+
"policyType": {},
|
228
|
+
"policyName": {},
|
229
|
+
"accountIdentifiers": {
|
230
|
+
"shape": "S11"
|
231
|
+
}
|
232
|
+
}
|
233
|
+
},
|
234
|
+
"output": {
|
235
|
+
"type": "structure",
|
236
|
+
"members": {
|
237
|
+
"accountPolicies": {
|
238
|
+
"type": "list",
|
239
|
+
"member": {
|
240
|
+
"shape": "S15"
|
241
|
+
}
|
242
|
+
}
|
243
|
+
}
|
244
|
+
}
|
245
|
+
},
|
207
246
|
"DescribeDestinations": {
|
208
247
|
"input": {
|
209
248
|
"type": "structure",
|
@@ -221,7 +260,7 @@
|
|
221
260
|
"destinations": {
|
222
261
|
"type": "list",
|
223
262
|
"member": {
|
224
|
-
"shape": "
|
263
|
+
"shape": "S1d"
|
225
264
|
}
|
226
265
|
},
|
227
266
|
"nextToken": {}
|
@@ -289,8 +328,7 @@
|
|
289
328
|
"type": "structure",
|
290
329
|
"members": {
|
291
330
|
"accountIdentifiers": {
|
292
|
-
"
|
293
|
-
"member": {}
|
331
|
+
"shape": "S11"
|
294
332
|
},
|
295
333
|
"logGroupNamePrefix": {},
|
296
334
|
"logGroupNamePattern": {},
|
@@ -326,7 +364,11 @@
|
|
326
364
|
"type": "long"
|
327
365
|
},
|
328
366
|
"kmsKeyId": {},
|
329
|
-
"dataProtectionStatus": {}
|
367
|
+
"dataProtectionStatus": {},
|
368
|
+
"inheritedProperties": {
|
369
|
+
"type": "list",
|
370
|
+
"member": {}
|
371
|
+
}
|
330
372
|
}
|
331
373
|
}
|
332
374
|
},
|
@@ -411,7 +453,7 @@
|
|
411
453
|
"filterName": {},
|
412
454
|
"filterPattern": {},
|
413
455
|
"metricTransformations": {
|
414
|
-
"shape": "
|
456
|
+
"shape": "S2g"
|
415
457
|
},
|
416
458
|
"creationTime": {
|
417
459
|
"type": "long"
|
@@ -484,7 +526,7 @@
|
|
484
526
|
"type": "long"
|
485
527
|
},
|
486
528
|
"logGroupNames": {
|
487
|
-
"shape": "
|
529
|
+
"shape": "S32"
|
488
530
|
}
|
489
531
|
}
|
490
532
|
}
|
@@ -509,7 +551,7 @@
|
|
509
551
|
"resourcePolicies": {
|
510
552
|
"type": "list",
|
511
553
|
"member": {
|
512
|
-
"shape": "
|
554
|
+
"shape": "S36"
|
513
555
|
}
|
514
556
|
},
|
515
557
|
"nextToken": {}
|
@@ -847,6 +889,30 @@
|
|
847
889
|
"deprecated": true,
|
848
890
|
"deprecatedMessage": "Please use the generic tagging API ListTagsForResource"
|
849
891
|
},
|
892
|
+
"PutAccountPolicy": {
|
893
|
+
"input": {
|
894
|
+
"type": "structure",
|
895
|
+
"required": [
|
896
|
+
"policyName",
|
897
|
+
"policyDocument",
|
898
|
+
"policyType"
|
899
|
+
],
|
900
|
+
"members": {
|
901
|
+
"policyName": {},
|
902
|
+
"policyDocument": {},
|
903
|
+
"policyType": {},
|
904
|
+
"scope": {}
|
905
|
+
}
|
906
|
+
},
|
907
|
+
"output": {
|
908
|
+
"type": "structure",
|
909
|
+
"members": {
|
910
|
+
"accountPolicy": {
|
911
|
+
"shape": "S15"
|
912
|
+
}
|
913
|
+
}
|
914
|
+
}
|
915
|
+
},
|
850
916
|
"PutDataProtectionPolicy": {
|
851
917
|
"input": {
|
852
918
|
"type": "structure",
|
@@ -891,7 +957,7 @@
|
|
891
957
|
"type": "structure",
|
892
958
|
"members": {
|
893
959
|
"destination": {
|
894
|
-
"shape": "
|
960
|
+
"shape": "S1d"
|
895
961
|
}
|
896
962
|
}
|
897
963
|
}
|
@@ -977,7 +1043,7 @@
|
|
977
1043
|
"filterName": {},
|
978
1044
|
"filterPattern": {},
|
979
1045
|
"metricTransformations": {
|
980
|
-
"shape": "
|
1046
|
+
"shape": "S2g"
|
981
1047
|
}
|
982
1048
|
}
|
983
1049
|
}
|
@@ -993,7 +1059,7 @@
|
|
993
1059
|
"name": {},
|
994
1060
|
"queryDefinitionId": {},
|
995
1061
|
"logGroupNames": {
|
996
|
-
"shape": "
|
1062
|
+
"shape": "S32"
|
997
1063
|
},
|
998
1064
|
"queryString": {}
|
999
1065
|
}
|
@@ -1017,7 +1083,7 @@
|
|
1017
1083
|
"type": "structure",
|
1018
1084
|
"members": {
|
1019
1085
|
"resourcePolicy": {
|
1020
|
-
"shape": "
|
1086
|
+
"shape": "S36"
|
1021
1087
|
}
|
1022
1088
|
}
|
1023
1089
|
}
|
@@ -1067,7 +1133,7 @@
|
|
1067
1133
|
"members": {
|
1068
1134
|
"logGroupName": {},
|
1069
1135
|
"logGroupNames": {
|
1070
|
-
"shape": "
|
1136
|
+
"shape": "S32"
|
1071
1137
|
},
|
1072
1138
|
"logGroupIdentifiers": {
|
1073
1139
|
"type": "list",
|
@@ -1226,7 +1292,24 @@
|
|
1226
1292
|
"key": {},
|
1227
1293
|
"value": {}
|
1228
1294
|
},
|
1229
|
-
"
|
1295
|
+
"S11": {
|
1296
|
+
"type": "list",
|
1297
|
+
"member": {}
|
1298
|
+
},
|
1299
|
+
"S15": {
|
1300
|
+
"type": "structure",
|
1301
|
+
"members": {
|
1302
|
+
"policyName": {},
|
1303
|
+
"policyDocument": {},
|
1304
|
+
"lastUpdatedTime": {
|
1305
|
+
"type": "long"
|
1306
|
+
},
|
1307
|
+
"policyType": {},
|
1308
|
+
"scope": {},
|
1309
|
+
"accountId": {}
|
1310
|
+
}
|
1311
|
+
},
|
1312
|
+
"S1d": {
|
1230
1313
|
"type": "structure",
|
1231
1314
|
"members": {
|
1232
1315
|
"destinationName": {},
|
@@ -1239,7 +1322,7 @@
|
|
1239
1322
|
}
|
1240
1323
|
}
|
1241
1324
|
},
|
1242
|
-
"
|
1325
|
+
"S2g": {
|
1243
1326
|
"type": "list",
|
1244
1327
|
"member": {
|
1245
1328
|
"type": "structure",
|
@@ -1264,11 +1347,11 @@
|
|
1264
1347
|
}
|
1265
1348
|
}
|
1266
1349
|
},
|
1267
|
-
"
|
1350
|
+
"S32": {
|
1268
1351
|
"type": "list",
|
1269
1352
|
"member": {}
|
1270
1353
|
},
|
1271
|
-
"
|
1354
|
+
"S36": {
|
1272
1355
|
"type": "structure",
|
1273
1356
|
"members": {
|
1274
1357
|
"policyName": {},
|