cdk-lambda-subminute 2.0.478 → 2.0.480
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.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/bedrock-2023-04-20.min.json +555 -179
- package/node_modules/aws-sdk/apis/bedrock-2023-04-20.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +87 -86
- package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +83 -79
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +7 -1
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +16 -1
- package/node_modules/aws-sdk/apis/metadata.json +0 -3
- package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.min.json +145 -79
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +422 -377
- package/node_modules/aws-sdk/apis/supplychain-2024-01-01.min.json +6 -1
- package/node_modules/aws-sdk/clients/all.d.ts +0 -1
- package/node_modules/aws-sdk/clients/all.js +0 -1
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +4 -4
- package/node_modules/aws-sdk/clients/bedrock.d.ts +405 -2
- package/node_modules/aws-sdk/clients/bedrockagent.d.ts +33 -28
- package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +18 -0
- package/node_modules/aws-sdk/clients/codebuild.d.ts +3 -3
- package/node_modules/aws-sdk/clients/inspector2.d.ts +18 -2
- package/node_modules/aws-sdk/clients/qbusiness.d.ts +88 -3
- package/node_modules/aws-sdk/clients/quicksight.d.ts +45 -0
- package/node_modules/aws-sdk/clients/route53.d.ts +3 -3
- package/node_modules/aws-sdk/clients/supplychain.d.ts +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1853 -1890
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -6
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +5 -5
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
- package/node_modules/aws-sdk/apis/codestar-2017-04-19.examples.json +0 -5
- package/node_modules/aws-sdk/apis/codestar-2017-04-19.min.json +0 -670
- package/node_modules/aws-sdk/apis/codestar-2017-04-19.paginators.json +0 -4
- package/node_modules/aws-sdk/clients/codestar.d.ts +0 -845
- 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",
|