cdk-docker-image-deployment 0.0.31 → 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 +8 -1
- package/node_modules/aws-sdk/README.md +1 -1
- 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 +7 -0
- package/node_modules/aws-sdk/apis/metadata.json +3 -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/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 +9 -1
- 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/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 +44 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +13 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +62 -62
- 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
|
+
}
|
|
@@ -13990,6 +13990,10 @@
|
|
|
13990
13990
|
"EnableDnsSupport": {
|
|
13991
13991
|
"shape": "S14p",
|
|
13992
13992
|
"locationName": "enableDnsSupport"
|
|
13993
|
+
},
|
|
13994
|
+
"EnableNetworkAddressUsageMetrics": {
|
|
13995
|
+
"shape": "S14p",
|
|
13996
|
+
"locationName": "enableNetworkAddressUsageMetrics"
|
|
13993
13997
|
}
|
|
13994
13998
|
}
|
|
13995
13999
|
}
|
|
@@ -19555,6 +19559,9 @@
|
|
|
19555
19559
|
},
|
|
19556
19560
|
"VpcId": {
|
|
19557
19561
|
"locationName": "vpcId"
|
|
19562
|
+
},
|
|
19563
|
+
"EnableNetworkAddressUsageMetrics": {
|
|
19564
|
+
"shape": "S14p"
|
|
19558
19565
|
}
|
|
19559
19566
|
}
|
|
19560
19567
|
}
|