cdk-comprehend-s3olap 2.0.109 → 2.0.111

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 (50) hide show
  1. package/.jsii +4 -4
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +14 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/acm-2015-12-08.min.json +46 -2
  8. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +39 -9
  9. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +404 -78
  10. package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +5 -0
  11. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  12. package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.examples.json +5 -0
  13. package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.min.json +1461 -0
  14. package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.paginators.json +46 -0
  15. package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.waiters2.json +5 -0
  16. package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +3 -0
  17. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +811 -777
  18. package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +119 -41
  19. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +35 -34
  20. package/node_modules/aws-sdk/clients/acm.d.ts +94 -17
  21. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  22. package/node_modules/aws-sdk/clients/all.js +2 -1
  23. package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
  24. package/node_modules/aws-sdk/clients/emrserverless.d.ts +25 -0
  25. package/node_modules/aws-sdk/clients/fsx.d.ts +406 -30
  26. package/node_modules/aws-sdk/clients/migrationhuborchestrator.d.ts +1840 -0
  27. package/node_modules/aws-sdk/clients/migrationhuborchestrator.js +19 -0
  28. package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
  29. package/node_modules/aws-sdk/clients/proton.d.ts +132 -127
  30. package/node_modules/aws-sdk/clients/sagemaker.d.ts +45 -2
  31. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +44 -44
  32. package/node_modules/aws-sdk/clients/translate.d.ts +53 -0
  33. package/node_modules/aws-sdk/clients/workspaces.d.ts +6 -1
  34. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +6 -9
  35. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +60 -19
  36. package/node_modules/aws-sdk/dist/aws-sdk.js +175 -53
  37. package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -96
  38. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  39. package/node_modules/aws-sdk/lib/core.js +1 -1
  40. package/node_modules/aws-sdk/lib/event_listeners.js +4 -6
  41. package/node_modules/aws-sdk/lib/model/api.js +0 -1
  42. package/node_modules/aws-sdk/package.json +1 -1
  43. package/node_modules/esbuild/bin/esbuild +1 -1
  44. package/node_modules/esbuild/install.js +4 -4
  45. package/node_modules/esbuild/lib/main.d.ts +7 -2
  46. package/node_modules/esbuild/lib/main.js +8 -8
  47. package/node_modules/esbuild/package.json +23 -23
  48. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  49. package/node_modules/esbuild-linux-64/package.json +1 -1
  50. package/package.json +7 -7
@@ -0,0 +1,46 @@
1
+ {
2
+ "pagination": {
3
+ "ListPlugins": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "plugins"
8
+ },
9
+ "ListTemplateStepGroups": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "templateStepGroupSummary"
14
+ },
15
+ "ListTemplateSteps": {
16
+ "input_token": "nextToken",
17
+ "output_token": "nextToken",
18
+ "limit_key": "maxResults",
19
+ "result_key": "templateStepSummaryList"
20
+ },
21
+ "ListTemplates": {
22
+ "input_token": "nextToken",
23
+ "output_token": "nextToken",
24
+ "limit_key": "maxResults",
25
+ "result_key": "templateSummary"
26
+ },
27
+ "ListWorkflowStepGroups": {
28
+ "input_token": "nextToken",
29
+ "output_token": "nextToken",
30
+ "limit_key": "maxResults",
31
+ "result_key": "workflowStepGroupsSummary"
32
+ },
33
+ "ListWorkflowSteps": {
34
+ "input_token": "nextToken",
35
+ "output_token": "nextToken",
36
+ "limit_key": "maxResults",
37
+ "result_key": "workflowStepsSummary"
38
+ },
39
+ "ListWorkflows": {
40
+ "input_token": "nextToken",
41
+ "output_token": "nextToken",
42
+ "limit_key": "maxResults",
43
+ "result_key": "migrationWorkflowSummary"
44
+ }
45
+ }
46
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ }
5
+ }
@@ -1988,6 +1988,9 @@
1988
1988
  "input": {
1989
1989
  "type": "structure",
1990
1990
  "members": {
1991
+ "deletePipelineProvisioningRepository": {
1992
+ "type": "boolean"
1993
+ },
1991
1994
  "pipelineProvisioningRepository": {
1992
1995
  "shape": "S1a"
1993
1996
  },