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
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pagination": {
|
|
3
|
+
"GetCase": {
|
|
4
|
+
"input_token": "nextToken",
|
|
5
|
+
"output_token": "nextToken"
|
|
6
|
+
},
|
|
7
|
+
"ListCasesForContact": {
|
|
8
|
+
"input_token": "nextToken",
|
|
9
|
+
"output_token": "nextToken",
|
|
10
|
+
"limit_key": "maxResults"
|
|
11
|
+
},
|
|
12
|
+
"ListDomains": {
|
|
13
|
+
"input_token": "nextToken",
|
|
14
|
+
"output_token": "nextToken",
|
|
15
|
+
"limit_key": "maxResults"
|
|
16
|
+
},
|
|
17
|
+
"ListFieldOptions": {
|
|
18
|
+
"input_token": "nextToken",
|
|
19
|
+
"output_token": "nextToken",
|
|
20
|
+
"limit_key": "maxResults"
|
|
21
|
+
},
|
|
22
|
+
"ListFields": {
|
|
23
|
+
"input_token": "nextToken",
|
|
24
|
+
"output_token": "nextToken",
|
|
25
|
+
"limit_key": "maxResults"
|
|
26
|
+
},
|
|
27
|
+
"ListLayouts": {
|
|
28
|
+
"input_token": "nextToken",
|
|
29
|
+
"output_token": "nextToken",
|
|
30
|
+
"limit_key": "maxResults"
|
|
31
|
+
},
|
|
32
|
+
"ListTemplates": {
|
|
33
|
+
"input_token": "nextToken",
|
|
34
|
+
"output_token": "nextToken",
|
|
35
|
+
"limit_key": "maxResults"
|
|
36
|
+
},
|
|
37
|
+
"SearchCases": {
|
|
38
|
+
"input_token": "nextToken",
|
|
39
|
+
"output_token": "nextToken",
|
|
40
|
+
"limit_key": "maxResults",
|
|
41
|
+
"result_key": "cases"
|
|
42
|
+
},
|
|
43
|
+
"SearchRelatedItems": {
|
|
44
|
+
"input_token": "nextToken",
|
|
45
|
+
"output_token": "nextToken",
|
|
46
|
+
"limit_key": "maxResults",
|
|
47
|
+
"result_key": "relatedItems"
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|