cdk-comprehend-s3olap 2.0.510 → 2.0.512

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 (40) hide show
  1. package/.jsii +47 -16
  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/aws-sdk/README.md +1 -1
  6. package/node_modules/aws-sdk/apis/bedrock-2023-04-20.min.json +555 -179
  7. package/node_modules/aws-sdk/apis/bedrock-2023-04-20.paginators.json +12 -0
  8. package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +87 -86
  9. package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +83 -79
  10. package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +7 -1
  11. package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +16 -1
  12. package/node_modules/aws-sdk/apis/metadata.json +0 -3
  13. package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.min.json +145 -79
  14. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +422 -377
  15. package/node_modules/aws-sdk/apis/supplychain-2024-01-01.min.json +6 -1
  16. package/node_modules/aws-sdk/clients/all.d.ts +0 -1
  17. package/node_modules/aws-sdk/clients/all.js +0 -1
  18. package/node_modules/aws-sdk/clients/autoscaling.d.ts +4 -4
  19. package/node_modules/aws-sdk/clients/bedrock.d.ts +405 -2
  20. package/node_modules/aws-sdk/clients/bedrockagent.d.ts +33 -28
  21. package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +18 -0
  22. package/node_modules/aws-sdk/clients/codebuild.d.ts +3 -3
  23. package/node_modules/aws-sdk/clients/inspector2.d.ts +18 -2
  24. package/node_modules/aws-sdk/clients/qbusiness.d.ts +88 -3
  25. package/node_modules/aws-sdk/clients/quicksight.d.ts +45 -0
  26. package/node_modules/aws-sdk/clients/route53.d.ts +3 -3
  27. package/node_modules/aws-sdk/clients/supplychain.d.ts +3 -3
  28. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  29. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1853 -1890
  30. package/node_modules/aws-sdk/dist/aws-sdk.js +3 -6
  31. package/node_modules/aws-sdk/dist/aws-sdk.min.js +5 -5
  32. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
  33. package/node_modules/aws-sdk/lib/core.js +1 -1
  34. package/node_modules/aws-sdk/package.json +1 -1
  35. package/package.json +3 -3
  36. package/node_modules/aws-sdk/apis/codestar-2017-04-19.examples.json +0 -5
  37. package/node_modules/aws-sdk/apis/codestar-2017-04-19.min.json +0 -670
  38. package/node_modules/aws-sdk/apis/codestar-2017-04-19.paginators.json +0 -4
  39. package/node_modules/aws-sdk/clients/codestar.d.ts +0 -845
  40. package/node_modules/aws-sdk/clients/codestar.js +0 -18
@@ -18,6 +18,12 @@
18
18
  "limit_key": "maxResults",
19
19
  "result_key": "guardrails"
20
20
  },
21
+ "ListImportedModels": {
22
+ "input_token": "nextToken",
23
+ "output_token": "nextToken",
24
+ "limit_key": "maxResults",
25
+ "result_key": "modelSummaries"
26
+ },
21
27
  "ListModelCopyJobs": {
22
28
  "input_token": "nextToken",
23
29
  "output_token": "nextToken",
@@ -30,6 +36,12 @@
30
36
  "limit_key": "maxResults",
31
37
  "result_key": "modelCustomizationJobSummaries"
32
38
  },
39
+ "ListModelImportJobs": {
40
+ "input_token": "nextToken",
41
+ "output_token": "nextToken",
42
+ "limit_key": "maxResults",
43
+ "result_key": "modelImportJobSummaries"
44
+ },
33
45
  "ListModelInvocationJobs": {
34
46
  "input_token": "nextToken",
35
47
  "output_token": "nextToken",