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.
Files changed (53) 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/@esbuild/linux-x64/bin/esbuild +0 -0
  6. package/node_modules/@esbuild/linux-x64/package.json +1 -1
  7. package/node_modules/aws-sdk/CHANGELOG.md +15 -1
  8. package/node_modules/aws-sdk/README.md +1 -1
  9. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +54 -16
  10. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +3 -0
  11. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.paginators.json +6 -0
  12. package/node_modules/aws-sdk/apis/ebs-2019-11-02.min.json +2 -1
  13. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +795 -780
  14. package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +25 -0
  15. package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.examples.json +5 -0
  16. package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +823 -0
  17. package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.paginators.json +22 -0
  18. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +390 -318
  19. package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.examples.json +5 -0
  20. package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +438 -0
  21. package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.paginators.json +22 -0
  22. package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.waiters2.json +5 -0
  23. package/node_modules/aws-sdk/apis/metadata.json +7 -0
  24. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +3 -0
  25. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  26. package/node_modules/aws-sdk/clients/all.js +3 -1
  27. package/node_modules/aws-sdk/clients/autoscaling.d.ts +7 -7
  28. package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +1 -1
  29. package/node_modules/aws-sdk/clients/ebs.d.ts +17 -12
  30. package/node_modules/aws-sdk/clients/ec2.d.ts +29 -0
  31. package/node_modules/aws-sdk/clients/eks.d.ts +1 -1
  32. package/node_modules/aws-sdk/clients/entityresolution.d.ts +815 -0
  33. package/node_modules/aws-sdk/clients/entityresolution.js +18 -0
  34. package/node_modules/aws-sdk/clients/glue.d.ts +123 -1
  35. package/node_modules/aws-sdk/clients/healthlake.d.ts +70 -70
  36. package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +494 -0
  37. package/node_modules/aws-sdk/clients/managedblockchainquery.js +19 -0
  38. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +421 -414
  39. package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +1 -1
  40. package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
  41. package/node_modules/aws-sdk/clients/route53.d.ts +13 -13
  42. package/node_modules/aws-sdk/clients/sagemaker.d.ts +1 -0
  43. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  44. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +92 -11
  45. package/node_modules/aws-sdk/dist/aws-sdk.js +839 -783
  46. package/node_modules/aws-sdk/dist/aws-sdk.min.js +98 -98
  47. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  48. package/node_modules/aws-sdk/lib/core.js +1 -1
  49. package/node_modules/aws-sdk/package.json +1 -1
  50. package/node_modules/esbuild/bin/esbuild +1 -1
  51. package/node_modules/esbuild/lib/main.js +8 -8
  52. package/node_modules/esbuild/package.json +23 -23
  53. 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
+ }