cdk-docker-image-deployment 0.0.29 → 0.0.31
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 +13 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +339 -339
- package/node_modules/aws-sdk/apis/codedeploy-2014-10-06.min.json +7 -1
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +139 -127
- package/node_modules/aws-sdk/apis/dlm-2018-01-12.min.json +40 -12
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +311 -303
- package/node_modules/aws-sdk/apis/runtime.sagemaker-2017-05-13.min.json +4 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +626 -534
- package/node_modules/aws-sdk/apis/snowball-2016-06-30.paginators.json +24 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +297 -297
- package/node_modules/aws-sdk/clients/codedeploy.d.ts +90 -85
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +27 -11
- package/node_modules/aws-sdk/clients/dlm.d.ts +40 -8
- package/node_modules/aws-sdk/clients/ec2.d.ts +14 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +145 -0
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +6 -1
- package/node_modules/aws-sdk/clients/snowball.d.ts +13 -13
- package/node_modules/aws-sdk/clients/ssooidc.d.ts +9 -9
- 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 +9 -9
- package/node_modules/aws-sdk/dist/aws-sdk.js +321 -307
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +77 -77
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -5
|
@@ -6,11 +6,35 @@
|
|
|
6
6
|
"output_token": "NextToken",
|
|
7
7
|
"result_key": "Addresses"
|
|
8
8
|
},
|
|
9
|
+
"ListClusterJobs": {
|
|
10
|
+
"input_token": "NextToken",
|
|
11
|
+
"limit_key": "MaxResults",
|
|
12
|
+
"output_token": "NextToken",
|
|
13
|
+
"result_key": "JobListEntries"
|
|
14
|
+
},
|
|
15
|
+
"ListClusters": {
|
|
16
|
+
"input_token": "NextToken",
|
|
17
|
+
"limit_key": "MaxResults",
|
|
18
|
+
"output_token": "NextToken",
|
|
19
|
+
"result_key": "ClusterListEntries"
|
|
20
|
+
},
|
|
21
|
+
"ListCompatibleImages": {
|
|
22
|
+
"input_token": "NextToken",
|
|
23
|
+
"limit_key": "MaxResults",
|
|
24
|
+
"output_token": "NextToken",
|
|
25
|
+
"result_key": "CompatibleImages"
|
|
26
|
+
},
|
|
9
27
|
"ListJobs": {
|
|
10
28
|
"input_token": "NextToken",
|
|
11
29
|
"limit_key": "MaxResults",
|
|
12
30
|
"output_token": "NextToken",
|
|
13
31
|
"result_key": "JobListEntries"
|
|
32
|
+
},
|
|
33
|
+
"ListLongTermPricing": {
|
|
34
|
+
"input_token": "NextToken",
|
|
35
|
+
"limit_key": "MaxResults",
|
|
36
|
+
"output_token": "NextToken",
|
|
37
|
+
"result_key": "LongTermPricingEntries"
|
|
14
38
|
}
|
|
15
39
|
}
|
|
16
40
|
}
|