cdk-comprehend-s3olap 2.0.110 → 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.
- package/.jsii +4 -4
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +14 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/acm-2015-12-08.min.json +46 -2
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +39 -9
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +404 -78
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.min.json +1461 -0
- package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +3 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +811 -777
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +119 -41
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +35 -34
- package/node_modules/aws-sdk/clients/acm.d.ts +94 -17
- 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/ec2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +25 -0
- package/node_modules/aws-sdk/clients/fsx.d.ts +406 -30
- package/node_modules/aws-sdk/clients/migrationhuborchestrator.d.ts +1840 -0
- package/node_modules/aws-sdk/clients/migrationhuborchestrator.js +19 -0
- package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
- package/node_modules/aws-sdk/clients/proton.d.ts +132 -127
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +45 -2
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +44 -44
- package/node_modules/aws-sdk/clients/translate.d.ts +53 -0
- package/node_modules/aws-sdk/clients/workspaces.d.ts +6 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +6 -9
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +60 -19
- package/node_modules/aws-sdk/dist/aws-sdk.js +175 -53
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -96
- 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/lib/event_listeners.js +4 -6
- package/node_modules/aws-sdk/lib/model/api.js +0 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/bin/esbuild +1 -1
- package/node_modules/esbuild/install.js +4 -4
- package/node_modules/esbuild/lib/main.d.ts +7 -2
- package/node_modules/esbuild/lib/main.js +8 -8
- package/node_modules/esbuild/package.json +23 -23
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- 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
|
+
}
|