@aws-sdk/client-bedrock 3.859.0 → 3.862.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 +34 -34
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListAutomatedReasoningPoliciesCommandInput, ListAutomatedReasoningPoliciesCommandOutput } from "../commands/ListAutomatedReasoningPoliciesCommand";
|
|
3
|
+
import { BedrockPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListAutomatedReasoningPolicies: (config: BedrockPaginationConfiguration, input: ListAutomatedReasoningPoliciesCommandInput, ...rest: any[]) => Paginator<ListAutomatedReasoningPoliciesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListAutomatedReasoningPolicyBuildWorkflowsCommandInput, ListAutomatedReasoningPolicyBuildWorkflowsCommandOutput } from "../commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand";
|
|
3
|
+
import { BedrockPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListAutomatedReasoningPolicyBuildWorkflows: (config: BedrockPaginationConfiguration, input: ListAutomatedReasoningPolicyBuildWorkflowsCommandInput, ...rest: any[]) => Paginator<ListAutomatedReasoningPolicyBuildWorkflowsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListAutomatedReasoningPolicyTestCasesCommandInput, ListAutomatedReasoningPolicyTestCasesCommandOutput } from "../commands/ListAutomatedReasoningPolicyTestCasesCommand";
|
|
3
|
+
import { BedrockPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListAutomatedReasoningPolicyTestCases: (config: BedrockPaginationConfiguration, input: ListAutomatedReasoningPolicyTestCasesCommandInput, ...rest: any[]) => Paginator<ListAutomatedReasoningPolicyTestCasesCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListAutomatedReasoningPolicyTestResultsCommandInput, ListAutomatedReasoningPolicyTestResultsCommandOutput } from "../commands/ListAutomatedReasoningPolicyTestResultsCommand";
|
|
3
|
+
import { BedrockPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListAutomatedReasoningPolicyTestResults: (config: BedrockPaginationConfiguration, input: ListAutomatedReasoningPolicyTestResultsCommandInput, ...rest: any[]) => 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";
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
3
|
import { BatchDeleteEvaluationJobCommandInput, BatchDeleteEvaluationJobCommandOutput } from "../commands/BatchDeleteEvaluationJobCommand";
|
|
4
|
+
import { CancelAutomatedReasoningPolicyBuildWorkflowCommandInput, CancelAutomatedReasoningPolicyBuildWorkflowCommandOutput } from "../commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand";
|
|
5
|
+
import { CreateAutomatedReasoningPolicyCommandInput, CreateAutomatedReasoningPolicyCommandOutput } from "../commands/CreateAutomatedReasoningPolicyCommand";
|
|
6
|
+
import { CreateAutomatedReasoningPolicyTestCaseCommandInput, CreateAutomatedReasoningPolicyTestCaseCommandOutput } from "../commands/CreateAutomatedReasoningPolicyTestCaseCommand";
|
|
7
|
+
import { CreateAutomatedReasoningPolicyVersionCommandInput, CreateAutomatedReasoningPolicyVersionCommandOutput } from "../commands/CreateAutomatedReasoningPolicyVersionCommand";
|
|
4
8
|
import { CreateCustomModelCommandInput, CreateCustomModelCommandOutput } from "../commands/CreateCustomModelCommand";
|
|
5
9
|
import { CreateCustomModelDeploymentCommandInput, CreateCustomModelDeploymentCommandOutput } from "../commands/CreateCustomModelDeploymentCommand";
|
|
6
10
|
import { CreateEvaluationJobCommandInput, CreateEvaluationJobCommandOutput } from "../commands/CreateEvaluationJobCommand";
|
|
@@ -15,6 +19,9 @@ import { CreateModelImportJobCommandInput, CreateModelImportJobCommandOutput } f
|
|
|
15
19
|
import { CreateModelInvocationJobCommandInput, CreateModelInvocationJobCommandOutput } from "../commands/CreateModelInvocationJobCommand";
|
|
16
20
|
import { CreatePromptRouterCommandInput, CreatePromptRouterCommandOutput } from "../commands/CreatePromptRouterCommand";
|
|
17
21
|
import { CreateProvisionedModelThroughputCommandInput, CreateProvisionedModelThroughputCommandOutput } from "../commands/CreateProvisionedModelThroughputCommand";
|
|
22
|
+
import { DeleteAutomatedReasoningPolicyBuildWorkflowCommandInput, DeleteAutomatedReasoningPolicyBuildWorkflowCommandOutput } from "../commands/DeleteAutomatedReasoningPolicyBuildWorkflowCommand";
|
|
23
|
+
import { DeleteAutomatedReasoningPolicyCommandInput, DeleteAutomatedReasoningPolicyCommandOutput } from "../commands/DeleteAutomatedReasoningPolicyCommand";
|
|
24
|
+
import { DeleteAutomatedReasoningPolicyTestCaseCommandInput, DeleteAutomatedReasoningPolicyTestCaseCommandOutput } from "../commands/DeleteAutomatedReasoningPolicyTestCaseCommand";
|
|
18
25
|
import { DeleteCustomModelCommandInput, DeleteCustomModelCommandOutput } from "../commands/DeleteCustomModelCommand";
|
|
19
26
|
import { DeleteCustomModelDeploymentCommandInput, DeleteCustomModelDeploymentCommandOutput } from "../commands/DeleteCustomModelDeploymentCommand";
|
|
20
27
|
import { DeleteFoundationModelAgreementCommandInput, DeleteFoundationModelAgreementCommandOutput } from "../commands/DeleteFoundationModelAgreementCommand";
|
|
@@ -26,6 +33,14 @@ import { DeleteModelInvocationLoggingConfigurationCommandInput, DeleteModelInvoc
|
|
|
26
33
|
import { DeletePromptRouterCommandInput, DeletePromptRouterCommandOutput } from "../commands/DeletePromptRouterCommand";
|
|
27
34
|
import { DeleteProvisionedModelThroughputCommandInput, DeleteProvisionedModelThroughputCommandOutput } from "../commands/DeleteProvisionedModelThroughputCommand";
|
|
28
35
|
import { DeregisterMarketplaceModelEndpointCommandInput, DeregisterMarketplaceModelEndpointCommandOutput } from "../commands/DeregisterMarketplaceModelEndpointCommand";
|
|
36
|
+
import { ExportAutomatedReasoningPolicyVersionCommandInput, ExportAutomatedReasoningPolicyVersionCommandOutput } from "../commands/ExportAutomatedReasoningPolicyVersionCommand";
|
|
37
|
+
import { GetAutomatedReasoningPolicyAnnotationsCommandInput, GetAutomatedReasoningPolicyAnnotationsCommandOutput } from "../commands/GetAutomatedReasoningPolicyAnnotationsCommand";
|
|
38
|
+
import { GetAutomatedReasoningPolicyBuildWorkflowCommandInput, GetAutomatedReasoningPolicyBuildWorkflowCommandOutput } from "../commands/GetAutomatedReasoningPolicyBuildWorkflowCommand";
|
|
39
|
+
import { GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandInput, GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandOutput } from "../commands/GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand";
|
|
40
|
+
import { GetAutomatedReasoningPolicyCommandInput, GetAutomatedReasoningPolicyCommandOutput } from "../commands/GetAutomatedReasoningPolicyCommand";
|
|
41
|
+
import { GetAutomatedReasoningPolicyNextScenarioCommandInput, GetAutomatedReasoningPolicyNextScenarioCommandOutput } from "../commands/GetAutomatedReasoningPolicyNextScenarioCommand";
|
|
42
|
+
import { GetAutomatedReasoningPolicyTestCaseCommandInput, GetAutomatedReasoningPolicyTestCaseCommandOutput } from "../commands/GetAutomatedReasoningPolicyTestCaseCommand";
|
|
43
|
+
import { GetAutomatedReasoningPolicyTestResultCommandInput, GetAutomatedReasoningPolicyTestResultCommandOutput } from "../commands/GetAutomatedReasoningPolicyTestResultCommand";
|
|
29
44
|
import { GetCustomModelCommandInput, GetCustomModelCommandOutput } from "../commands/GetCustomModelCommand";
|
|
30
45
|
import { GetCustomModelDeploymentCommandInput, GetCustomModelDeploymentCommandOutput } from "../commands/GetCustomModelDeploymentCommand";
|
|
31
46
|
import { GetEvaluationJobCommandInput, GetEvaluationJobCommandOutput } from "../commands/GetEvaluationJobCommand";
|
|
@@ -43,6 +58,10 @@ import { GetModelInvocationLoggingConfigurationCommandInput, GetModelInvocationL
|
|
|
43
58
|
import { GetPromptRouterCommandInput, GetPromptRouterCommandOutput } from "../commands/GetPromptRouterCommand";
|
|
44
59
|
import { GetProvisionedModelThroughputCommandInput, GetProvisionedModelThroughputCommandOutput } from "../commands/GetProvisionedModelThroughputCommand";
|
|
45
60
|
import { GetUseCaseForModelAccessCommandInput, GetUseCaseForModelAccessCommandOutput } from "../commands/GetUseCaseForModelAccessCommand";
|
|
61
|
+
import { ListAutomatedReasoningPoliciesCommandInput, ListAutomatedReasoningPoliciesCommandOutput } from "../commands/ListAutomatedReasoningPoliciesCommand";
|
|
62
|
+
import { ListAutomatedReasoningPolicyBuildWorkflowsCommandInput, ListAutomatedReasoningPolicyBuildWorkflowsCommandOutput } from "../commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand";
|
|
63
|
+
import { ListAutomatedReasoningPolicyTestCasesCommandInput, ListAutomatedReasoningPolicyTestCasesCommandOutput } from "../commands/ListAutomatedReasoningPolicyTestCasesCommand";
|
|
64
|
+
import { ListAutomatedReasoningPolicyTestResultsCommandInput, ListAutomatedReasoningPolicyTestResultsCommandOutput } from "../commands/ListAutomatedReasoningPolicyTestResultsCommand";
|
|
46
65
|
import { ListCustomModelDeploymentsCommandInput, ListCustomModelDeploymentsCommandOutput } from "../commands/ListCustomModelDeploymentsCommand";
|
|
47
66
|
import { ListCustomModelsCommandInput, ListCustomModelsCommandOutput } from "../commands/ListCustomModelsCommand";
|
|
48
67
|
import { ListEvaluationJobsCommandInput, ListEvaluationJobsCommandOutput } from "../commands/ListEvaluationJobsCommand";
|
|
@@ -62,11 +81,16 @@ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } fro
|
|
|
62
81
|
import { PutModelInvocationLoggingConfigurationCommandInput, PutModelInvocationLoggingConfigurationCommandOutput } from "../commands/PutModelInvocationLoggingConfigurationCommand";
|
|
63
82
|
import { PutUseCaseForModelAccessCommandInput, PutUseCaseForModelAccessCommandOutput } from "../commands/PutUseCaseForModelAccessCommand";
|
|
64
83
|
import { RegisterMarketplaceModelEndpointCommandInput, RegisterMarketplaceModelEndpointCommandOutput } from "../commands/RegisterMarketplaceModelEndpointCommand";
|
|
84
|
+
import { StartAutomatedReasoningPolicyBuildWorkflowCommandInput, StartAutomatedReasoningPolicyBuildWorkflowCommandOutput } from "../commands/StartAutomatedReasoningPolicyBuildWorkflowCommand";
|
|
85
|
+
import { StartAutomatedReasoningPolicyTestWorkflowCommandInput, StartAutomatedReasoningPolicyTestWorkflowCommandOutput } from "../commands/StartAutomatedReasoningPolicyTestWorkflowCommand";
|
|
65
86
|
import { StopEvaluationJobCommandInput, StopEvaluationJobCommandOutput } from "../commands/StopEvaluationJobCommand";
|
|
66
87
|
import { StopModelCustomizationJobCommandInput, StopModelCustomizationJobCommandOutput } from "../commands/StopModelCustomizationJobCommand";
|
|
67
88
|
import { StopModelInvocationJobCommandInput, StopModelInvocationJobCommandOutput } from "../commands/StopModelInvocationJobCommand";
|
|
68
89
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
69
90
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
91
|
+
import { UpdateAutomatedReasoningPolicyAnnotationsCommandInput, UpdateAutomatedReasoningPolicyAnnotationsCommandOutput } from "../commands/UpdateAutomatedReasoningPolicyAnnotationsCommand";
|
|
92
|
+
import { UpdateAutomatedReasoningPolicyCommandInput, UpdateAutomatedReasoningPolicyCommandOutput } from "../commands/UpdateAutomatedReasoningPolicyCommand";
|
|
93
|
+
import { UpdateAutomatedReasoningPolicyTestCaseCommandInput, UpdateAutomatedReasoningPolicyTestCaseCommandOutput } from "../commands/UpdateAutomatedReasoningPolicyTestCaseCommand";
|
|
70
94
|
import { UpdateGuardrailCommandInput, UpdateGuardrailCommandOutput } from "../commands/UpdateGuardrailCommand";
|
|
71
95
|
import { UpdateMarketplaceModelEndpointCommandInput, UpdateMarketplaceModelEndpointCommandOutput } from "../commands/UpdateMarketplaceModelEndpointCommand";
|
|
72
96
|
import { UpdateProvisionedModelThroughputCommandInput, UpdateProvisionedModelThroughputCommandOutput } from "../commands/UpdateProvisionedModelThroughputCommand";
|
|
@@ -74,6 +98,22 @@ import { UpdateProvisionedModelThroughputCommandInput, UpdateProvisionedModelThr
|
|
|
74
98
|
* serializeAws_restJson1BatchDeleteEvaluationJobCommand
|
|
75
99
|
*/
|
|
76
100
|
export declare const se_BatchDeleteEvaluationJobCommand: (input: BatchDeleteEvaluationJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
101
|
+
/**
|
|
102
|
+
* serializeAws_restJson1CancelAutomatedReasoningPolicyBuildWorkflowCommand
|
|
103
|
+
*/
|
|
104
|
+
export declare const se_CancelAutomatedReasoningPolicyBuildWorkflowCommand: (input: CancelAutomatedReasoningPolicyBuildWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
105
|
+
/**
|
|
106
|
+
* serializeAws_restJson1CreateAutomatedReasoningPolicyCommand
|
|
107
|
+
*/
|
|
108
|
+
export declare const se_CreateAutomatedReasoningPolicyCommand: (input: CreateAutomatedReasoningPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
109
|
+
/**
|
|
110
|
+
* serializeAws_restJson1CreateAutomatedReasoningPolicyTestCaseCommand
|
|
111
|
+
*/
|
|
112
|
+
export declare const se_CreateAutomatedReasoningPolicyTestCaseCommand: (input: CreateAutomatedReasoningPolicyTestCaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
113
|
+
/**
|
|
114
|
+
* serializeAws_restJson1CreateAutomatedReasoningPolicyVersionCommand
|
|
115
|
+
*/
|
|
116
|
+
export declare const se_CreateAutomatedReasoningPolicyVersionCommand: (input: CreateAutomatedReasoningPolicyVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
77
117
|
/**
|
|
78
118
|
* serializeAws_restJson1CreateCustomModelCommand
|
|
79
119
|
*/
|
|
@@ -130,6 +170,18 @@ export declare const se_CreatePromptRouterCommand: (input: CreatePromptRouterCom
|
|
|
130
170
|
* serializeAws_restJson1CreateProvisionedModelThroughputCommand
|
|
131
171
|
*/
|
|
132
172
|
export declare const se_CreateProvisionedModelThroughputCommand: (input: CreateProvisionedModelThroughputCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
173
|
+
/**
|
|
174
|
+
* serializeAws_restJson1DeleteAutomatedReasoningPolicyCommand
|
|
175
|
+
*/
|
|
176
|
+
export declare const se_DeleteAutomatedReasoningPolicyCommand: (input: DeleteAutomatedReasoningPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
177
|
+
/**
|
|
178
|
+
* serializeAws_restJson1DeleteAutomatedReasoningPolicyBuildWorkflowCommand
|
|
179
|
+
*/
|
|
180
|
+
export declare const se_DeleteAutomatedReasoningPolicyBuildWorkflowCommand: (input: DeleteAutomatedReasoningPolicyBuildWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
181
|
+
/**
|
|
182
|
+
* serializeAws_restJson1DeleteAutomatedReasoningPolicyTestCaseCommand
|
|
183
|
+
*/
|
|
184
|
+
export declare const se_DeleteAutomatedReasoningPolicyTestCaseCommand: (input: DeleteAutomatedReasoningPolicyTestCaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
133
185
|
/**
|
|
134
186
|
* serializeAws_restJson1DeleteCustomModelCommand
|
|
135
187
|
*/
|
|
@@ -174,6 +226,38 @@ export declare const se_DeleteProvisionedModelThroughputCommand: (input: DeleteP
|
|
|
174
226
|
* serializeAws_restJson1DeregisterMarketplaceModelEndpointCommand
|
|
175
227
|
*/
|
|
176
228
|
export declare const se_DeregisterMarketplaceModelEndpointCommand: (input: DeregisterMarketplaceModelEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
229
|
+
/**
|
|
230
|
+
* serializeAws_restJson1ExportAutomatedReasoningPolicyVersionCommand
|
|
231
|
+
*/
|
|
232
|
+
export declare const se_ExportAutomatedReasoningPolicyVersionCommand: (input: ExportAutomatedReasoningPolicyVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
233
|
+
/**
|
|
234
|
+
* serializeAws_restJson1GetAutomatedReasoningPolicyCommand
|
|
235
|
+
*/
|
|
236
|
+
export declare const se_GetAutomatedReasoningPolicyCommand: (input: GetAutomatedReasoningPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
237
|
+
/**
|
|
238
|
+
* serializeAws_restJson1GetAutomatedReasoningPolicyAnnotationsCommand
|
|
239
|
+
*/
|
|
240
|
+
export declare const se_GetAutomatedReasoningPolicyAnnotationsCommand: (input: GetAutomatedReasoningPolicyAnnotationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
241
|
+
/**
|
|
242
|
+
* serializeAws_restJson1GetAutomatedReasoningPolicyBuildWorkflowCommand
|
|
243
|
+
*/
|
|
244
|
+
export declare const se_GetAutomatedReasoningPolicyBuildWorkflowCommand: (input: GetAutomatedReasoningPolicyBuildWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
245
|
+
/**
|
|
246
|
+
* serializeAws_restJson1GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand
|
|
247
|
+
*/
|
|
248
|
+
export declare const se_GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand: (input: GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
249
|
+
/**
|
|
250
|
+
* serializeAws_restJson1GetAutomatedReasoningPolicyNextScenarioCommand
|
|
251
|
+
*/
|
|
252
|
+
export declare const se_GetAutomatedReasoningPolicyNextScenarioCommand: (input: GetAutomatedReasoningPolicyNextScenarioCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
253
|
+
/**
|
|
254
|
+
* serializeAws_restJson1GetAutomatedReasoningPolicyTestCaseCommand
|
|
255
|
+
*/
|
|
256
|
+
export declare const se_GetAutomatedReasoningPolicyTestCaseCommand: (input: GetAutomatedReasoningPolicyTestCaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
257
|
+
/**
|
|
258
|
+
* serializeAws_restJson1GetAutomatedReasoningPolicyTestResultCommand
|
|
259
|
+
*/
|
|
260
|
+
export declare const se_GetAutomatedReasoningPolicyTestResultCommand: (input: GetAutomatedReasoningPolicyTestResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
177
261
|
/**
|
|
178
262
|
* serializeAws_restJson1GetCustomModelCommand
|
|
179
263
|
*/
|
|
@@ -242,6 +326,22 @@ export declare const se_GetProvisionedModelThroughputCommand: (input: GetProvisi
|
|
|
242
326
|
* serializeAws_restJson1GetUseCaseForModelAccessCommand
|
|
243
327
|
*/
|
|
244
328
|
export declare const se_GetUseCaseForModelAccessCommand: (input: GetUseCaseForModelAccessCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
329
|
+
/**
|
|
330
|
+
* serializeAws_restJson1ListAutomatedReasoningPoliciesCommand
|
|
331
|
+
*/
|
|
332
|
+
export declare const se_ListAutomatedReasoningPoliciesCommand: (input: ListAutomatedReasoningPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
333
|
+
/**
|
|
334
|
+
* serializeAws_restJson1ListAutomatedReasoningPolicyBuildWorkflowsCommand
|
|
335
|
+
*/
|
|
336
|
+
export declare const se_ListAutomatedReasoningPolicyBuildWorkflowsCommand: (input: ListAutomatedReasoningPolicyBuildWorkflowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
337
|
+
/**
|
|
338
|
+
* serializeAws_restJson1ListAutomatedReasoningPolicyTestCasesCommand
|
|
339
|
+
*/
|
|
340
|
+
export declare const se_ListAutomatedReasoningPolicyTestCasesCommand: (input: ListAutomatedReasoningPolicyTestCasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
341
|
+
/**
|
|
342
|
+
* serializeAws_restJson1ListAutomatedReasoningPolicyTestResultsCommand
|
|
343
|
+
*/
|
|
344
|
+
export declare const se_ListAutomatedReasoningPolicyTestResultsCommand: (input: ListAutomatedReasoningPolicyTestResultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
245
345
|
/**
|
|
246
346
|
* serializeAws_restJson1ListCustomModelDeploymentsCommand
|
|
247
347
|
*/
|
|
@@ -318,6 +418,14 @@ export declare const se_PutUseCaseForModelAccessCommand: (input: PutUseCaseForMo
|
|
|
318
418
|
* serializeAws_restJson1RegisterMarketplaceModelEndpointCommand
|
|
319
419
|
*/
|
|
320
420
|
export declare const se_RegisterMarketplaceModelEndpointCommand: (input: RegisterMarketplaceModelEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
421
|
+
/**
|
|
422
|
+
* serializeAws_restJson1StartAutomatedReasoningPolicyBuildWorkflowCommand
|
|
423
|
+
*/
|
|
424
|
+
export declare const se_StartAutomatedReasoningPolicyBuildWorkflowCommand: (input: StartAutomatedReasoningPolicyBuildWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
425
|
+
/**
|
|
426
|
+
* serializeAws_restJson1StartAutomatedReasoningPolicyTestWorkflowCommand
|
|
427
|
+
*/
|
|
428
|
+
export declare const se_StartAutomatedReasoningPolicyTestWorkflowCommand: (input: StartAutomatedReasoningPolicyTestWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
321
429
|
/**
|
|
322
430
|
* serializeAws_restJson1StopEvaluationJobCommand
|
|
323
431
|
*/
|
|
@@ -338,6 +446,18 @@ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, con
|
|
|
338
446
|
* serializeAws_restJson1UntagResourceCommand
|
|
339
447
|
*/
|
|
340
448
|
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
449
|
+
/**
|
|
450
|
+
* serializeAws_restJson1UpdateAutomatedReasoningPolicyCommand
|
|
451
|
+
*/
|
|
452
|
+
export declare const se_UpdateAutomatedReasoningPolicyCommand: (input: UpdateAutomatedReasoningPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
453
|
+
/**
|
|
454
|
+
* serializeAws_restJson1UpdateAutomatedReasoningPolicyAnnotationsCommand
|
|
455
|
+
*/
|
|
456
|
+
export declare const se_UpdateAutomatedReasoningPolicyAnnotationsCommand: (input: UpdateAutomatedReasoningPolicyAnnotationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
457
|
+
/**
|
|
458
|
+
* serializeAws_restJson1UpdateAutomatedReasoningPolicyTestCaseCommand
|
|
459
|
+
*/
|
|
460
|
+
export declare const se_UpdateAutomatedReasoningPolicyTestCaseCommand: (input: UpdateAutomatedReasoningPolicyTestCaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
341
461
|
/**
|
|
342
462
|
* serializeAws_restJson1UpdateGuardrailCommand
|
|
343
463
|
*/
|
|
@@ -354,6 +474,22 @@ export declare const se_UpdateProvisionedModelThroughputCommand: (input: UpdateP
|
|
|
354
474
|
* deserializeAws_restJson1BatchDeleteEvaluationJobCommand
|
|
355
475
|
*/
|
|
356
476
|
export declare const de_BatchDeleteEvaluationJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteEvaluationJobCommandOutput>;
|
|
477
|
+
/**
|
|
478
|
+
* deserializeAws_restJson1CancelAutomatedReasoningPolicyBuildWorkflowCommand
|
|
479
|
+
*/
|
|
480
|
+
export declare const de_CancelAutomatedReasoningPolicyBuildWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelAutomatedReasoningPolicyBuildWorkflowCommandOutput>;
|
|
481
|
+
/**
|
|
482
|
+
* deserializeAws_restJson1CreateAutomatedReasoningPolicyCommand
|
|
483
|
+
*/
|
|
484
|
+
export declare const de_CreateAutomatedReasoningPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAutomatedReasoningPolicyCommandOutput>;
|
|
485
|
+
/**
|
|
486
|
+
* deserializeAws_restJson1CreateAutomatedReasoningPolicyTestCaseCommand
|
|
487
|
+
*/
|
|
488
|
+
export declare const de_CreateAutomatedReasoningPolicyTestCaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAutomatedReasoningPolicyTestCaseCommandOutput>;
|
|
489
|
+
/**
|
|
490
|
+
* deserializeAws_restJson1CreateAutomatedReasoningPolicyVersionCommand
|
|
491
|
+
*/
|
|
492
|
+
export declare const de_CreateAutomatedReasoningPolicyVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAutomatedReasoningPolicyVersionCommandOutput>;
|
|
357
493
|
/**
|
|
358
494
|
* deserializeAws_restJson1CreateCustomModelCommand
|
|
359
495
|
*/
|
|
@@ -410,6 +546,18 @@ export declare const de_CreatePromptRouterCommand: (output: __HttpResponse, cont
|
|
|
410
546
|
* deserializeAws_restJson1CreateProvisionedModelThroughputCommand
|
|
411
547
|
*/
|
|
412
548
|
export declare const de_CreateProvisionedModelThroughputCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProvisionedModelThroughputCommandOutput>;
|
|
549
|
+
/**
|
|
550
|
+
* deserializeAws_restJson1DeleteAutomatedReasoningPolicyCommand
|
|
551
|
+
*/
|
|
552
|
+
export declare const de_DeleteAutomatedReasoningPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAutomatedReasoningPolicyCommandOutput>;
|
|
553
|
+
/**
|
|
554
|
+
* deserializeAws_restJson1DeleteAutomatedReasoningPolicyBuildWorkflowCommand
|
|
555
|
+
*/
|
|
556
|
+
export declare const de_DeleteAutomatedReasoningPolicyBuildWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAutomatedReasoningPolicyBuildWorkflowCommandOutput>;
|
|
557
|
+
/**
|
|
558
|
+
* deserializeAws_restJson1DeleteAutomatedReasoningPolicyTestCaseCommand
|
|
559
|
+
*/
|
|
560
|
+
export declare const de_DeleteAutomatedReasoningPolicyTestCaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAutomatedReasoningPolicyTestCaseCommandOutput>;
|
|
413
561
|
/**
|
|
414
562
|
* deserializeAws_restJson1DeleteCustomModelCommand
|
|
415
563
|
*/
|
|
@@ -454,6 +602,38 @@ export declare const de_DeleteProvisionedModelThroughputCommand: (output: __Http
|
|
|
454
602
|
* deserializeAws_restJson1DeregisterMarketplaceModelEndpointCommand
|
|
455
603
|
*/
|
|
456
604
|
export declare const de_DeregisterMarketplaceModelEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterMarketplaceModelEndpointCommandOutput>;
|
|
605
|
+
/**
|
|
606
|
+
* deserializeAws_restJson1ExportAutomatedReasoningPolicyVersionCommand
|
|
607
|
+
*/
|
|
608
|
+
export declare const de_ExportAutomatedReasoningPolicyVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportAutomatedReasoningPolicyVersionCommandOutput>;
|
|
609
|
+
/**
|
|
610
|
+
* deserializeAws_restJson1GetAutomatedReasoningPolicyCommand
|
|
611
|
+
*/
|
|
612
|
+
export declare const de_GetAutomatedReasoningPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAutomatedReasoningPolicyCommandOutput>;
|
|
613
|
+
/**
|
|
614
|
+
* deserializeAws_restJson1GetAutomatedReasoningPolicyAnnotationsCommand
|
|
615
|
+
*/
|
|
616
|
+
export declare const de_GetAutomatedReasoningPolicyAnnotationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAutomatedReasoningPolicyAnnotationsCommandOutput>;
|
|
617
|
+
/**
|
|
618
|
+
* deserializeAws_restJson1GetAutomatedReasoningPolicyBuildWorkflowCommand
|
|
619
|
+
*/
|
|
620
|
+
export declare const de_GetAutomatedReasoningPolicyBuildWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAutomatedReasoningPolicyBuildWorkflowCommandOutput>;
|
|
621
|
+
/**
|
|
622
|
+
* deserializeAws_restJson1GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand
|
|
623
|
+
*/
|
|
624
|
+
export declare const de_GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandOutput>;
|
|
625
|
+
/**
|
|
626
|
+
* deserializeAws_restJson1GetAutomatedReasoningPolicyNextScenarioCommand
|
|
627
|
+
*/
|
|
628
|
+
export declare const de_GetAutomatedReasoningPolicyNextScenarioCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAutomatedReasoningPolicyNextScenarioCommandOutput>;
|
|
629
|
+
/**
|
|
630
|
+
* deserializeAws_restJson1GetAutomatedReasoningPolicyTestCaseCommand
|
|
631
|
+
*/
|
|
632
|
+
export declare const de_GetAutomatedReasoningPolicyTestCaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAutomatedReasoningPolicyTestCaseCommandOutput>;
|
|
633
|
+
/**
|
|
634
|
+
* deserializeAws_restJson1GetAutomatedReasoningPolicyTestResultCommand
|
|
635
|
+
*/
|
|
636
|
+
export declare const de_GetAutomatedReasoningPolicyTestResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAutomatedReasoningPolicyTestResultCommandOutput>;
|
|
457
637
|
/**
|
|
458
638
|
* deserializeAws_restJson1GetCustomModelCommand
|
|
459
639
|
*/
|
|
@@ -522,6 +702,22 @@ export declare const de_GetProvisionedModelThroughputCommand: (output: __HttpRes
|
|
|
522
702
|
* deserializeAws_restJson1GetUseCaseForModelAccessCommand
|
|
523
703
|
*/
|
|
524
704
|
export declare const de_GetUseCaseForModelAccessCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUseCaseForModelAccessCommandOutput>;
|
|
705
|
+
/**
|
|
706
|
+
* deserializeAws_restJson1ListAutomatedReasoningPoliciesCommand
|
|
707
|
+
*/
|
|
708
|
+
export declare const de_ListAutomatedReasoningPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAutomatedReasoningPoliciesCommandOutput>;
|
|
709
|
+
/**
|
|
710
|
+
* deserializeAws_restJson1ListAutomatedReasoningPolicyBuildWorkflowsCommand
|
|
711
|
+
*/
|
|
712
|
+
export declare const de_ListAutomatedReasoningPolicyBuildWorkflowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAutomatedReasoningPolicyBuildWorkflowsCommandOutput>;
|
|
713
|
+
/**
|
|
714
|
+
* deserializeAws_restJson1ListAutomatedReasoningPolicyTestCasesCommand
|
|
715
|
+
*/
|
|
716
|
+
export declare const de_ListAutomatedReasoningPolicyTestCasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAutomatedReasoningPolicyTestCasesCommandOutput>;
|
|
717
|
+
/**
|
|
718
|
+
* deserializeAws_restJson1ListAutomatedReasoningPolicyTestResultsCommand
|
|
719
|
+
*/
|
|
720
|
+
export declare const de_ListAutomatedReasoningPolicyTestResultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAutomatedReasoningPolicyTestResultsCommandOutput>;
|
|
525
721
|
/**
|
|
526
722
|
* deserializeAws_restJson1ListCustomModelDeploymentsCommand
|
|
527
723
|
*/
|
|
@@ -598,6 +794,14 @@ export declare const de_PutUseCaseForModelAccessCommand: (output: __HttpResponse
|
|
|
598
794
|
* deserializeAws_restJson1RegisterMarketplaceModelEndpointCommand
|
|
599
795
|
*/
|
|
600
796
|
export declare const de_RegisterMarketplaceModelEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterMarketplaceModelEndpointCommandOutput>;
|
|
797
|
+
/**
|
|
798
|
+
* deserializeAws_restJson1StartAutomatedReasoningPolicyBuildWorkflowCommand
|
|
799
|
+
*/
|
|
800
|
+
export declare const de_StartAutomatedReasoningPolicyBuildWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAutomatedReasoningPolicyBuildWorkflowCommandOutput>;
|
|
801
|
+
/**
|
|
802
|
+
* deserializeAws_restJson1StartAutomatedReasoningPolicyTestWorkflowCommand
|
|
803
|
+
*/
|
|
804
|
+
export declare const de_StartAutomatedReasoningPolicyTestWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAutomatedReasoningPolicyTestWorkflowCommandOutput>;
|
|
601
805
|
/**
|
|
602
806
|
* deserializeAws_restJson1StopEvaluationJobCommand
|
|
603
807
|
*/
|
|
@@ -618,6 +822,18 @@ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __
|
|
|
618
822
|
* deserializeAws_restJson1UntagResourceCommand
|
|
619
823
|
*/
|
|
620
824
|
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
825
|
+
/**
|
|
826
|
+
* deserializeAws_restJson1UpdateAutomatedReasoningPolicyCommand
|
|
827
|
+
*/
|
|
828
|
+
export declare const de_UpdateAutomatedReasoningPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAutomatedReasoningPolicyCommandOutput>;
|
|
829
|
+
/**
|
|
830
|
+
* deserializeAws_restJson1UpdateAutomatedReasoningPolicyAnnotationsCommand
|
|
831
|
+
*/
|
|
832
|
+
export declare const de_UpdateAutomatedReasoningPolicyAnnotationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAutomatedReasoningPolicyAnnotationsCommandOutput>;
|
|
833
|
+
/**
|
|
834
|
+
* deserializeAws_restJson1UpdateAutomatedReasoningPolicyTestCaseCommand
|
|
835
|
+
*/
|
|
836
|
+
export declare const de_UpdateAutomatedReasoningPolicyTestCaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAutomatedReasoningPolicyTestCaseCommandOutput>;
|
|
621
837
|
/**
|
|
622
838
|
* deserializeAws_restJson1UpdateGuardrailCommand
|
|
623
839
|
*/
|