@aws-sdk/client-bedrock 3.859.0 → 3.861.0
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/README.md +192 -0
- package/dist-cjs/index.js +2684 -369
- package/dist-es/Bedrock.js +48 -0
- package/dist-es/commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand.js +22 -0
- package/dist-es/commands/CreateAutomatedReasoningPolicyCommand.js +23 -0
- package/dist-es/commands/CreateAutomatedReasoningPolicyTestCaseCommand.js +23 -0
- package/dist-es/commands/CreateAutomatedReasoningPolicyVersionCommand.js +23 -0
- package/dist-es/commands/CreateGuardrailCommand.js +1 -1
- package/dist-es/commands/CreateGuardrailVersionCommand.js +1 -1
- package/dist-es/commands/CreateInferenceProfileCommand.js +1 -1
- package/dist-es/commands/CreatePromptRouterCommand.js +1 -1
- package/dist-es/commands/DeleteAutomatedReasoningPolicyBuildWorkflowCommand.js +22 -0
- package/dist-es/commands/DeleteAutomatedReasoningPolicyCommand.js +22 -0
- package/dist-es/commands/DeleteAutomatedReasoningPolicyTestCaseCommand.js +22 -0
- package/dist-es/commands/ExportAutomatedReasoningPolicyVersionCommand.js +23 -0
- package/dist-es/commands/GetAutomatedReasoningPolicyAnnotationsCommand.js +23 -0
- package/dist-es/commands/GetAutomatedReasoningPolicyBuildWorkflowCommand.js +23 -0
- package/dist-es/commands/GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand.js +23 -0
- package/dist-es/commands/GetAutomatedReasoningPolicyCommand.js +23 -0
- package/dist-es/commands/GetAutomatedReasoningPolicyNextScenarioCommand.js +23 -0
- package/dist-es/commands/GetAutomatedReasoningPolicyTestCaseCommand.js +23 -0
- package/dist-es/commands/GetAutomatedReasoningPolicyTestResultCommand.js +23 -0
- package/dist-es/commands/GetGuardrailCommand.js +1 -1
- package/dist-es/commands/GetInferenceProfileCommand.js +1 -1
- package/dist-es/commands/GetModelInvocationJobCommand.js +1 -1
- package/dist-es/commands/GetPromptRouterCommand.js +1 -1
- package/dist-es/commands/ListAutomatedReasoningPoliciesCommand.js +23 -0
- package/dist-es/commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand.js +22 -0
- package/dist-es/commands/ListAutomatedReasoningPolicyTestCasesCommand.js +23 -0
- package/dist-es/commands/ListAutomatedReasoningPolicyTestResultsCommand.js +23 -0
- package/dist-es/commands/ListGuardrailsCommand.js +1 -1
- package/dist-es/commands/ListInferenceProfilesCommand.js +1 -1
- package/dist-es/commands/ListModelInvocationJobsCommand.js +1 -1
- package/dist-es/commands/ListPromptRoutersCommand.js +1 -1
- package/dist-es/commands/StartAutomatedReasoningPolicyBuildWorkflowCommand.js +23 -0
- package/dist-es/commands/StartAutomatedReasoningPolicyTestWorkflowCommand.js +22 -0
- package/dist-es/commands/UpdateAutomatedReasoningPolicyAnnotationsCommand.js +23 -0
- package/dist-es/commands/UpdateAutomatedReasoningPolicyCommand.js +23 -0
- package/dist-es/commands/UpdateAutomatedReasoningPolicyTestCaseCommand.js +23 -0
- package/dist-es/commands/UpdateGuardrailCommand.js +1 -1
- package/dist-es/commands/index.js +24 -0
- package/dist-es/models/models_0.js +742 -315
- package/dist-es/models/models_1.js +300 -1
- package/dist-es/pagination/ListAutomatedReasoningPoliciesPaginator.js +4 -0
- package/dist-es/pagination/ListAutomatedReasoningPolicyBuildWorkflowsPaginator.js +4 -0
- package/dist-es/pagination/ListAutomatedReasoningPolicyTestCasesPaginator.js +4 -0
- package/dist-es/pagination/ListAutomatedReasoningPolicyTestResultsPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +997 -31
- package/dist-types/Bedrock.d.ts +169 -0
- package/dist-types/BedrockClient.d.ts +26 -2
- package/dist-types/commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +86 -0
- package/dist-types/commands/CreateAutomatedReasoningPolicyCommand.d.ts +139 -0
- package/dist-types/commands/CreateAutomatedReasoningPolicyTestCaseCommand.d.ts +99 -0
- package/dist-types/commands/CreateAutomatedReasoningPolicyVersionCommand.d.ts +106 -0
- package/dist-types/commands/CreateGuardrailCommand.d.ts +7 -1
- package/dist-types/commands/CreateGuardrailVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateInferenceProfileCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelCopyJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelImportJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelInvocationJobCommand.d.ts +1 -1
- package/dist-types/commands/CreatePromptRouterCommand.d.ts +1 -1
- package/dist-types/commands/CreateProvisionedModelThroughputCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +90 -0
- package/dist-types/commands/DeleteAutomatedReasoningPolicyCommand.d.ts +85 -0
- package/dist-types/commands/DeleteAutomatedReasoningPolicyTestCaseCommand.d.ts +93 -0
- package/dist-types/commands/DeleteGuardrailCommand.d.ts +1 -1
- package/dist-types/commands/DeleteImportedModelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInferenceProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/DeletePromptRouterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProvisionedModelThroughputCommand.d.ts +1 -1
- package/dist-types/commands/ExportAutomatedReasoningPolicyVersionCommand.d.ts +115 -0
- package/dist-types/commands/GetAutomatedReasoningPolicyAnnotationsCommand.d.ts +172 -0
- package/dist-types/commands/GetAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +96 -0
- package/dist-types/commands/GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand.d.ts +307 -0
- package/dist-types/commands/GetAutomatedReasoningPolicyCommand.d.ts +94 -0
- package/dist-types/commands/GetAutomatedReasoningPolicyNextScenarioCommand.d.ts +96 -0
- package/dist-types/commands/GetAutomatedReasoningPolicyTestCaseCommand.d.ts +97 -0
- package/dist-types/commands/GetAutomatedReasoningPolicyTestResultCommand.d.ts +258 -0
- package/dist-types/commands/GetFoundationModelCommand.d.ts +1 -1
- package/dist-types/commands/GetGuardrailCommand.d.ts +7 -1
- package/dist-types/commands/GetImportedModelCommand.d.ts +1 -1
- package/dist-types/commands/GetInferenceProfileCommand.d.ts +1 -1
- package/dist-types/commands/GetModelCopyJobCommand.d.ts +1 -1
- package/dist-types/commands/GetModelImportJobCommand.d.ts +1 -1
- package/dist-types/commands/GetModelInvocationJobCommand.d.ts +1 -1
- package/dist-types/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetPromptRouterCommand.d.ts +1 -1
- package/dist-types/commands/GetProvisionedModelThroughputCommand.d.ts +1 -1
- package/dist-types/commands/ListAutomatedReasoningPoliciesCommand.d.ts +100 -0
- package/dist-types/commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand.d.ts +99 -0
- package/dist-types/commands/ListAutomatedReasoningPolicyTestCasesCommand.d.ts +100 -0
- package/dist-types/commands/ListAutomatedReasoningPolicyTestResultsCommand.d.ts +265 -0
- package/dist-types/commands/ListFoundationModelsCommand.d.ts +1 -1
- package/dist-types/commands/ListGuardrailsCommand.d.ts +1 -1
- package/dist-types/commands/ListImportedModelsCommand.d.ts +1 -1
- package/dist-types/commands/ListInferenceProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListModelCopyJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelInvocationJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListPromptRoutersCommand.d.ts +1 -1
- package/dist-types/commands/ListProvisionedModelThroughputsCommand.d.ts +1 -2
- package/dist-types/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/StartAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +222 -0
- package/dist-types/commands/StartAutomatedReasoningPolicyTestWorkflowCommand.d.ts +95 -0
- package/dist-types/commands/StopModelInvocationJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAutomatedReasoningPolicyAnnotationsCommand.d.ts +175 -0
- package/dist-types/commands/UpdateAutomatedReasoningPolicyCommand.d.ts +127 -0
- package/dist-types/commands/UpdateAutomatedReasoningPolicyTestCaseCommand.d.ts +102 -0
- package/dist-types/commands/UpdateGuardrailCommand.d.ts +7 -1
- package/dist-types/commands/index.d.ts +24 -0
- package/dist-types/models/models_0.d.ts +3899 -3774
- package/dist-types/models/models_1.d.ts +3320 -1
- package/dist-types/pagination/ListAutomatedReasoningPoliciesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAutomatedReasoningPolicyBuildWorkflowsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAutomatedReasoningPolicyTestCasesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAutomatedReasoningPolicyTestResultsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +216 -0
- package/dist-types/ts3.4/Bedrock.d.ts +523 -0
- package/dist-types/ts3.4/BedrockClient.d.ts +144 -0
- package/dist-types/ts3.4/commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAutomatedReasoningPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAutomatedReasoningPolicyTestCaseCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAutomatedReasoningPolicyVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateGuardrailCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateGuardrailVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateInferenceProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateModelCopyJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateModelImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateModelInvocationJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePromptRouterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateProvisionedModelThroughputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAutomatedReasoningPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAutomatedReasoningPolicyTestCaseCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteGuardrailCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteImportedModelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInferenceProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePromptRouterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteProvisionedModelThroughputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ExportAutomatedReasoningPolicyVersionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyAnnotationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyNextScenarioCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyTestCaseCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyTestResultCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetFoundationModelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetGuardrailCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetImportedModelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetInferenceProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetModelCopyJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetModelImportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetModelInvocationJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPromptRouterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetProvisionedModelThroughputCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAutomatedReasoningPoliciesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAutomatedReasoningPolicyTestCasesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAutomatedReasoningPolicyTestResultsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListFoundationModelsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListGuardrailsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListImportedModelsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInferenceProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelCopyJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelImportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelInvocationJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPromptRoutersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListProvisionedModelThroughputsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartAutomatedReasoningPolicyTestWorkflowCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StopModelInvocationJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAutomatedReasoningPolicyAnnotationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateAutomatedReasoningPolicyCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateAutomatedReasoningPolicyTestCaseCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateGuardrailCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +24 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2324 -1702
- package/dist-types/ts3.4/models/models_1.d.ts +970 -2
- package/dist-types/ts3.4/pagination/ListAutomatedReasoningPoliciesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAutomatedReasoningPolicyBuildWorkflowsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAutomatedReasoningPolicyTestCasesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAutomatedReasoningPolicyTestResultsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +288 -0
- package/package.json +1 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAutomatedReasoningPoliciesCommandInput,
|
|
4
|
+
ListAutomatedReasoningPoliciesCommandOutput,
|
|
5
|
+
} from "../commands/ListAutomatedReasoningPoliciesCommand";
|
|
6
|
+
import { BedrockPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListAutomatedReasoningPolicies: (
|
|
8
|
+
config: BedrockPaginationConfiguration,
|
|
9
|
+
input: ListAutomatedReasoningPoliciesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAutomatedReasoningPoliciesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAutomatedReasoningPolicyBuildWorkflowsCommandInput,
|
|
4
|
+
ListAutomatedReasoningPolicyBuildWorkflowsCommandOutput,
|
|
5
|
+
} from "../commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand";
|
|
6
|
+
import { BedrockPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListAutomatedReasoningPolicyBuildWorkflows: (
|
|
8
|
+
config: BedrockPaginationConfiguration,
|
|
9
|
+
input: ListAutomatedReasoningPolicyBuildWorkflowsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAutomatedReasoningPolicyBuildWorkflowsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAutomatedReasoningPolicyTestCasesCommandInput,
|
|
4
|
+
ListAutomatedReasoningPolicyTestCasesCommandOutput,
|
|
5
|
+
} from "../commands/ListAutomatedReasoningPolicyTestCasesCommand";
|
|
6
|
+
import { BedrockPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListAutomatedReasoningPolicyTestCases: (
|
|
8
|
+
config: BedrockPaginationConfiguration,
|
|
9
|
+
input: ListAutomatedReasoningPolicyTestCasesCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAutomatedReasoningPolicyTestCasesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAutomatedReasoningPolicyTestResultsCommandInput,
|
|
4
|
+
ListAutomatedReasoningPolicyTestResultsCommandOutput,
|
|
5
|
+
} from "../commands/ListAutomatedReasoningPolicyTestResultsCommand";
|
|
6
|
+
import { BedrockPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListAutomatedReasoningPolicyTestResults: (
|
|
8
|
+
config: BedrockPaginationConfiguration,
|
|
9
|
+
input: ListAutomatedReasoningPolicyTestResultsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListAutomatedReasoningPolicyTestResultsCommandOutput>;
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListAutomatedReasoningPoliciesPaginator";
|
|
3
|
+
export * from "./ListAutomatedReasoningPolicyBuildWorkflowsPaginator";
|
|
4
|
+
export * from "./ListAutomatedReasoningPolicyTestCasesPaginator";
|
|
5
|
+
export * from "./ListAutomatedReasoningPolicyTestResultsPaginator";
|
|
2
6
|
export * from "./ListCustomModelDeploymentsPaginator";
|
|
3
7
|
export * from "./ListCustomModelsPaginator";
|
|
4
8
|
export * from "./ListEvaluationJobsPaginator";
|
|
@@ -7,6 +7,22 @@ import {
|
|
|
7
7
|
BatchDeleteEvaluationJobCommandInput,
|
|
8
8
|
BatchDeleteEvaluationJobCommandOutput,
|
|
9
9
|
} from "../commands/BatchDeleteEvaluationJobCommand";
|
|
10
|
+
import {
|
|
11
|
+
CancelAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
12
|
+
CancelAutomatedReasoningPolicyBuildWorkflowCommandOutput,
|
|
13
|
+
} from "../commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateAutomatedReasoningPolicyCommandInput,
|
|
16
|
+
CreateAutomatedReasoningPolicyCommandOutput,
|
|
17
|
+
} from "../commands/CreateAutomatedReasoningPolicyCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateAutomatedReasoningPolicyTestCaseCommandInput,
|
|
20
|
+
CreateAutomatedReasoningPolicyTestCaseCommandOutput,
|
|
21
|
+
} from "../commands/CreateAutomatedReasoningPolicyTestCaseCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateAutomatedReasoningPolicyVersionCommandInput,
|
|
24
|
+
CreateAutomatedReasoningPolicyVersionCommandOutput,
|
|
25
|
+
} from "../commands/CreateAutomatedReasoningPolicyVersionCommand";
|
|
10
26
|
import {
|
|
11
27
|
CreateCustomModelCommandInput,
|
|
12
28
|
CreateCustomModelCommandOutput,
|
|
@@ -63,6 +79,18 @@ import {
|
|
|
63
79
|
CreateProvisionedModelThroughputCommandInput,
|
|
64
80
|
CreateProvisionedModelThroughputCommandOutput,
|
|
65
81
|
} from "../commands/CreateProvisionedModelThroughputCommand";
|
|
82
|
+
import {
|
|
83
|
+
DeleteAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
84
|
+
DeleteAutomatedReasoningPolicyBuildWorkflowCommandOutput,
|
|
85
|
+
} from "../commands/DeleteAutomatedReasoningPolicyBuildWorkflowCommand";
|
|
86
|
+
import {
|
|
87
|
+
DeleteAutomatedReasoningPolicyCommandInput,
|
|
88
|
+
DeleteAutomatedReasoningPolicyCommandOutput,
|
|
89
|
+
} from "../commands/DeleteAutomatedReasoningPolicyCommand";
|
|
90
|
+
import {
|
|
91
|
+
DeleteAutomatedReasoningPolicyTestCaseCommandInput,
|
|
92
|
+
DeleteAutomatedReasoningPolicyTestCaseCommandOutput,
|
|
93
|
+
} from "../commands/DeleteAutomatedReasoningPolicyTestCaseCommand";
|
|
66
94
|
import {
|
|
67
95
|
DeleteCustomModelCommandInput,
|
|
68
96
|
DeleteCustomModelCommandOutput,
|
|
@@ -107,6 +135,38 @@ import {
|
|
|
107
135
|
DeregisterMarketplaceModelEndpointCommandInput,
|
|
108
136
|
DeregisterMarketplaceModelEndpointCommandOutput,
|
|
109
137
|
} from "../commands/DeregisterMarketplaceModelEndpointCommand";
|
|
138
|
+
import {
|
|
139
|
+
ExportAutomatedReasoningPolicyVersionCommandInput,
|
|
140
|
+
ExportAutomatedReasoningPolicyVersionCommandOutput,
|
|
141
|
+
} from "../commands/ExportAutomatedReasoningPolicyVersionCommand";
|
|
142
|
+
import {
|
|
143
|
+
GetAutomatedReasoningPolicyAnnotationsCommandInput,
|
|
144
|
+
GetAutomatedReasoningPolicyAnnotationsCommandOutput,
|
|
145
|
+
} from "../commands/GetAutomatedReasoningPolicyAnnotationsCommand";
|
|
146
|
+
import {
|
|
147
|
+
GetAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
148
|
+
GetAutomatedReasoningPolicyBuildWorkflowCommandOutput,
|
|
149
|
+
} from "../commands/GetAutomatedReasoningPolicyBuildWorkflowCommand";
|
|
150
|
+
import {
|
|
151
|
+
GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandInput,
|
|
152
|
+
GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandOutput,
|
|
153
|
+
} from "../commands/GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand";
|
|
154
|
+
import {
|
|
155
|
+
GetAutomatedReasoningPolicyCommandInput,
|
|
156
|
+
GetAutomatedReasoningPolicyCommandOutput,
|
|
157
|
+
} from "../commands/GetAutomatedReasoningPolicyCommand";
|
|
158
|
+
import {
|
|
159
|
+
GetAutomatedReasoningPolicyNextScenarioCommandInput,
|
|
160
|
+
GetAutomatedReasoningPolicyNextScenarioCommandOutput,
|
|
161
|
+
} from "../commands/GetAutomatedReasoningPolicyNextScenarioCommand";
|
|
162
|
+
import {
|
|
163
|
+
GetAutomatedReasoningPolicyTestCaseCommandInput,
|
|
164
|
+
GetAutomatedReasoningPolicyTestCaseCommandOutput,
|
|
165
|
+
} from "../commands/GetAutomatedReasoningPolicyTestCaseCommand";
|
|
166
|
+
import {
|
|
167
|
+
GetAutomatedReasoningPolicyTestResultCommandInput,
|
|
168
|
+
GetAutomatedReasoningPolicyTestResultCommandOutput,
|
|
169
|
+
} from "../commands/GetAutomatedReasoningPolicyTestResultCommand";
|
|
110
170
|
import {
|
|
111
171
|
GetCustomModelCommandInput,
|
|
112
172
|
GetCustomModelCommandOutput,
|
|
@@ -175,6 +235,22 @@ import {
|
|
|
175
235
|
GetUseCaseForModelAccessCommandInput,
|
|
176
236
|
GetUseCaseForModelAccessCommandOutput,
|
|
177
237
|
} from "../commands/GetUseCaseForModelAccessCommand";
|
|
238
|
+
import {
|
|
239
|
+
ListAutomatedReasoningPoliciesCommandInput,
|
|
240
|
+
ListAutomatedReasoningPoliciesCommandOutput,
|
|
241
|
+
} from "../commands/ListAutomatedReasoningPoliciesCommand";
|
|
242
|
+
import {
|
|
243
|
+
ListAutomatedReasoningPolicyBuildWorkflowsCommandInput,
|
|
244
|
+
ListAutomatedReasoningPolicyBuildWorkflowsCommandOutput,
|
|
245
|
+
} from "../commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand";
|
|
246
|
+
import {
|
|
247
|
+
ListAutomatedReasoningPolicyTestCasesCommandInput,
|
|
248
|
+
ListAutomatedReasoningPolicyTestCasesCommandOutput,
|
|
249
|
+
} from "../commands/ListAutomatedReasoningPolicyTestCasesCommand";
|
|
250
|
+
import {
|
|
251
|
+
ListAutomatedReasoningPolicyTestResultsCommandInput,
|
|
252
|
+
ListAutomatedReasoningPolicyTestResultsCommandOutput,
|
|
253
|
+
} from "../commands/ListAutomatedReasoningPolicyTestResultsCommand";
|
|
178
254
|
import {
|
|
179
255
|
ListCustomModelDeploymentsCommandInput,
|
|
180
256
|
ListCustomModelDeploymentsCommandOutput,
|
|
@@ -251,6 +327,14 @@ import {
|
|
|
251
327
|
RegisterMarketplaceModelEndpointCommandInput,
|
|
252
328
|
RegisterMarketplaceModelEndpointCommandOutput,
|
|
253
329
|
} from "../commands/RegisterMarketplaceModelEndpointCommand";
|
|
330
|
+
import {
|
|
331
|
+
StartAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
332
|
+
StartAutomatedReasoningPolicyBuildWorkflowCommandOutput,
|
|
333
|
+
} from "../commands/StartAutomatedReasoningPolicyBuildWorkflowCommand";
|
|
334
|
+
import {
|
|
335
|
+
StartAutomatedReasoningPolicyTestWorkflowCommandInput,
|
|
336
|
+
StartAutomatedReasoningPolicyTestWorkflowCommandOutput,
|
|
337
|
+
} from "../commands/StartAutomatedReasoningPolicyTestWorkflowCommand";
|
|
254
338
|
import {
|
|
255
339
|
StopEvaluationJobCommandInput,
|
|
256
340
|
StopEvaluationJobCommandOutput,
|
|
@@ -271,6 +355,18 @@ import {
|
|
|
271
355
|
UntagResourceCommandInput,
|
|
272
356
|
UntagResourceCommandOutput,
|
|
273
357
|
} from "../commands/UntagResourceCommand";
|
|
358
|
+
import {
|
|
359
|
+
UpdateAutomatedReasoningPolicyAnnotationsCommandInput,
|
|
360
|
+
UpdateAutomatedReasoningPolicyAnnotationsCommandOutput,
|
|
361
|
+
} from "../commands/UpdateAutomatedReasoningPolicyAnnotationsCommand";
|
|
362
|
+
import {
|
|
363
|
+
UpdateAutomatedReasoningPolicyCommandInput,
|
|
364
|
+
UpdateAutomatedReasoningPolicyCommandOutput,
|
|
365
|
+
} from "../commands/UpdateAutomatedReasoningPolicyCommand";
|
|
366
|
+
import {
|
|
367
|
+
UpdateAutomatedReasoningPolicyTestCaseCommandInput,
|
|
368
|
+
UpdateAutomatedReasoningPolicyTestCaseCommandOutput,
|
|
369
|
+
} from "../commands/UpdateAutomatedReasoningPolicyTestCaseCommand";
|
|
274
370
|
import {
|
|
275
371
|
UpdateGuardrailCommandInput,
|
|
276
372
|
UpdateGuardrailCommandOutput,
|
|
@@ -287,6 +383,22 @@ export declare const se_BatchDeleteEvaluationJobCommand: (
|
|
|
287
383
|
input: BatchDeleteEvaluationJobCommandInput,
|
|
288
384
|
context: __SerdeContext
|
|
289
385
|
) => Promise<__HttpRequest>;
|
|
386
|
+
export declare const se_CancelAutomatedReasoningPolicyBuildWorkflowCommand: (
|
|
387
|
+
input: CancelAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<__HttpRequest>;
|
|
390
|
+
export declare const se_CreateAutomatedReasoningPolicyCommand: (
|
|
391
|
+
input: CreateAutomatedReasoningPolicyCommandInput,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<__HttpRequest>;
|
|
394
|
+
export declare const se_CreateAutomatedReasoningPolicyTestCaseCommand: (
|
|
395
|
+
input: CreateAutomatedReasoningPolicyTestCaseCommandInput,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<__HttpRequest>;
|
|
398
|
+
export declare const se_CreateAutomatedReasoningPolicyVersionCommand: (
|
|
399
|
+
input: CreateAutomatedReasoningPolicyVersionCommandInput,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<__HttpRequest>;
|
|
290
402
|
export declare const se_CreateCustomModelCommand: (
|
|
291
403
|
input: CreateCustomModelCommandInput,
|
|
292
404
|
context: __SerdeContext
|
|
@@ -343,6 +455,18 @@ export declare const se_CreateProvisionedModelThroughputCommand: (
|
|
|
343
455
|
input: CreateProvisionedModelThroughputCommandInput,
|
|
344
456
|
context: __SerdeContext
|
|
345
457
|
) => Promise<__HttpRequest>;
|
|
458
|
+
export declare const se_DeleteAutomatedReasoningPolicyCommand: (
|
|
459
|
+
input: DeleteAutomatedReasoningPolicyCommandInput,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<__HttpRequest>;
|
|
462
|
+
export declare const se_DeleteAutomatedReasoningPolicyBuildWorkflowCommand: (
|
|
463
|
+
input: DeleteAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<__HttpRequest>;
|
|
466
|
+
export declare const se_DeleteAutomatedReasoningPolicyTestCaseCommand: (
|
|
467
|
+
input: DeleteAutomatedReasoningPolicyTestCaseCommandInput,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<__HttpRequest>;
|
|
346
470
|
export declare const se_DeleteCustomModelCommand: (
|
|
347
471
|
input: DeleteCustomModelCommandInput,
|
|
348
472
|
context: __SerdeContext
|
|
@@ -387,6 +511,38 @@ export declare const se_DeregisterMarketplaceModelEndpointCommand: (
|
|
|
387
511
|
input: DeregisterMarketplaceModelEndpointCommandInput,
|
|
388
512
|
context: __SerdeContext
|
|
389
513
|
) => Promise<__HttpRequest>;
|
|
514
|
+
export declare const se_ExportAutomatedReasoningPolicyVersionCommand: (
|
|
515
|
+
input: ExportAutomatedReasoningPolicyVersionCommandInput,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<__HttpRequest>;
|
|
518
|
+
export declare const se_GetAutomatedReasoningPolicyCommand: (
|
|
519
|
+
input: GetAutomatedReasoningPolicyCommandInput,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<__HttpRequest>;
|
|
522
|
+
export declare const se_GetAutomatedReasoningPolicyAnnotationsCommand: (
|
|
523
|
+
input: GetAutomatedReasoningPolicyAnnotationsCommandInput,
|
|
524
|
+
context: __SerdeContext
|
|
525
|
+
) => Promise<__HttpRequest>;
|
|
526
|
+
export declare const se_GetAutomatedReasoningPolicyBuildWorkflowCommand: (
|
|
527
|
+
input: GetAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
528
|
+
context: __SerdeContext
|
|
529
|
+
) => Promise<__HttpRequest>;
|
|
530
|
+
export declare const se_GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand: (
|
|
531
|
+
input: GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandInput,
|
|
532
|
+
context: __SerdeContext
|
|
533
|
+
) => Promise<__HttpRequest>;
|
|
534
|
+
export declare const se_GetAutomatedReasoningPolicyNextScenarioCommand: (
|
|
535
|
+
input: GetAutomatedReasoningPolicyNextScenarioCommandInput,
|
|
536
|
+
context: __SerdeContext
|
|
537
|
+
) => Promise<__HttpRequest>;
|
|
538
|
+
export declare const se_GetAutomatedReasoningPolicyTestCaseCommand: (
|
|
539
|
+
input: GetAutomatedReasoningPolicyTestCaseCommandInput,
|
|
540
|
+
context: __SerdeContext
|
|
541
|
+
) => Promise<__HttpRequest>;
|
|
542
|
+
export declare const se_GetAutomatedReasoningPolicyTestResultCommand: (
|
|
543
|
+
input: GetAutomatedReasoningPolicyTestResultCommandInput,
|
|
544
|
+
context: __SerdeContext
|
|
545
|
+
) => Promise<__HttpRequest>;
|
|
390
546
|
export declare const se_GetCustomModelCommand: (
|
|
391
547
|
input: GetCustomModelCommandInput,
|
|
392
548
|
context: __SerdeContext
|
|
@@ -455,6 +611,22 @@ export declare const se_GetUseCaseForModelAccessCommand: (
|
|
|
455
611
|
input: GetUseCaseForModelAccessCommandInput,
|
|
456
612
|
context: __SerdeContext
|
|
457
613
|
) => Promise<__HttpRequest>;
|
|
614
|
+
export declare const se_ListAutomatedReasoningPoliciesCommand: (
|
|
615
|
+
input: ListAutomatedReasoningPoliciesCommandInput,
|
|
616
|
+
context: __SerdeContext
|
|
617
|
+
) => Promise<__HttpRequest>;
|
|
618
|
+
export declare const se_ListAutomatedReasoningPolicyBuildWorkflowsCommand: (
|
|
619
|
+
input: ListAutomatedReasoningPolicyBuildWorkflowsCommandInput,
|
|
620
|
+
context: __SerdeContext
|
|
621
|
+
) => Promise<__HttpRequest>;
|
|
622
|
+
export declare const se_ListAutomatedReasoningPolicyTestCasesCommand: (
|
|
623
|
+
input: ListAutomatedReasoningPolicyTestCasesCommandInput,
|
|
624
|
+
context: __SerdeContext
|
|
625
|
+
) => Promise<__HttpRequest>;
|
|
626
|
+
export declare const se_ListAutomatedReasoningPolicyTestResultsCommand: (
|
|
627
|
+
input: ListAutomatedReasoningPolicyTestResultsCommandInput,
|
|
628
|
+
context: __SerdeContext
|
|
629
|
+
) => Promise<__HttpRequest>;
|
|
458
630
|
export declare const se_ListCustomModelDeploymentsCommand: (
|
|
459
631
|
input: ListCustomModelDeploymentsCommandInput,
|
|
460
632
|
context: __SerdeContext
|
|
@@ -531,6 +703,14 @@ export declare const se_RegisterMarketplaceModelEndpointCommand: (
|
|
|
531
703
|
input: RegisterMarketplaceModelEndpointCommandInput,
|
|
532
704
|
context: __SerdeContext
|
|
533
705
|
) => Promise<__HttpRequest>;
|
|
706
|
+
export declare const se_StartAutomatedReasoningPolicyBuildWorkflowCommand: (
|
|
707
|
+
input: StartAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
708
|
+
context: __SerdeContext
|
|
709
|
+
) => Promise<__HttpRequest>;
|
|
710
|
+
export declare const se_StartAutomatedReasoningPolicyTestWorkflowCommand: (
|
|
711
|
+
input: StartAutomatedReasoningPolicyTestWorkflowCommandInput,
|
|
712
|
+
context: __SerdeContext
|
|
713
|
+
) => Promise<__HttpRequest>;
|
|
534
714
|
export declare const se_StopEvaluationJobCommand: (
|
|
535
715
|
input: StopEvaluationJobCommandInput,
|
|
536
716
|
context: __SerdeContext
|
|
@@ -551,6 +731,18 @@ export declare const se_UntagResourceCommand: (
|
|
|
551
731
|
input: UntagResourceCommandInput,
|
|
552
732
|
context: __SerdeContext
|
|
553
733
|
) => Promise<__HttpRequest>;
|
|
734
|
+
export declare const se_UpdateAutomatedReasoningPolicyCommand: (
|
|
735
|
+
input: UpdateAutomatedReasoningPolicyCommandInput,
|
|
736
|
+
context: __SerdeContext
|
|
737
|
+
) => Promise<__HttpRequest>;
|
|
738
|
+
export declare const se_UpdateAutomatedReasoningPolicyAnnotationsCommand: (
|
|
739
|
+
input: UpdateAutomatedReasoningPolicyAnnotationsCommandInput,
|
|
740
|
+
context: __SerdeContext
|
|
741
|
+
) => Promise<__HttpRequest>;
|
|
742
|
+
export declare const se_UpdateAutomatedReasoningPolicyTestCaseCommand: (
|
|
743
|
+
input: UpdateAutomatedReasoningPolicyTestCaseCommandInput,
|
|
744
|
+
context: __SerdeContext
|
|
745
|
+
) => Promise<__HttpRequest>;
|
|
554
746
|
export declare const se_UpdateGuardrailCommand: (
|
|
555
747
|
input: UpdateGuardrailCommandInput,
|
|
556
748
|
context: __SerdeContext
|
|
@@ -567,6 +759,22 @@ export declare const de_BatchDeleteEvaluationJobCommand: (
|
|
|
567
759
|
output: __HttpResponse,
|
|
568
760
|
context: __SerdeContext
|
|
569
761
|
) => Promise<BatchDeleteEvaluationJobCommandOutput>;
|
|
762
|
+
export declare const de_CancelAutomatedReasoningPolicyBuildWorkflowCommand: (
|
|
763
|
+
output: __HttpResponse,
|
|
764
|
+
context: __SerdeContext
|
|
765
|
+
) => Promise<CancelAutomatedReasoningPolicyBuildWorkflowCommandOutput>;
|
|
766
|
+
export declare const de_CreateAutomatedReasoningPolicyCommand: (
|
|
767
|
+
output: __HttpResponse,
|
|
768
|
+
context: __SerdeContext
|
|
769
|
+
) => Promise<CreateAutomatedReasoningPolicyCommandOutput>;
|
|
770
|
+
export declare const de_CreateAutomatedReasoningPolicyTestCaseCommand: (
|
|
771
|
+
output: __HttpResponse,
|
|
772
|
+
context: __SerdeContext
|
|
773
|
+
) => Promise<CreateAutomatedReasoningPolicyTestCaseCommandOutput>;
|
|
774
|
+
export declare const de_CreateAutomatedReasoningPolicyVersionCommand: (
|
|
775
|
+
output: __HttpResponse,
|
|
776
|
+
context: __SerdeContext
|
|
777
|
+
) => Promise<CreateAutomatedReasoningPolicyVersionCommandOutput>;
|
|
570
778
|
export declare const de_CreateCustomModelCommand: (
|
|
571
779
|
output: __HttpResponse,
|
|
572
780
|
context: __SerdeContext
|
|
@@ -623,6 +831,18 @@ export declare const de_CreateProvisionedModelThroughputCommand: (
|
|
|
623
831
|
output: __HttpResponse,
|
|
624
832
|
context: __SerdeContext
|
|
625
833
|
) => Promise<CreateProvisionedModelThroughputCommandOutput>;
|
|
834
|
+
export declare const de_DeleteAutomatedReasoningPolicyCommand: (
|
|
835
|
+
output: __HttpResponse,
|
|
836
|
+
context: __SerdeContext
|
|
837
|
+
) => Promise<DeleteAutomatedReasoningPolicyCommandOutput>;
|
|
838
|
+
export declare const de_DeleteAutomatedReasoningPolicyBuildWorkflowCommand: (
|
|
839
|
+
output: __HttpResponse,
|
|
840
|
+
context: __SerdeContext
|
|
841
|
+
) => Promise<DeleteAutomatedReasoningPolicyBuildWorkflowCommandOutput>;
|
|
842
|
+
export declare const de_DeleteAutomatedReasoningPolicyTestCaseCommand: (
|
|
843
|
+
output: __HttpResponse,
|
|
844
|
+
context: __SerdeContext
|
|
845
|
+
) => Promise<DeleteAutomatedReasoningPolicyTestCaseCommandOutput>;
|
|
626
846
|
export declare const de_DeleteCustomModelCommand: (
|
|
627
847
|
output: __HttpResponse,
|
|
628
848
|
context: __SerdeContext
|
|
@@ -667,6 +887,38 @@ export declare const de_DeregisterMarketplaceModelEndpointCommand: (
|
|
|
667
887
|
output: __HttpResponse,
|
|
668
888
|
context: __SerdeContext
|
|
669
889
|
) => Promise<DeregisterMarketplaceModelEndpointCommandOutput>;
|
|
890
|
+
export declare const de_ExportAutomatedReasoningPolicyVersionCommand: (
|
|
891
|
+
output: __HttpResponse,
|
|
892
|
+
context: __SerdeContext
|
|
893
|
+
) => Promise<ExportAutomatedReasoningPolicyVersionCommandOutput>;
|
|
894
|
+
export declare const de_GetAutomatedReasoningPolicyCommand: (
|
|
895
|
+
output: __HttpResponse,
|
|
896
|
+
context: __SerdeContext
|
|
897
|
+
) => Promise<GetAutomatedReasoningPolicyCommandOutput>;
|
|
898
|
+
export declare const de_GetAutomatedReasoningPolicyAnnotationsCommand: (
|
|
899
|
+
output: __HttpResponse,
|
|
900
|
+
context: __SerdeContext
|
|
901
|
+
) => Promise<GetAutomatedReasoningPolicyAnnotationsCommandOutput>;
|
|
902
|
+
export declare const de_GetAutomatedReasoningPolicyBuildWorkflowCommand: (
|
|
903
|
+
output: __HttpResponse,
|
|
904
|
+
context: __SerdeContext
|
|
905
|
+
) => Promise<GetAutomatedReasoningPolicyBuildWorkflowCommandOutput>;
|
|
906
|
+
export declare const de_GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand: (
|
|
907
|
+
output: __HttpResponse,
|
|
908
|
+
context: __SerdeContext
|
|
909
|
+
) => Promise<GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandOutput>;
|
|
910
|
+
export declare const de_GetAutomatedReasoningPolicyNextScenarioCommand: (
|
|
911
|
+
output: __HttpResponse,
|
|
912
|
+
context: __SerdeContext
|
|
913
|
+
) => Promise<GetAutomatedReasoningPolicyNextScenarioCommandOutput>;
|
|
914
|
+
export declare const de_GetAutomatedReasoningPolicyTestCaseCommand: (
|
|
915
|
+
output: __HttpResponse,
|
|
916
|
+
context: __SerdeContext
|
|
917
|
+
) => Promise<GetAutomatedReasoningPolicyTestCaseCommandOutput>;
|
|
918
|
+
export declare const de_GetAutomatedReasoningPolicyTestResultCommand: (
|
|
919
|
+
output: __HttpResponse,
|
|
920
|
+
context: __SerdeContext
|
|
921
|
+
) => Promise<GetAutomatedReasoningPolicyTestResultCommandOutput>;
|
|
670
922
|
export declare const de_GetCustomModelCommand: (
|
|
671
923
|
output: __HttpResponse,
|
|
672
924
|
context: __SerdeContext
|
|
@@ -735,6 +987,22 @@ export declare const de_GetUseCaseForModelAccessCommand: (
|
|
|
735
987
|
output: __HttpResponse,
|
|
736
988
|
context: __SerdeContext
|
|
737
989
|
) => Promise<GetUseCaseForModelAccessCommandOutput>;
|
|
990
|
+
export declare const de_ListAutomatedReasoningPoliciesCommand: (
|
|
991
|
+
output: __HttpResponse,
|
|
992
|
+
context: __SerdeContext
|
|
993
|
+
) => Promise<ListAutomatedReasoningPoliciesCommandOutput>;
|
|
994
|
+
export declare const de_ListAutomatedReasoningPolicyBuildWorkflowsCommand: (
|
|
995
|
+
output: __HttpResponse,
|
|
996
|
+
context: __SerdeContext
|
|
997
|
+
) => Promise<ListAutomatedReasoningPolicyBuildWorkflowsCommandOutput>;
|
|
998
|
+
export declare const de_ListAutomatedReasoningPolicyTestCasesCommand: (
|
|
999
|
+
output: __HttpResponse,
|
|
1000
|
+
context: __SerdeContext
|
|
1001
|
+
) => Promise<ListAutomatedReasoningPolicyTestCasesCommandOutput>;
|
|
1002
|
+
export declare const de_ListAutomatedReasoningPolicyTestResultsCommand: (
|
|
1003
|
+
output: __HttpResponse,
|
|
1004
|
+
context: __SerdeContext
|
|
1005
|
+
) => Promise<ListAutomatedReasoningPolicyTestResultsCommandOutput>;
|
|
738
1006
|
export declare const de_ListCustomModelDeploymentsCommand: (
|
|
739
1007
|
output: __HttpResponse,
|
|
740
1008
|
context: __SerdeContext
|
|
@@ -811,6 +1079,14 @@ export declare const de_RegisterMarketplaceModelEndpointCommand: (
|
|
|
811
1079
|
output: __HttpResponse,
|
|
812
1080
|
context: __SerdeContext
|
|
813
1081
|
) => Promise<RegisterMarketplaceModelEndpointCommandOutput>;
|
|
1082
|
+
export declare const de_StartAutomatedReasoningPolicyBuildWorkflowCommand: (
|
|
1083
|
+
output: __HttpResponse,
|
|
1084
|
+
context: __SerdeContext
|
|
1085
|
+
) => Promise<StartAutomatedReasoningPolicyBuildWorkflowCommandOutput>;
|
|
1086
|
+
export declare const de_StartAutomatedReasoningPolicyTestWorkflowCommand: (
|
|
1087
|
+
output: __HttpResponse,
|
|
1088
|
+
context: __SerdeContext
|
|
1089
|
+
) => Promise<StartAutomatedReasoningPolicyTestWorkflowCommandOutput>;
|
|
814
1090
|
export declare const de_StopEvaluationJobCommand: (
|
|
815
1091
|
output: __HttpResponse,
|
|
816
1092
|
context: __SerdeContext
|
|
@@ -831,6 +1107,18 @@ export declare const de_UntagResourceCommand: (
|
|
|
831
1107
|
output: __HttpResponse,
|
|
832
1108
|
context: __SerdeContext
|
|
833
1109
|
) => Promise<UntagResourceCommandOutput>;
|
|
1110
|
+
export declare const de_UpdateAutomatedReasoningPolicyCommand: (
|
|
1111
|
+
output: __HttpResponse,
|
|
1112
|
+
context: __SerdeContext
|
|
1113
|
+
) => Promise<UpdateAutomatedReasoningPolicyCommandOutput>;
|
|
1114
|
+
export declare const de_UpdateAutomatedReasoningPolicyAnnotationsCommand: (
|
|
1115
|
+
output: __HttpResponse,
|
|
1116
|
+
context: __SerdeContext
|
|
1117
|
+
) => Promise<UpdateAutomatedReasoningPolicyAnnotationsCommandOutput>;
|
|
1118
|
+
export declare const de_UpdateAutomatedReasoningPolicyTestCaseCommand: (
|
|
1119
|
+
output: __HttpResponse,
|
|
1120
|
+
context: __SerdeContext
|
|
1121
|
+
) => Promise<UpdateAutomatedReasoningPolicyTestCaseCommandOutput>;
|
|
834
1122
|
export declare const de_UpdateGuardrailCommand: (
|
|
835
1123
|
output: __HttpResponse,
|
|
836
1124
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-bedrock",
|
|
3
3
|
"description": "AWS SDK for JavaScript Bedrock Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.861.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-bedrock",
|