cdk-comprehend-s3olap 2.0.225 → 2.0.227
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/@esbuild/linux-x64/bin/esbuild +0 -0
- package/node_modules/@esbuild/linux-x64/package.json +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +15 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +54 -16
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ebs-2019-11-02.min.json +2 -1
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +795 -780
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +25 -0
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +823 -0
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +390 -318
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.examples.json +5 -0
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +438 -0
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/metadata.json +7 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +3 -0
- package/node_modules/aws-sdk/clients/all.d.ts +2 -0
- package/node_modules/aws-sdk/clients/all.js +3 -1
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +7 -7
- package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +1 -1
- package/node_modules/aws-sdk/clients/ebs.d.ts +17 -12
- package/node_modules/aws-sdk/clients/ec2.d.ts +29 -0
- package/node_modules/aws-sdk/clients/eks.d.ts +1 -1
- package/node_modules/aws-sdk/clients/entityresolution.d.ts +815 -0
- package/node_modules/aws-sdk/clients/entityresolution.js +18 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +123 -1
- package/node_modules/aws-sdk/clients/healthlake.d.ts +70 -70
- package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +494 -0
- package/node_modules/aws-sdk/clients/managedblockchainquery.js +19 -0
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +421 -414
- package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +1 -1
- package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
- package/node_modules/aws-sdk/clients/route53.d.ts +13 -13
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1 -0
- 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 +92 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +839 -783
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +98 -98
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/bin/esbuild +1 -1
- package/node_modules/esbuild/lib/main.js +8 -8
- package/node_modules/esbuild/package.json +23 -23
- package/package.json +5 -5
@@ -0,0 +1,22 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"ListMatchingJobs": {
|
4
|
+
"input_token": "nextToken",
|
5
|
+
"output_token": "nextToken",
|
6
|
+
"limit_key": "maxResults",
|
7
|
+
"result_key": "jobs"
|
8
|
+
},
|
9
|
+
"ListMatchingWorkflows": {
|
10
|
+
"input_token": "nextToken",
|
11
|
+
"output_token": "nextToken",
|
12
|
+
"limit_key": "maxResults",
|
13
|
+
"result_key": "workflowSummaries"
|
14
|
+
},
|
15
|
+
"ListSchemaMappings": {
|
16
|
+
"input_token": "nextToken",
|
17
|
+
"output_token": "nextToken",
|
18
|
+
"limit_key": "maxResults",
|
19
|
+
"result_key": "schemaList"
|
20
|
+
}
|
21
|
+
}
|
22
|
+
}
|