cdk-docker-image-deployment 0.0.30 → 0.0.32
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/connectcases-2022-10-03.examples.json +5 -0
- package/node_modules/aws-sdk/apis/connectcases-2022-10-03.min.json +1536 -0
- package/node_modules/aws-sdk/apis/connectcases-2022-10-03.paginators.json +50 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +318 -303
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/snowball-2016-06-30.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.min.json +309 -72
- package/node_modules/aws-sdk/apis/workmail-2017-10-01.paginators.json +5 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +297 -297
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/connect.d.ts +1 -1
- package/node_modules/aws-sdk/clients/connectcases.d.ts +1466 -0
- package/node_modules/aws-sdk/clients/connectcases.js +18 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +23 -2
- package/node_modules/aws-sdk/clients/ecs.d.ts +4 -4
- package/node_modules/aws-sdk/clients/s3control.d.ts +2 -2
- package/node_modules/aws-sdk/clients/snowball.d.ts +13 -13
- package/node_modules/aws-sdk/clients/workmail.d.ts +436 -103
- 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 +46 -9
- package/node_modules/aws-sdk/dist/aws-sdk.js +324 -306
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +64 -64
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -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
|
}
|