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.
Files changed (30) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +8 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/connectcases-2022-10-03.examples.json +5 -0
  8. package/node_modules/aws-sdk/apis/connectcases-2022-10-03.min.json +1536 -0
  9. package/node_modules/aws-sdk/apis/connectcases-2022-10-03.paginators.json +50 -0
  10. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +7 -0
  11. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  12. package/node_modules/aws-sdk/apis/workmail-2017-10-01.min.json +309 -72
  13. package/node_modules/aws-sdk/apis/workmail-2017-10-01.paginators.json +5 -0
  14. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  15. package/node_modules/aws-sdk/clients/all.js +2 -1
  16. package/node_modules/aws-sdk/clients/connect.d.ts +1 -1
  17. package/node_modules/aws-sdk/clients/connectcases.d.ts +1466 -0
  18. package/node_modules/aws-sdk/clients/connectcases.js +18 -0
  19. package/node_modules/aws-sdk/clients/ec2.d.ts +9 -1
  20. package/node_modules/aws-sdk/clients/ecs.d.ts +4 -4
  21. package/node_modules/aws-sdk/clients/s3control.d.ts +2 -2
  22. package/node_modules/aws-sdk/clients/workmail.d.ts +436 -103
  23. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  24. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +44 -7
  25. package/node_modules/aws-sdk/dist/aws-sdk.js +13 -3
  26. package/node_modules/aws-sdk/dist/aws-sdk.min.js +62 -62
  27. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  28. package/node_modules/aws-sdk/lib/core.js +1 -1
  29. package/node_modules/aws-sdk/package.json +1 -1
  30. 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
  }
@@ -1199,5 +1199,8 @@
1199
1199
  },
1200
1200
  "migrationhuborchestrator": {
1201
1201
  "name": "MigrationHubOrchestrator"
1202
+ },
1203
+ "connectcases": {
1204
+ "name": "ConnectCases"
1202
1205
  }
1203
1206
  }