cdk-docker-image-deployment 0.0.89 → 0.0.90
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/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +11 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +2 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +762 -46
- package/node_modules/aws-sdk/apis/athena-2017-05-18.paginators.json +20 -0
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +230 -14
- package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.min.json +586 -0
- package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +1169 -483
- package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +20 -0
- package/node_modules/aws-sdk/apis/metadata.json +8 -0
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +6 -3
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +2666 -931
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +42 -0
- package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.examples.json +5 -0
- package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.min.json +1516 -0
- package/node_modules/aws-sdk/apis/sagemaker-geospatial-2020-05-27.paginators.json +26 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +5 -1
- package/node_modules/aws-sdk/clients/all.d.ts +2 -0
- package/node_modules/aws-sdk/clients/all.js +3 -1
- package/node_modules/aws-sdk/clients/athena.d.ts +1043 -42
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +269 -26
- package/node_modules/aws-sdk/clients/docdbelastic.d.ts +565 -0
- package/node_modules/aws-sdk/clients/docdbelastic.js +18 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +1026 -83
- package/node_modules/aws-sdk/clients/s3control.d.ts +18 -6
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +2434 -98
- package/node_modules/aws-sdk/clients/sagemakergeospatial.d.ts +1610 -0
- package/node_modules/aws-sdk/clients/sagemakergeospatial.js +18 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +87 -13
- package/node_modules/aws-sdk/dist/aws-sdk.js +765 -21
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -96
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
|
@@ -5,6 +5,16 @@
|
|
|
5
5
|
"limit_key": "MaxResults",
|
|
6
6
|
"output_token": "NextToken"
|
|
7
7
|
},
|
|
8
|
+
"ListApplicationDPUSizes": {
|
|
9
|
+
"input_token": "NextToken",
|
|
10
|
+
"limit_key": "MaxResults",
|
|
11
|
+
"output_token": "NextToken"
|
|
12
|
+
},
|
|
13
|
+
"ListCalculationExecutions": {
|
|
14
|
+
"input_token": "NextToken",
|
|
15
|
+
"limit_key": "MaxResults",
|
|
16
|
+
"output_token": "NextToken"
|
|
17
|
+
},
|
|
8
18
|
"ListDataCatalogs": {
|
|
9
19
|
"input_token": "NextToken",
|
|
10
20
|
"limit_key": "MaxResults",
|
|
@@ -22,6 +32,11 @@
|
|
|
22
32
|
"limit_key": "MaxResults",
|
|
23
33
|
"output_token": "NextToken"
|
|
24
34
|
},
|
|
35
|
+
"ListExecutors": {
|
|
36
|
+
"input_token": "NextToken",
|
|
37
|
+
"limit_key": "MaxResults",
|
|
38
|
+
"output_token": "NextToken"
|
|
39
|
+
},
|
|
25
40
|
"ListNamedQueries": {
|
|
26
41
|
"input_token": "NextToken",
|
|
27
42
|
"limit_key": "MaxResults",
|
|
@@ -37,6 +52,11 @@
|
|
|
37
52
|
"limit_key": "MaxResults",
|
|
38
53
|
"output_token": "NextToken"
|
|
39
54
|
},
|
|
55
|
+
"ListSessions": {
|
|
56
|
+
"input_token": "NextToken",
|
|
57
|
+
"limit_key": "MaxResults",
|
|
58
|
+
"output_token": "NextToken"
|
|
59
|
+
},
|
|
40
60
|
"ListTableMetadata": {
|
|
41
61
|
"input_token": "NextToken",
|
|
42
62
|
"limit_key": "MaxResults",
|
|
@@ -246,6 +246,42 @@
|
|
|
246
246
|
"RevisionId": {},
|
|
247
247
|
"Stage": {}
|
|
248
248
|
}
|
|
249
|
+
},
|
|
250
|
+
"CreateS3DataAccessFromS3Bucket": {
|
|
251
|
+
"type": "structure",
|
|
252
|
+
"required": [
|
|
253
|
+
"AssetSource",
|
|
254
|
+
"DataSetId",
|
|
255
|
+
"RevisionId"
|
|
256
|
+
],
|
|
257
|
+
"members": {
|
|
258
|
+
"AssetSource": {
|
|
259
|
+
"shape": "S19"
|
|
260
|
+
},
|
|
261
|
+
"DataSetId": {},
|
|
262
|
+
"RevisionId": {}
|
|
263
|
+
}
|
|
264
|
+
},
|
|
265
|
+
"ImportAssetsFromLakeFormationTagPolicy": {
|
|
266
|
+
"type": "structure",
|
|
267
|
+
"required": [
|
|
268
|
+
"CatalogId",
|
|
269
|
+
"RoleArn",
|
|
270
|
+
"DataSetId",
|
|
271
|
+
"RevisionId"
|
|
272
|
+
],
|
|
273
|
+
"members": {
|
|
274
|
+
"CatalogId": {},
|
|
275
|
+
"Database": {
|
|
276
|
+
"shape": "S1d"
|
|
277
|
+
},
|
|
278
|
+
"Table": {
|
|
279
|
+
"shape": "S1k"
|
|
280
|
+
},
|
|
281
|
+
"RoleArn": {},
|
|
282
|
+
"DataSetId": {},
|
|
283
|
+
"RevisionId": {}
|
|
284
|
+
}
|
|
249
285
|
}
|
|
250
286
|
}
|
|
251
287
|
},
|
|
@@ -260,10 +296,10 @@
|
|
|
260
296
|
"shape": "Sa"
|
|
261
297
|
},
|
|
262
298
|
"Details": {
|
|
263
|
-
"shape": "
|
|
299
|
+
"shape": "S1q"
|
|
264
300
|
},
|
|
265
301
|
"Errors": {
|
|
266
|
-
"shape": "
|
|
302
|
+
"shape": "S20"
|
|
267
303
|
},
|
|
268
304
|
"Id": {},
|
|
269
305
|
"State": {},
|
|
@@ -449,7 +485,7 @@
|
|
|
449
485
|
"members": {
|
|
450
486
|
"Arn": {},
|
|
451
487
|
"AssetDetails": {
|
|
452
|
-
"shape": "
|
|
488
|
+
"shape": "S2k"
|
|
453
489
|
},
|
|
454
490
|
"AssetType": {},
|
|
455
491
|
"CreatedAt": {
|
|
@@ -573,10 +609,10 @@
|
|
|
573
609
|
"shape": "Sa"
|
|
574
610
|
},
|
|
575
611
|
"Details": {
|
|
576
|
-
"shape": "
|
|
612
|
+
"shape": "S1q"
|
|
577
613
|
},
|
|
578
614
|
"Errors": {
|
|
579
|
-
"shape": "
|
|
615
|
+
"shape": "S20"
|
|
580
616
|
},
|
|
581
617
|
"Id": {},
|
|
582
618
|
"State": {},
|
|
@@ -886,10 +922,10 @@
|
|
|
886
922
|
"shape": "Sa"
|
|
887
923
|
},
|
|
888
924
|
"Details": {
|
|
889
|
-
"shape": "
|
|
925
|
+
"shape": "S1q"
|
|
890
926
|
},
|
|
891
927
|
"Errors": {
|
|
892
|
-
"shape": "
|
|
928
|
+
"shape": "S20"
|
|
893
929
|
},
|
|
894
930
|
"Id": {},
|
|
895
931
|
"State": {},
|
|
@@ -957,7 +993,7 @@
|
|
|
957
993
|
"members": {
|
|
958
994
|
"Arn": {},
|
|
959
995
|
"AssetDetails": {
|
|
960
|
-
"shape": "
|
|
996
|
+
"shape": "S2k"
|
|
961
997
|
},
|
|
962
998
|
"AssetType": {},
|
|
963
999
|
"CreatedAt": {
|
|
@@ -1183,10 +1219,9 @@
|
|
|
1183
1219
|
"locationName": "ResourceArn"
|
|
1184
1220
|
},
|
|
1185
1221
|
"TagKeys": {
|
|
1222
|
+
"shape": "S1a",
|
|
1186
1223
|
"location": "querystring",
|
|
1187
|
-
"locationName": "tagKeys"
|
|
1188
|
-
"type": "list",
|
|
1189
|
-
"member": {}
|
|
1224
|
+
"locationName": "tagKeys"
|
|
1190
1225
|
}
|
|
1191
1226
|
}
|
|
1192
1227
|
},
|
|
@@ -1227,7 +1262,7 @@
|
|
|
1227
1262
|
"members": {
|
|
1228
1263
|
"Arn": {},
|
|
1229
1264
|
"AssetDetails": {
|
|
1230
|
-
"shape": "
|
|
1265
|
+
"shape": "S2k"
|
|
1231
1266
|
},
|
|
1232
1267
|
"AssetType": {},
|
|
1233
1268
|
"CreatedAt": {
|
|
@@ -1507,7 +1542,75 @@
|
|
|
1507
1542
|
}
|
|
1508
1543
|
}
|
|
1509
1544
|
},
|
|
1545
|
+
"S19": {
|
|
1546
|
+
"type": "structure",
|
|
1547
|
+
"required": [
|
|
1548
|
+
"Bucket"
|
|
1549
|
+
],
|
|
1550
|
+
"members": {
|
|
1551
|
+
"Bucket": {},
|
|
1552
|
+
"KeyPrefixes": {
|
|
1553
|
+
"shape": "S1a"
|
|
1554
|
+
},
|
|
1555
|
+
"Keys": {
|
|
1556
|
+
"shape": "S1a"
|
|
1557
|
+
}
|
|
1558
|
+
}
|
|
1559
|
+
},
|
|
1510
1560
|
"S1a": {
|
|
1561
|
+
"type": "list",
|
|
1562
|
+
"member": {}
|
|
1563
|
+
},
|
|
1564
|
+
"S1d": {
|
|
1565
|
+
"type": "structure",
|
|
1566
|
+
"required": [
|
|
1567
|
+
"Expression",
|
|
1568
|
+
"Permissions"
|
|
1569
|
+
],
|
|
1570
|
+
"members": {
|
|
1571
|
+
"Expression": {
|
|
1572
|
+
"shape": "S1e"
|
|
1573
|
+
},
|
|
1574
|
+
"Permissions": {
|
|
1575
|
+
"type": "list",
|
|
1576
|
+
"member": {}
|
|
1577
|
+
}
|
|
1578
|
+
}
|
|
1579
|
+
},
|
|
1580
|
+
"S1e": {
|
|
1581
|
+
"type": "list",
|
|
1582
|
+
"member": {
|
|
1583
|
+
"type": "structure",
|
|
1584
|
+
"required": [
|
|
1585
|
+
"TagKey",
|
|
1586
|
+
"TagValues"
|
|
1587
|
+
],
|
|
1588
|
+
"members": {
|
|
1589
|
+
"TagKey": {},
|
|
1590
|
+
"TagValues": {
|
|
1591
|
+
"type": "list",
|
|
1592
|
+
"member": {}
|
|
1593
|
+
}
|
|
1594
|
+
}
|
|
1595
|
+
}
|
|
1596
|
+
},
|
|
1597
|
+
"S1k": {
|
|
1598
|
+
"type": "structure",
|
|
1599
|
+
"required": [
|
|
1600
|
+
"Expression",
|
|
1601
|
+
"Permissions"
|
|
1602
|
+
],
|
|
1603
|
+
"members": {
|
|
1604
|
+
"Expression": {
|
|
1605
|
+
"shape": "S1e"
|
|
1606
|
+
},
|
|
1607
|
+
"Permissions": {
|
|
1608
|
+
"type": "list",
|
|
1609
|
+
"member": {}
|
|
1610
|
+
}
|
|
1611
|
+
}
|
|
1612
|
+
},
|
|
1613
|
+
"S1q": {
|
|
1511
1614
|
"type": "structure",
|
|
1512
1615
|
"members": {
|
|
1513
1616
|
"ExportAssetToSignedUrl": {
|
|
@@ -1638,10 +1741,46 @@
|
|
|
1638
1741
|
"RevisionId": {},
|
|
1639
1742
|
"Stage": {}
|
|
1640
1743
|
}
|
|
1744
|
+
},
|
|
1745
|
+
"CreateS3DataAccessFromS3Bucket": {
|
|
1746
|
+
"type": "structure",
|
|
1747
|
+
"required": [
|
|
1748
|
+
"AssetSource",
|
|
1749
|
+
"DataSetId",
|
|
1750
|
+
"RevisionId"
|
|
1751
|
+
],
|
|
1752
|
+
"members": {
|
|
1753
|
+
"AssetSource": {
|
|
1754
|
+
"shape": "S19"
|
|
1755
|
+
},
|
|
1756
|
+
"DataSetId": {},
|
|
1757
|
+
"RevisionId": {}
|
|
1758
|
+
}
|
|
1759
|
+
},
|
|
1760
|
+
"ImportAssetsFromLakeFormationTagPolicy": {
|
|
1761
|
+
"type": "structure",
|
|
1762
|
+
"required": [
|
|
1763
|
+
"CatalogId",
|
|
1764
|
+
"RoleArn",
|
|
1765
|
+
"DataSetId",
|
|
1766
|
+
"RevisionId"
|
|
1767
|
+
],
|
|
1768
|
+
"members": {
|
|
1769
|
+
"CatalogId": {},
|
|
1770
|
+
"Database": {
|
|
1771
|
+
"shape": "S1d"
|
|
1772
|
+
},
|
|
1773
|
+
"Table": {
|
|
1774
|
+
"shape": "S1k"
|
|
1775
|
+
},
|
|
1776
|
+
"RoleArn": {},
|
|
1777
|
+
"DataSetId": {},
|
|
1778
|
+
"RevisionId": {}
|
|
1779
|
+
}
|
|
1641
1780
|
}
|
|
1642
1781
|
}
|
|
1643
1782
|
},
|
|
1644
|
-
"
|
|
1783
|
+
"S20": {
|
|
1645
1784
|
"type": "list",
|
|
1646
1785
|
"member": {
|
|
1647
1786
|
"type": "structure",
|
|
@@ -1678,7 +1817,7 @@
|
|
|
1678
1817
|
}
|
|
1679
1818
|
}
|
|
1680
1819
|
},
|
|
1681
|
-
"
|
|
1820
|
+
"S2k": {
|
|
1682
1821
|
"type": "structure",
|
|
1683
1822
|
"members": {
|
|
1684
1823
|
"S3SnapshotAsset": {
|
|
@@ -1716,6 +1855,83 @@
|
|
|
1716
1855
|
"ProtocolType": {},
|
|
1717
1856
|
"Stage": {}
|
|
1718
1857
|
}
|
|
1858
|
+
},
|
|
1859
|
+
"S3DataAccessAsset": {
|
|
1860
|
+
"type": "structure",
|
|
1861
|
+
"required": [
|
|
1862
|
+
"Bucket"
|
|
1863
|
+
],
|
|
1864
|
+
"members": {
|
|
1865
|
+
"Bucket": {},
|
|
1866
|
+
"KeyPrefixes": {
|
|
1867
|
+
"shape": "S1a"
|
|
1868
|
+
},
|
|
1869
|
+
"Keys": {
|
|
1870
|
+
"shape": "S1a"
|
|
1871
|
+
},
|
|
1872
|
+
"S3AccessPointAlias": {},
|
|
1873
|
+
"S3AccessPointArn": {}
|
|
1874
|
+
}
|
|
1875
|
+
},
|
|
1876
|
+
"LakeFormationDataPermissionAsset": {
|
|
1877
|
+
"type": "structure",
|
|
1878
|
+
"required": [
|
|
1879
|
+
"LakeFormationDataPermissionDetails",
|
|
1880
|
+
"LakeFormationDataPermissionType",
|
|
1881
|
+
"Permissions"
|
|
1882
|
+
],
|
|
1883
|
+
"members": {
|
|
1884
|
+
"LakeFormationDataPermissionDetails": {
|
|
1885
|
+
"type": "structure",
|
|
1886
|
+
"members": {
|
|
1887
|
+
"LFTagPolicy": {
|
|
1888
|
+
"type": "structure",
|
|
1889
|
+
"required": [
|
|
1890
|
+
"CatalogId",
|
|
1891
|
+
"ResourceType",
|
|
1892
|
+
"ResourceDetails"
|
|
1893
|
+
],
|
|
1894
|
+
"members": {
|
|
1895
|
+
"CatalogId": {},
|
|
1896
|
+
"ResourceType": {},
|
|
1897
|
+
"ResourceDetails": {
|
|
1898
|
+
"type": "structure",
|
|
1899
|
+
"members": {
|
|
1900
|
+
"Database": {
|
|
1901
|
+
"type": "structure",
|
|
1902
|
+
"required": [
|
|
1903
|
+
"Expression"
|
|
1904
|
+
],
|
|
1905
|
+
"members": {
|
|
1906
|
+
"Expression": {
|
|
1907
|
+
"shape": "S1e"
|
|
1908
|
+
}
|
|
1909
|
+
}
|
|
1910
|
+
},
|
|
1911
|
+
"Table": {
|
|
1912
|
+
"type": "structure",
|
|
1913
|
+
"required": [
|
|
1914
|
+
"Expression"
|
|
1915
|
+
],
|
|
1916
|
+
"members": {
|
|
1917
|
+
"Expression": {
|
|
1918
|
+
"shape": "S1e"
|
|
1919
|
+
}
|
|
1920
|
+
}
|
|
1921
|
+
}
|
|
1922
|
+
}
|
|
1923
|
+
}
|
|
1924
|
+
}
|
|
1925
|
+
}
|
|
1926
|
+
}
|
|
1927
|
+
},
|
|
1928
|
+
"LakeFormationDataPermissionType": {},
|
|
1929
|
+
"Permissions": {
|
|
1930
|
+
"type": "list",
|
|
1931
|
+
"member": {}
|
|
1932
|
+
},
|
|
1933
|
+
"RoleArn": {}
|
|
1934
|
+
}
|
|
1719
1935
|
}
|
|
1720
1936
|
}
|
|
1721
1937
|
}
|