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.
Files changed (34) 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 +13 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +339 -339
  8. package/node_modules/aws-sdk/apis/connectcases-2022-10-03.examples.json +5 -0
  9. package/node_modules/aws-sdk/apis/connectcases-2022-10-03.min.json +1536 -0
  10. package/node_modules/aws-sdk/apis/connectcases-2022-10-03.paginators.json +50 -0
  11. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +318 -303
  12. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  13. package/node_modules/aws-sdk/apis/snowball-2016-06-30.paginators.json +24 -0
  14. package/node_modules/aws-sdk/apis/workmail-2017-10-01.min.json +309 -72
  15. package/node_modules/aws-sdk/apis/workmail-2017-10-01.paginators.json +5 -0
  16. package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +297 -297
  17. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  18. package/node_modules/aws-sdk/clients/all.js +2 -1
  19. package/node_modules/aws-sdk/clients/connect.d.ts +1 -1
  20. package/node_modules/aws-sdk/clients/connectcases.d.ts +1466 -0
  21. package/node_modules/aws-sdk/clients/connectcases.js +18 -0
  22. package/node_modules/aws-sdk/clients/ec2.d.ts +23 -2
  23. package/node_modules/aws-sdk/clients/ecs.d.ts +4 -4
  24. package/node_modules/aws-sdk/clients/s3control.d.ts +2 -2
  25. package/node_modules/aws-sdk/clients/snowball.d.ts +13 -13
  26. package/node_modules/aws-sdk/clients/workmail.d.ts +436 -103
  27. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  28. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +46 -9
  29. package/node_modules/aws-sdk/dist/aws-sdk.js +324 -306
  30. package/node_modules/aws-sdk/dist/aws-sdk.min.js +64 -64
  31. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  32. package/node_modules/aws-sdk/lib/core.js +1 -1
  33. package/node_modules/aws-sdk/package.json +1 -1
  34. package/package.json +4 -4
@@ -1199,5 +1199,8 @@
1199
1199
  },
1200
1200
  "migrationhuborchestrator": {
1201
1201
  "name": "MigrationHubOrchestrator"
1202
+ },
1203
+ "connectcases": {
1204
+ "name": "ConnectCases"
1202
1205
  }
1203
1206
  }
@@ -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
  }