cdk-docker-image-deployment 0.0.88 → 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 +39 -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/arc-zonal-shift-2022-10-30.examples.json +5 -0
- package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.min.json +284 -0
- package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.paginators.json +16 -0
- 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/compute-optimizer-2019-11-01.min.json +31 -13
- package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +282 -134
- package/node_modules/aws-sdk/apis/config-2014-11-12.paginators.json +6 -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/ec2-2016-11-15.min.json +2824 -1317
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +42 -0
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +87 -52
- package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +128 -27
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +156 -130
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +1210 -481
- package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +20 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +205 -28
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +359 -50
- package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +127 -72
- package/node_modules/aws-sdk/apis/kms-2014-11-01.paginators.json +0 -7
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +69 -50
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.waiters2.json +26 -0
- package/node_modules/aws-sdk/apis/license-manager-user-subscriptions-2018-05-10.min.json +82 -9
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +793 -112
- package/node_modules/aws-sdk/apis/macie2-2020-01-01.paginators.json +33 -0
- package/node_modules/aws-sdk/apis/metadata.json +24 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +3722 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.paginators.json +100 -0
- package/node_modules/aws-sdk/apis/omics-2022-11-28.waiters2.json +498 -0
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.min.json +1082 -0
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.paginators.json +29 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +5991 -325
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +144 -31
- 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/apis/securityhub-2018-10-26.min.json +23 -16
- package/node_modules/aws-sdk/apis/securitylake-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/securitylake-2018-05-10.min.json +1041 -0
- package/node_modules/aws-sdk/apis/securitylake-2018-05-10.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.min.json +578 -0
- package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.paginators.json +14 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +5 -1
- package/node_modules/aws-sdk/clients/all.d.ts +7 -0
- package/node_modules/aws-sdk/clients/all.js +8 -1
- package/node_modules/aws-sdk/clients/arczonalshift.d.ts +309 -0
- package/node_modules/aws-sdk/clients/arczonalshift.js +18 -0
- package/node_modules/aws-sdk/clients/athena.d.ts +1043 -42
- package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +28 -5
- package/node_modules/aws-sdk/clients/configservice.d.ts +233 -6
- 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/ec2.d.ts +1851 -20
- package/node_modules/aws-sdk/clients/eks.d.ts +58 -8
- package/node_modules/aws-sdk/clients/firehose.d.ts +263 -48
- package/node_modules/aws-sdk/clients/fsx.d.ts +70 -21
- package/node_modules/aws-sdk/clients/glue.d.ts +1084 -75
- package/node_modules/aws-sdk/clients/inspector2.d.ts +289 -15
- package/node_modules/aws-sdk/clients/kms.d.ts +198 -92
- package/node_modules/aws-sdk/clients/lambda.d.ts +132 -94
- package/node_modules/aws-sdk/clients/licensemanagerusersubscriptions.d.ts +62 -4
- package/node_modules/aws-sdk/clients/macie2.d.ts +637 -54
- package/node_modules/aws-sdk/clients/omics.d.ts +4175 -0
- package/node_modules/aws-sdk/clients/omics.js +19 -0
- package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +1508 -0
- package/node_modules/aws-sdk/clients/opensearchserverless.js +18 -0
- package/node_modules/aws-sdk/clients/quicksight.d.ts +9833 -2835
- package/node_modules/aws-sdk/clients/s3control.d.ts +87 -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/clients/securityhub.d.ts +14 -0
- package/node_modules/aws-sdk/clients/securitylake.d.ts +1049 -0
- package/node_modules/aws-sdk/clients/securitylake.js +18 -0
- package/node_modules/aws-sdk/clients/simspaceweaver.d.ts +647 -0
- package/node_modules/aws-sdk/clients/simspaceweaver.js +18 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +39 -13
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +345 -44
- package/node_modules/aws-sdk/dist/aws-sdk.js +4128 -1445
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -95
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +14 -0
- package/node_modules/aws-sdk/lib/core.d.ts +4 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/event_listeners.js +26 -9
- package/node_modules/aws-sdk/lib/region_config.js +11 -2
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
|
@@ -197,6 +197,12 @@
|
|
|
197
197
|
"output_token": "nextToken",
|
|
198
198
|
"result_key": "resourceIdentifiers"
|
|
199
199
|
},
|
|
200
|
+
"ListResourceEvaluations": {
|
|
201
|
+
"input_token": "NextToken",
|
|
202
|
+
"limit_key": "Limit",
|
|
203
|
+
"output_token": "NextToken",
|
|
204
|
+
"result_key": "ResourceEvaluations"
|
|
205
|
+
},
|
|
200
206
|
"ListStoredQueries": {
|
|
201
207
|
"input_token": "NextToken",
|
|
202
208
|
"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
|
}
|