aws-sdk 2.1304.0 → 2.1306.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 +30 -1
- package/README.md +1 -1
- package/apis/appsync-2017-07-25.min.json +104 -86
- package/apis/cloudformation-2010-05-15.min.json +3 -0
- package/apis/cloudtrail-2013-11-01.min.json +204 -55
- package/apis/cloudtrail-data-2021-08-11.examples.json +5 -0
- package/apis/cloudtrail-data-2021-08-11.min.json +94 -0
- package/apis/cloudtrail-data-2021-08-11.paginators.json +4 -0
- package/apis/codeartifact-2018-09-22.min.json +73 -21
- package/apis/ec2-2016-11-15.min.json +1477 -1297
- package/apis/groundstation-2019-05-23.min.json +312 -41
- package/apis/iot-2015-05-28.min.json +4 -1
- package/apis/metadata.json +4 -0
- package/apis/opensearch-2021-01-01.min.json +192 -176
- package/apis/sagemaker-2017-07-24.min.json +630 -585
- package/apis/securityhub-2018-10-26.min.json +173 -157
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/appsync.d.ts +20 -2
- package/clients/cloudformation.d.ts +1 -0
- package/clients/cloudtrail.d.ts +234 -40
- package/clients/cloudtraildata.d.ts +111 -0
- package/clients/cloudtraildata.js +18 -0
- package/clients/codeartifact.d.ts +43 -6
- package/clients/ec2.d.ts +212 -15
- package/clients/groundstation.d.ts +284 -0
- package/clients/iot.d.ts +4 -0
- package/clients/opensearch.d.ts +31 -0
- package/clients/polly.d.ts +1 -1
- package/clients/sagemaker.d.ts +57 -1
- package/clients/securityhub.d.ts +26 -3
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +51 -14
- package/dist/aws-sdk.js +1695 -1356
- package/dist/aws-sdk.min.js +94 -94
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -253,6 +253,55 @@
|
|
|
253
253
|
}
|
|
254
254
|
}
|
|
255
255
|
},
|
|
256
|
+
"DeletePackage": {
|
|
257
|
+
"http": {
|
|
258
|
+
"method": "DELETE",
|
|
259
|
+
"requestUri": "/v1/package"
|
|
260
|
+
},
|
|
261
|
+
"input": {
|
|
262
|
+
"type": "structure",
|
|
263
|
+
"required": [
|
|
264
|
+
"domain",
|
|
265
|
+
"repository",
|
|
266
|
+
"format",
|
|
267
|
+
"package"
|
|
268
|
+
],
|
|
269
|
+
"members": {
|
|
270
|
+
"domain": {
|
|
271
|
+
"location": "querystring",
|
|
272
|
+
"locationName": "domain"
|
|
273
|
+
},
|
|
274
|
+
"domainOwner": {
|
|
275
|
+
"location": "querystring",
|
|
276
|
+
"locationName": "domain-owner"
|
|
277
|
+
},
|
|
278
|
+
"repository": {
|
|
279
|
+
"location": "querystring",
|
|
280
|
+
"locationName": "repository"
|
|
281
|
+
},
|
|
282
|
+
"format": {
|
|
283
|
+
"location": "querystring",
|
|
284
|
+
"locationName": "format"
|
|
285
|
+
},
|
|
286
|
+
"namespace": {
|
|
287
|
+
"location": "querystring",
|
|
288
|
+
"locationName": "namespace"
|
|
289
|
+
},
|
|
290
|
+
"package": {
|
|
291
|
+
"location": "querystring",
|
|
292
|
+
"locationName": "package"
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
},
|
|
296
|
+
"output": {
|
|
297
|
+
"type": "structure",
|
|
298
|
+
"members": {
|
|
299
|
+
"deletedPackage": {
|
|
300
|
+
"shape": "S1l"
|
|
301
|
+
}
|
|
302
|
+
}
|
|
303
|
+
}
|
|
304
|
+
},
|
|
256
305
|
"DeletePackageVersions": {
|
|
257
306
|
"http": {
|
|
258
307
|
"requestUri": "/v1/package/versions/delete"
|
|
@@ -466,7 +515,7 @@
|
|
|
466
515
|
"namespace": {},
|
|
467
516
|
"name": {},
|
|
468
517
|
"originConfiguration": {
|
|
469
|
-
"shape": "
|
|
518
|
+
"shape": "S1m"
|
|
470
519
|
}
|
|
471
520
|
}
|
|
472
521
|
}
|
|
@@ -551,7 +600,7 @@
|
|
|
551
600
|
"revision": {},
|
|
552
601
|
"status": {},
|
|
553
602
|
"origin": {
|
|
554
|
-
"shape": "
|
|
603
|
+
"shape": "S27"
|
|
555
604
|
}
|
|
556
605
|
}
|
|
557
606
|
}
|
|
@@ -1237,7 +1286,7 @@
|
|
|
1237
1286
|
"revision": {},
|
|
1238
1287
|
"status": {},
|
|
1239
1288
|
"origin": {
|
|
1240
|
-
"shape": "
|
|
1289
|
+
"shape": "S27"
|
|
1241
1290
|
}
|
|
1242
1291
|
}
|
|
1243
1292
|
}
|
|
@@ -1306,15 +1355,7 @@
|
|
|
1306
1355
|
"packages": {
|
|
1307
1356
|
"type": "list",
|
|
1308
1357
|
"member": {
|
|
1309
|
-
"
|
|
1310
|
-
"members": {
|
|
1311
|
-
"format": {},
|
|
1312
|
-
"namespace": {},
|
|
1313
|
-
"package": {},
|
|
1314
|
-
"originConfiguration": {
|
|
1315
|
-
"shape": "S1u"
|
|
1316
|
-
}
|
|
1317
|
-
}
|
|
1358
|
+
"shape": "S1l"
|
|
1318
1359
|
}
|
|
1319
1360
|
},
|
|
1320
1361
|
"nextToken": {}
|
|
@@ -1347,7 +1388,7 @@
|
|
|
1347
1388
|
"type": "structure",
|
|
1348
1389
|
"members": {
|
|
1349
1390
|
"repositories": {
|
|
1350
|
-
"shape": "
|
|
1391
|
+
"shape": "S3r"
|
|
1351
1392
|
},
|
|
1352
1393
|
"nextToken": {}
|
|
1353
1394
|
}
|
|
@@ -1394,7 +1435,7 @@
|
|
|
1394
1435
|
"type": "structure",
|
|
1395
1436
|
"members": {
|
|
1396
1437
|
"repositories": {
|
|
1397
|
-
"shape": "
|
|
1438
|
+
"shape": "S3r"
|
|
1398
1439
|
},
|
|
1399
1440
|
"nextToken": {}
|
|
1400
1441
|
}
|
|
@@ -1491,7 +1532,7 @@
|
|
|
1491
1532
|
"locationName": "package"
|
|
1492
1533
|
},
|
|
1493
1534
|
"restrictions": {
|
|
1494
|
-
"shape": "
|
|
1535
|
+
"shape": "S1n"
|
|
1495
1536
|
}
|
|
1496
1537
|
}
|
|
1497
1538
|
},
|
|
@@ -1499,7 +1540,7 @@
|
|
|
1499
1540
|
"type": "structure",
|
|
1500
1541
|
"members": {
|
|
1501
1542
|
"originConfiguration": {
|
|
1502
|
-
"shape": "
|
|
1543
|
+
"shape": "S1m"
|
|
1503
1544
|
}
|
|
1504
1545
|
}
|
|
1505
1546
|
}
|
|
@@ -1811,15 +1852,26 @@
|
|
|
1811
1852
|
"document": {}
|
|
1812
1853
|
}
|
|
1813
1854
|
},
|
|
1814
|
-
"
|
|
1855
|
+
"S1l": {
|
|
1856
|
+
"type": "structure",
|
|
1857
|
+
"members": {
|
|
1858
|
+
"format": {},
|
|
1859
|
+
"namespace": {},
|
|
1860
|
+
"package": {},
|
|
1861
|
+
"originConfiguration": {
|
|
1862
|
+
"shape": "S1m"
|
|
1863
|
+
}
|
|
1864
|
+
}
|
|
1865
|
+
},
|
|
1866
|
+
"S1m": {
|
|
1815
1867
|
"type": "structure",
|
|
1816
1868
|
"members": {
|
|
1817
1869
|
"restrictions": {
|
|
1818
|
-
"shape": "
|
|
1870
|
+
"shape": "S1n"
|
|
1819
1871
|
}
|
|
1820
1872
|
}
|
|
1821
1873
|
},
|
|
1822
|
-
"
|
|
1874
|
+
"S1n": {
|
|
1823
1875
|
"type": "structure",
|
|
1824
1876
|
"required": [
|
|
1825
1877
|
"publish",
|
|
@@ -1830,7 +1882,7 @@
|
|
|
1830
1882
|
"upstream": {}
|
|
1831
1883
|
}
|
|
1832
1884
|
},
|
|
1833
|
-
"
|
|
1885
|
+
"S27": {
|
|
1834
1886
|
"type": "structure",
|
|
1835
1887
|
"members": {
|
|
1836
1888
|
"domainEntryPoint": {
|
|
@@ -1843,7 +1895,7 @@
|
|
|
1843
1895
|
"originType": {}
|
|
1844
1896
|
}
|
|
1845
1897
|
},
|
|
1846
|
-
"
|
|
1898
|
+
"S3r": {
|
|
1847
1899
|
"type": "list",
|
|
1848
1900
|
"member": {
|
|
1849
1901
|
"type": "structure",
|