cdk-lambda-subminute 2.0.312 → 2.0.314

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 (54) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.min.json +319 -17
  5. package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.paginators.json +6 -0
  6. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +1222 -83
  7. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +36 -0
  8. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.examples.json +5 -0
  9. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.min.json +1226 -0
  10. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.paginators.json +34 -0
  11. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +654 -589
  12. package/node_modules/aws-sdk/apis/marketplace-agreement-2020-03-01.examples.json +5 -0
  13. package/node_modules/aws-sdk/apis/marketplace-agreement-2020-03-01.min.json +397 -0
  14. package/node_modules/aws-sdk/apis/marketplace-agreement-2020-03-01.paginators.json +14 -0
  15. package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.min.json +542 -7
  16. package/node_modules/aws-sdk/apis/marketplace-deployment-2023-01-25.examples.json +5 -0
  17. package/node_modules/aws-sdk/apis/marketplace-deployment-2023-01-25.min.json +178 -0
  18. package/node_modules/aws-sdk/apis/marketplace-deployment-2023-01-25.paginators.json +4 -0
  19. package/node_modules/aws-sdk/apis/metadata.json +11 -0
  20. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +369 -195
  21. package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.min.json +49 -46
  22. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +436 -74
  23. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.paginators.json +12 -0
  24. package/node_modules/aws-sdk/apis/runtime.sagemaker-2017-05-13.min.json +8 -0
  25. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1955 -1012
  26. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +18 -0
  27. package/node_modules/aws-sdk/clients/all.d.ts +3 -0
  28. package/node_modules/aws-sdk/clients/all.js +4 -1
  29. package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +31 -31
  30. package/node_modules/aws-sdk/clients/arczonalshift.d.ts +330 -30
  31. package/node_modules/aws-sdk/clients/cleanrooms.d.ts +1292 -177
  32. package/node_modules/aws-sdk/clients/cleanroomsml.d.ts +1232 -0
  33. package/node_modules/aws-sdk/clients/cleanroomsml.js +18 -0
  34. package/node_modules/aws-sdk/clients/glue.d.ts +83 -2
  35. package/node_modules/aws-sdk/clients/marketplaceagreement.d.ts +602 -0
  36. package/node_modules/aws-sdk/clients/marketplaceagreement.js +18 -0
  37. package/node_modules/aws-sdk/clients/marketplacecatalog.d.ts +883 -2
  38. package/node_modules/aws-sdk/clients/marketplacedeployment.d.ts +172 -0
  39. package/node_modules/aws-sdk/clients/marketplacedeployment.js +18 -0
  40. package/node_modules/aws-sdk/clients/opensearch.d.ts +170 -1
  41. package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +13 -0
  42. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +463 -6
  43. package/node_modules/aws-sdk/clients/sagemaker.d.ts +1230 -62
  44. package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +11 -2
  45. package/node_modules/aws-sdk/clients/sts.d.ts +1 -1
  46. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  47. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +128 -17
  48. package/node_modules/aws-sdk/dist/aws-sdk.js +556 -10
  49. package/node_modules/aws-sdk/dist/aws-sdk.min.js +40 -40
  50. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +6 -0
  51. package/node_modules/aws-sdk/lib/core.js +1 -1
  52. package/node_modules/aws-sdk/package.json +1 -1
  53. package/package.json +2 -2
  54. package/node_modules/aws-sdk/CHANGELOG.md +0 -9341
@@ -0,0 +1,34 @@
1
+ {
2
+ "pagination": {
3
+ "ListAudienceExportJobs": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "audienceExportJobs"
8
+ },
9
+ "ListAudienceGenerationJobs": {
10
+ "input_token": "nextToken",
11
+ "output_token": "nextToken",
12
+ "limit_key": "maxResults",
13
+ "result_key": "audienceGenerationJobs"
14
+ },
15
+ "ListAudienceModels": {
16
+ "input_token": "nextToken",
17
+ "output_token": "nextToken",
18
+ "limit_key": "maxResults",
19
+ "result_key": "audienceModels"
20
+ },
21
+ "ListConfiguredAudienceModels": {
22
+ "input_token": "nextToken",
23
+ "output_token": "nextToken",
24
+ "limit_key": "maxResults",
25
+ "result_key": "configuredAudienceModels"
26
+ },
27
+ "ListTrainingDatasets": {
28
+ "input_token": "nextToken",
29
+ "output_token": "nextToken",
30
+ "limit_key": "maxResults",
31
+ "result_key": "trainingDatasets"
32
+ }
33
+ }
34
+ }