cdk-docker-image-deployment 0.0.145 → 0.0.146
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 +9 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1721 -1253
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +40 -29
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +23 -1
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +541 -534
- package/node_modules/aws-sdk/clients/ec2.d.ts +544 -14
- package/node_modules/aws-sdk/clients/m2.d.ts +10 -0
- package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +16 -16
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +28 -1
- package/node_modules/aws-sdk/clients/sts.d.ts +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +1723 -1231
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +73 -72
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -243,6 +243,18 @@
|
|
|
243
243
|
"output_token": "NextToken",
|
|
244
244
|
"result_key": "IpamPools"
|
|
245
245
|
},
|
|
246
|
+
"DescribeIpamResourceDiscoveries": {
|
|
247
|
+
"input_token": "NextToken",
|
|
248
|
+
"limit_key": "MaxResults",
|
|
249
|
+
"output_token": "NextToken",
|
|
250
|
+
"result_key": "IpamResourceDiscoveries"
|
|
251
|
+
},
|
|
252
|
+
"DescribeIpamResourceDiscoveryAssociations": {
|
|
253
|
+
"input_token": "NextToken",
|
|
254
|
+
"limit_key": "MaxResults",
|
|
255
|
+
"output_token": "NextToken",
|
|
256
|
+
"result_key": "IpamResourceDiscoveryAssociations"
|
|
257
|
+
},
|
|
246
258
|
"DescribeIpamScopes": {
|
|
247
259
|
"input_token": "NextToken",
|
|
248
260
|
"limit_key": "MaxResults",
|
|
@@ -719,6 +731,18 @@
|
|
|
719
731
|
"output_token": "NextToken",
|
|
720
732
|
"result_key": "HistoryRecords"
|
|
721
733
|
},
|
|
734
|
+
"GetIpamDiscoveredAccounts": {
|
|
735
|
+
"input_token": "NextToken",
|
|
736
|
+
"limit_key": "MaxResults",
|
|
737
|
+
"output_token": "NextToken",
|
|
738
|
+
"result_key": "IpamDiscoveredAccounts"
|
|
739
|
+
},
|
|
740
|
+
"GetIpamDiscoveredResourceCidrs": {
|
|
741
|
+
"input_token": "NextToken",
|
|
742
|
+
"limit_key": "MaxResults",
|
|
743
|
+
"output_token": "NextToken",
|
|
744
|
+
"result_key": "IpamDiscoveredResourceCidrs"
|
|
745
|
+
},
|
|
722
746
|
"GetIpamPoolAllocations": {
|
|
723
747
|
"input_token": "NextToken",
|
|
724
748
|
"limit_key": "MaxResults",
|
|
@@ -547,6 +547,9 @@
|
|
|
547
547
|
],
|
|
548
548
|
"members": {
|
|
549
549
|
"applicationId": {},
|
|
550
|
+
"batchJobIdentifier": {
|
|
551
|
+
"shape": "S21"
|
|
552
|
+
},
|
|
550
553
|
"endTime": {
|
|
551
554
|
"type": "timestamp"
|
|
552
555
|
},
|
|
@@ -555,6 +558,7 @@
|
|
|
555
558
|
"jobName": {},
|
|
556
559
|
"jobType": {},
|
|
557
560
|
"jobUser": {},
|
|
561
|
+
"returnCode": {},
|
|
558
562
|
"startTime": {
|
|
559
563
|
"type": "timestamp"
|
|
560
564
|
},
|
|
@@ -678,7 +682,7 @@
|
|
|
678
682
|
"members": {
|
|
679
683
|
"status": {},
|
|
680
684
|
"summary": {
|
|
681
|
-
"shape": "
|
|
685
|
+
"shape": "S2e"
|
|
682
686
|
},
|
|
683
687
|
"taskId": {}
|
|
684
688
|
}
|
|
@@ -885,7 +889,7 @@
|
|
|
885
889
|
"type": "integer"
|
|
886
890
|
},
|
|
887
891
|
"names": {
|
|
888
|
-
"shape": "
|
|
892
|
+
"shape": "S2s",
|
|
889
893
|
"location": "querystring",
|
|
890
894
|
"locationName": "names"
|
|
891
895
|
},
|
|
@@ -1078,6 +1082,9 @@
|
|
|
1078
1082
|
],
|
|
1079
1083
|
"members": {
|
|
1080
1084
|
"applicationId": {},
|
|
1085
|
+
"batchJobIdentifier": {
|
|
1086
|
+
"shape": "S21"
|
|
1087
|
+
},
|
|
1081
1088
|
"endTime": {
|
|
1082
1089
|
"type": "timestamp"
|
|
1083
1090
|
},
|
|
@@ -1085,6 +1092,7 @@
|
|
|
1085
1092
|
"jobId": {},
|
|
1086
1093
|
"jobName": {},
|
|
1087
1094
|
"jobType": {},
|
|
1095
|
+
"returnCode": {},
|
|
1088
1096
|
"startTime": {
|
|
1089
1097
|
"type": "timestamp"
|
|
1090
1098
|
},
|
|
@@ -1141,7 +1149,7 @@
|
|
|
1141
1149
|
"members": {
|
|
1142
1150
|
"status": {},
|
|
1143
1151
|
"summary": {
|
|
1144
|
-
"shape": "
|
|
1152
|
+
"shape": "S2e"
|
|
1145
1153
|
},
|
|
1146
1154
|
"taskId": {}
|
|
1147
1155
|
}
|
|
@@ -1346,7 +1354,7 @@
|
|
|
1346
1354
|
"type": "integer"
|
|
1347
1355
|
},
|
|
1348
1356
|
"names": {
|
|
1349
|
-
"shape": "
|
|
1357
|
+
"shape": "S2s",
|
|
1350
1358
|
"location": "querystring",
|
|
1351
1359
|
"locationName": "names"
|
|
1352
1360
|
},
|
|
@@ -1463,29 +1471,7 @@
|
|
|
1463
1471
|
"locationName": "applicationId"
|
|
1464
1472
|
},
|
|
1465
1473
|
"batchJobIdentifier": {
|
|
1466
|
-
"
|
|
1467
|
-
"members": {
|
|
1468
|
-
"fileBatchJobIdentifier": {
|
|
1469
|
-
"type": "structure",
|
|
1470
|
-
"required": [
|
|
1471
|
-
"fileName"
|
|
1472
|
-
],
|
|
1473
|
-
"members": {
|
|
1474
|
-
"fileName": {},
|
|
1475
|
-
"folderPath": {}
|
|
1476
|
-
}
|
|
1477
|
-
},
|
|
1478
|
-
"scriptBatchJobIdentifier": {
|
|
1479
|
-
"type": "structure",
|
|
1480
|
-
"required": [
|
|
1481
|
-
"scriptName"
|
|
1482
|
-
],
|
|
1483
|
-
"members": {
|
|
1484
|
-
"scriptName": {}
|
|
1485
|
-
}
|
|
1486
|
-
}
|
|
1487
|
-
},
|
|
1488
|
-
"union": true
|
|
1474
|
+
"shape": "S21"
|
|
1489
1475
|
},
|
|
1490
1476
|
"jobParams": {
|
|
1491
1477
|
"type": "map",
|
|
@@ -1789,7 +1775,32 @@
|
|
|
1789
1775
|
"type": "list",
|
|
1790
1776
|
"member": {}
|
|
1791
1777
|
},
|
|
1792
|
-
"
|
|
1778
|
+
"S21": {
|
|
1779
|
+
"type": "structure",
|
|
1780
|
+
"members": {
|
|
1781
|
+
"fileBatchJobIdentifier": {
|
|
1782
|
+
"type": "structure",
|
|
1783
|
+
"required": [
|
|
1784
|
+
"fileName"
|
|
1785
|
+
],
|
|
1786
|
+
"members": {
|
|
1787
|
+
"fileName": {},
|
|
1788
|
+
"folderPath": {}
|
|
1789
|
+
}
|
|
1790
|
+
},
|
|
1791
|
+
"scriptBatchJobIdentifier": {
|
|
1792
|
+
"type": "structure",
|
|
1793
|
+
"required": [
|
|
1794
|
+
"scriptName"
|
|
1795
|
+
],
|
|
1796
|
+
"members": {
|
|
1797
|
+
"scriptName": {}
|
|
1798
|
+
}
|
|
1799
|
+
}
|
|
1800
|
+
},
|
|
1801
|
+
"union": true
|
|
1802
|
+
},
|
|
1803
|
+
"S2e": {
|
|
1793
1804
|
"type": "structure",
|
|
1794
1805
|
"required": [
|
|
1795
1806
|
"failed",
|
|
@@ -1816,7 +1827,7 @@
|
|
|
1816
1827
|
}
|
|
1817
1828
|
}
|
|
1818
1829
|
},
|
|
1819
|
-
"
|
|
1830
|
+
"S2s": {
|
|
1820
1831
|
"type": "list",
|
|
1821
1832
|
"member": {}
|
|
1822
1833
|
}
|
|
@@ -1532,11 +1532,17 @@
|
|
|
1532
1532
|
],
|
|
1533
1533
|
"members": {
|
|
1534
1534
|
"AccountId": {
|
|
1535
|
+
"contextParam": {
|
|
1536
|
+
"name": "AccountId"
|
|
1537
|
+
},
|
|
1535
1538
|
"hostLabel": true,
|
|
1536
1539
|
"location": "header",
|
|
1537
1540
|
"locationName": "x-amz-account-id"
|
|
1538
1541
|
},
|
|
1539
1542
|
"Bucket": {
|
|
1543
|
+
"contextParam": {
|
|
1544
|
+
"name": "Bucket"
|
|
1545
|
+
},
|
|
1540
1546
|
"location": "uri",
|
|
1541
1547
|
"locationName": "name"
|
|
1542
1548
|
}
|
|
@@ -1553,6 +1559,11 @@
|
|
|
1553
1559
|
},
|
|
1554
1560
|
"endpoint": {
|
|
1555
1561
|
"hostPrefix": "{AccountId}."
|
|
1562
|
+
},
|
|
1563
|
+
"staticContextParams": {
|
|
1564
|
+
"RequiresAccountId": {
|
|
1565
|
+
"value": true
|
|
1566
|
+
}
|
|
1556
1567
|
}
|
|
1557
1568
|
},
|
|
1558
1569
|
"GetJobTagging": {
|
|
@@ -2613,11 +2624,17 @@
|
|
|
2613
2624
|
],
|
|
2614
2625
|
"members": {
|
|
2615
2626
|
"AccountId": {
|
|
2627
|
+
"contextParam": {
|
|
2628
|
+
"name": "AccountId"
|
|
2629
|
+
},
|
|
2616
2630
|
"hostLabel": true,
|
|
2617
2631
|
"location": "header",
|
|
2618
2632
|
"locationName": "x-amz-account-id"
|
|
2619
2633
|
},
|
|
2620
2634
|
"Bucket": {
|
|
2635
|
+
"contextParam": {
|
|
2636
|
+
"name": "Bucket"
|
|
2637
|
+
},
|
|
2621
2638
|
"location": "uri",
|
|
2622
2639
|
"locationName": "name"
|
|
2623
2640
|
},
|
|
@@ -2644,7 +2661,12 @@
|
|
|
2644
2661
|
"endpoint": {
|
|
2645
2662
|
"hostPrefix": "{AccountId}."
|
|
2646
2663
|
},
|
|
2647
|
-
"httpChecksumRequired": true
|
|
2664
|
+
"httpChecksumRequired": true,
|
|
2665
|
+
"staticContextParams": {
|
|
2666
|
+
"RequiresAccountId": {
|
|
2667
|
+
"value": true
|
|
2668
|
+
}
|
|
2669
|
+
}
|
|
2648
2670
|
},
|
|
2649
2671
|
"PutJobTagging": {
|
|
2650
2672
|
"http": {
|