cdk-docker-image-deployment 0.0.89 → 0.0.91
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 +19 -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/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/codecatalyst-2022-09-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +1268 -0
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.paginators.json +45 -0
- package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +332 -157
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.paginators.json +35 -23
- 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/gamelift-2015-10-01.min.json +423 -164
- package/node_modules/aws-sdk/apis/gamelift-2015-10-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +1169 -483
- package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +20 -0
- package/node_modules/aws-sdk/apis/metadata.json +14 -0
- package/node_modules/aws-sdk/apis/pipes-2015-10-07.examples.json +5 -0
- package/node_modules/aws-sdk/apis/pipes-2015-10-07.min.json +1329 -0
- package/node_modules/aws-sdk/apis/pipes-2015-10-07.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +6 -3
- 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/states-2016-11-23.min.json +285 -62
- package/node_modules/aws-sdk/apis/states-2016-11-23.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +5 -1
- package/node_modules/aws-sdk/clients/all.d.ts +4 -0
- package/node_modules/aws-sdk/clients/all.js +5 -1
- package/node_modules/aws-sdk/clients/athena.d.ts +1043 -42
- package/node_modules/aws-sdk/clients/codecatalyst.d.ts +1403 -0
- package/node_modules/aws-sdk/clients/codecatalyst.js +19 -0
- package/node_modules/aws-sdk/clients/comprehend.d.ts +238 -18
- 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/gamelift.d.ts +712 -323
- package/node_modules/aws-sdk/clients/glue.d.ts +1026 -83
- package/node_modules/aws-sdk/clients/pipes.d.ts +1612 -0
- package/node_modules/aws-sdk/clients/pipes.js +18 -0
- package/node_modules/aws-sdk/clients/s3control.d.ts +18 -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/stepfunctions.d.ts +290 -17
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +176 -21
- package/node_modules/aws-sdk/dist/aws-sdk.js +1576 -367
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -96
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +8 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/region_config_data.json +4 -2
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pagination": {
|
|
3
|
+
"ListAccessTokens": {
|
|
4
|
+
"input_token": "nextToken",
|
|
5
|
+
"output_token": "nextToken",
|
|
6
|
+
"limit_key": "maxResults",
|
|
7
|
+
"result_key": "items"
|
|
8
|
+
},
|
|
9
|
+
"ListDevEnvironments": {
|
|
10
|
+
"input_token": "nextToken",
|
|
11
|
+
"output_token": "nextToken",
|
|
12
|
+
"limit_key": "maxResults",
|
|
13
|
+
"result_key": "items"
|
|
14
|
+
},
|
|
15
|
+
"ListEventLogs": {
|
|
16
|
+
"input_token": "nextToken",
|
|
17
|
+
"output_token": "nextToken",
|
|
18
|
+
"limit_key": "maxResults",
|
|
19
|
+
"result_key": "items"
|
|
20
|
+
},
|
|
21
|
+
"ListProjects": {
|
|
22
|
+
"input_token": "nextToken",
|
|
23
|
+
"output_token": "nextToken",
|
|
24
|
+
"limit_key": "maxResults",
|
|
25
|
+
"result_key": "items"
|
|
26
|
+
},
|
|
27
|
+
"ListSourceRepositories": {
|
|
28
|
+
"input_token": "nextToken",
|
|
29
|
+
"output_token": "nextToken",
|
|
30
|
+
"limit_key": "maxResults",
|
|
31
|
+
"result_key": "items"
|
|
32
|
+
},
|
|
33
|
+
"ListSourceRepositoryBranches": {
|
|
34
|
+
"input_token": "nextToken",
|
|
35
|
+
"output_token": "nextToken",
|
|
36
|
+
"limit_key": "maxResults",
|
|
37
|
+
"result_key": "items"
|
|
38
|
+
},
|
|
39
|
+
"ListSpaces": {
|
|
40
|
+
"input_token": "nextToken",
|
|
41
|
+
"output_token": "nextToken",
|
|
42
|
+
"result_key": "items"
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|