cdk-docker-image-deployment 0.0.145 → 0.0.147
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 +4 -4
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/package.json +3 -3
- package/node_modules/@types/aws-lambda/trigger/amplify-resolver.d.ts +5 -3
- package/node_modules/aws-sdk/CHANGELOG.md +14 -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/s3-2006-03-01.examples.json +163 -163
- 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/eventbridge.d.ts +21 -21
- 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 +5 -5
|
@@ -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": {
|