cdk-lambda-subminute 2.0.477 → 2.0.479

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 (39) hide show
  1. package/.jsii +47 -16
  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/bedrock-2023-04-20.min.json +555 -179
  5. package/node_modules/aws-sdk/apis/bedrock-2023-04-20.paginators.json +12 -0
  6. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +308 -279
  7. package/node_modules/aws-sdk/apis/email-2010-12-01.min.json +55 -53
  8. package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +7 -1
  9. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +308 -292
  10. package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +16 -1
  11. package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +134 -124
  12. package/node_modules/aws-sdk/apis/metadata.json +0 -3
  13. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +422 -377
  14. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +3 -3
  15. package/node_modules/aws-sdk/clients/all.d.ts +0 -1
  16. package/node_modules/aws-sdk/clients/all.js +0 -1
  17. package/node_modules/aws-sdk/clients/autoscaling.d.ts +4 -4
  18. package/node_modules/aws-sdk/clients/bedrock.d.ts +405 -2
  19. package/node_modules/aws-sdk/clients/ec2.d.ts +47 -18
  20. package/node_modules/aws-sdk/clients/glue.d.ts +25 -0
  21. package/node_modules/aws-sdk/clients/inspector2.d.ts +18 -2
  22. package/node_modules/aws-sdk/clients/lambda.d.ts +42 -14
  23. package/node_modules/aws-sdk/clients/quicksight.d.ts +45 -0
  24. package/node_modules/aws-sdk/clients/route53.d.ts +3 -3
  25. package/node_modules/aws-sdk/clients/securityhub.d.ts +22 -22
  26. package/node_modules/aws-sdk/clients/ses.d.ts +7 -2
  27. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  28. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1854 -1891
  29. package/node_modules/aws-sdk/dist/aws-sdk.js +500 -462
  30. package/node_modules/aws-sdk/dist/aws-sdk.min.js +70 -70
  31. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
  32. package/node_modules/aws-sdk/lib/core.js +1 -1
  33. package/node_modules/aws-sdk/package.json +1 -1
  34. package/package.json +3 -3
  35. package/node_modules/aws-sdk/apis/codestar-2017-04-19.examples.json +0 -5
  36. package/node_modules/aws-sdk/apis/codestar-2017-04-19.min.json +0 -670
  37. package/node_modules/aws-sdk/apis/codestar-2017-04-19.paginators.json +0 -4
  38. package/node_modules/aws-sdk/clients/codestar.d.ts +0 -845
  39. 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",