cdk-lambda-subminute 2.0.224 → 2.0.226

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