@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,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockClient";
|
|
8
|
+
import {
|
|
9
|
+
ListAutomatedReasoningPoliciesRequest,
|
|
10
|
+
ListAutomatedReasoningPoliciesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListAutomatedReasoningPoliciesCommandInput
|
|
15
|
+
extends ListAutomatedReasoningPoliciesRequest {}
|
|
16
|
+
export interface ListAutomatedReasoningPoliciesCommandOutput
|
|
17
|
+
extends ListAutomatedReasoningPoliciesResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListAutomatedReasoningPoliciesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListAutomatedReasoningPoliciesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListAutomatedReasoningPoliciesCommandInput,
|
|
24
|
+
ListAutomatedReasoningPoliciesCommandOutput,
|
|
25
|
+
BedrockClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [ListAutomatedReasoningPoliciesCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListAutomatedReasoningPoliciesCommandInput,
|
|
33
|
+
ListAutomatedReasoningPoliciesCommandOutput,
|
|
34
|
+
BedrockClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListAutomatedReasoningPoliciesCommand extends ListAutomatedReasoningPoliciesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListAutomatedReasoningPoliciesRequest;
|
|
44
|
+
output: ListAutomatedReasoningPoliciesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListAutomatedReasoningPoliciesCommandInput;
|
|
48
|
+
output: ListAutomatedReasoningPoliciesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockClient";
|
|
8
|
+
import {
|
|
9
|
+
ListAutomatedReasoningPolicyBuildWorkflowsRequest,
|
|
10
|
+
ListAutomatedReasoningPolicyBuildWorkflowsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListAutomatedReasoningPolicyBuildWorkflowsCommandInput
|
|
15
|
+
extends ListAutomatedReasoningPolicyBuildWorkflowsRequest {}
|
|
16
|
+
export interface ListAutomatedReasoningPolicyBuildWorkflowsCommandOutput
|
|
17
|
+
extends ListAutomatedReasoningPolicyBuildWorkflowsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListAutomatedReasoningPolicyBuildWorkflowsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListAutomatedReasoningPolicyBuildWorkflowsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListAutomatedReasoningPolicyBuildWorkflowsCommandInput,
|
|
24
|
+
ListAutomatedReasoningPolicyBuildWorkflowsCommandOutput,
|
|
25
|
+
BedrockClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: ListAutomatedReasoningPolicyBuildWorkflowsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListAutomatedReasoningPolicyBuildWorkflowsCommandInput,
|
|
33
|
+
ListAutomatedReasoningPolicyBuildWorkflowsCommandOutput,
|
|
34
|
+
BedrockClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListAutomatedReasoningPolicyBuildWorkflowsCommand extends ListAutomatedReasoningPolicyBuildWorkflowsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListAutomatedReasoningPolicyBuildWorkflowsRequest;
|
|
44
|
+
output: ListAutomatedReasoningPolicyBuildWorkflowsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListAutomatedReasoningPolicyBuildWorkflowsCommandInput;
|
|
48
|
+
output: ListAutomatedReasoningPolicyBuildWorkflowsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockClient";
|
|
8
|
+
import {
|
|
9
|
+
ListAutomatedReasoningPolicyTestCasesRequest,
|
|
10
|
+
ListAutomatedReasoningPolicyTestCasesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListAutomatedReasoningPolicyTestCasesCommandInput
|
|
15
|
+
extends ListAutomatedReasoningPolicyTestCasesRequest {}
|
|
16
|
+
export interface ListAutomatedReasoningPolicyTestCasesCommandOutput
|
|
17
|
+
extends ListAutomatedReasoningPolicyTestCasesResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListAutomatedReasoningPolicyTestCasesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListAutomatedReasoningPolicyTestCasesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListAutomatedReasoningPolicyTestCasesCommandInput,
|
|
24
|
+
ListAutomatedReasoningPolicyTestCasesCommandOutput,
|
|
25
|
+
BedrockClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: ListAutomatedReasoningPolicyTestCasesCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListAutomatedReasoningPolicyTestCasesCommandInput,
|
|
33
|
+
ListAutomatedReasoningPolicyTestCasesCommandOutput,
|
|
34
|
+
BedrockClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListAutomatedReasoningPolicyTestCasesCommand extends ListAutomatedReasoningPolicyTestCasesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListAutomatedReasoningPolicyTestCasesRequest;
|
|
44
|
+
output: ListAutomatedReasoningPolicyTestCasesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListAutomatedReasoningPolicyTestCasesCommandInput;
|
|
48
|
+
output: ListAutomatedReasoningPolicyTestCasesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockClient";
|
|
8
|
+
import {
|
|
9
|
+
ListAutomatedReasoningPolicyTestResultsRequest,
|
|
10
|
+
ListAutomatedReasoningPolicyTestResultsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListAutomatedReasoningPolicyTestResultsCommandInput
|
|
15
|
+
extends ListAutomatedReasoningPolicyTestResultsRequest {}
|
|
16
|
+
export interface ListAutomatedReasoningPolicyTestResultsCommandOutput
|
|
17
|
+
extends ListAutomatedReasoningPolicyTestResultsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListAutomatedReasoningPolicyTestResultsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListAutomatedReasoningPolicyTestResultsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListAutomatedReasoningPolicyTestResultsCommandInput,
|
|
24
|
+
ListAutomatedReasoningPolicyTestResultsCommandOutput,
|
|
25
|
+
BedrockClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: ListAutomatedReasoningPolicyTestResultsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListAutomatedReasoningPolicyTestResultsCommandInput,
|
|
33
|
+
ListAutomatedReasoningPolicyTestResultsCommandOutput,
|
|
34
|
+
BedrockClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListAutomatedReasoningPolicyTestResultsCommand extends ListAutomatedReasoningPolicyTestResultsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListAutomatedReasoningPolicyTestResultsRequest;
|
|
44
|
+
output: ListAutomatedReasoningPolicyTestResultsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListAutomatedReasoningPolicyTestResultsCommandInput;
|
|
48
|
+
output: ListAutomatedReasoningPolicyTestResultsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListGuardrailsRequest,
|
|
10
10
|
ListGuardrailsResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListGuardrailsCommandInput extends ListGuardrailsRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListModelInvocationJobsRequest,
|
|
10
10
|
ListModelInvocationJobsResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface ListModelInvocationJobsCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../BedrockClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
ListProvisionedModelThroughputsRequest,
|
|
10
|
+
ListProvisionedModelThroughputsResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface ListProvisionedModelThroughputsCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
PutModelInvocationLoggingConfigurationRequest,
|
|
10
10
|
PutModelInvocationLoggingConfigurationResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface PutModelInvocationLoggingConfigurationCommandInput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockClient";
|
|
8
|
+
import {
|
|
9
|
+
StartAutomatedReasoningPolicyBuildWorkflowRequest,
|
|
10
|
+
StartAutomatedReasoningPolicyBuildWorkflowResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface StartAutomatedReasoningPolicyBuildWorkflowCommandInput
|
|
15
|
+
extends StartAutomatedReasoningPolicyBuildWorkflowRequest {}
|
|
16
|
+
export interface StartAutomatedReasoningPolicyBuildWorkflowCommandOutput
|
|
17
|
+
extends StartAutomatedReasoningPolicyBuildWorkflowResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const StartAutomatedReasoningPolicyBuildWorkflowCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: StartAutomatedReasoningPolicyBuildWorkflowCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
StartAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
24
|
+
StartAutomatedReasoningPolicyBuildWorkflowCommandOutput,
|
|
25
|
+
BedrockClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: StartAutomatedReasoningPolicyBuildWorkflowCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
StartAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
33
|
+
StartAutomatedReasoningPolicyBuildWorkflowCommandOutput,
|
|
34
|
+
BedrockClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class StartAutomatedReasoningPolicyBuildWorkflowCommand extends StartAutomatedReasoningPolicyBuildWorkflowCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartAutomatedReasoningPolicyBuildWorkflowRequest;
|
|
44
|
+
output: StartAutomatedReasoningPolicyBuildWorkflowResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartAutomatedReasoningPolicyBuildWorkflowCommandInput;
|
|
48
|
+
output: StartAutomatedReasoningPolicyBuildWorkflowCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockClient";
|
|
8
|
+
import {
|
|
9
|
+
StartAutomatedReasoningPolicyTestWorkflowRequest,
|
|
10
|
+
StartAutomatedReasoningPolicyTestWorkflowResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface StartAutomatedReasoningPolicyTestWorkflowCommandInput
|
|
15
|
+
extends StartAutomatedReasoningPolicyTestWorkflowRequest {}
|
|
16
|
+
export interface StartAutomatedReasoningPolicyTestWorkflowCommandOutput
|
|
17
|
+
extends StartAutomatedReasoningPolicyTestWorkflowResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const StartAutomatedReasoningPolicyTestWorkflowCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: StartAutomatedReasoningPolicyTestWorkflowCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
StartAutomatedReasoningPolicyTestWorkflowCommandInput,
|
|
24
|
+
StartAutomatedReasoningPolicyTestWorkflowCommandOutput,
|
|
25
|
+
BedrockClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: StartAutomatedReasoningPolicyTestWorkflowCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
StartAutomatedReasoningPolicyTestWorkflowCommandInput,
|
|
33
|
+
StartAutomatedReasoningPolicyTestWorkflowCommandOutput,
|
|
34
|
+
BedrockClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class StartAutomatedReasoningPolicyTestWorkflowCommand extends StartAutomatedReasoningPolicyTestWorkflowCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartAutomatedReasoningPolicyTestWorkflowRequest;
|
|
44
|
+
output: StartAutomatedReasoningPolicyTestWorkflowResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartAutomatedReasoningPolicyTestWorkflowCommandInput;
|
|
48
|
+
output: StartAutomatedReasoningPolicyTestWorkflowCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockClient";
|
|
8
|
+
import {
|
|
9
|
+
UpdateAutomatedReasoningPolicyAnnotationsRequest,
|
|
10
|
+
UpdateAutomatedReasoningPolicyAnnotationsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateAutomatedReasoningPolicyAnnotationsCommandInput
|
|
15
|
+
extends UpdateAutomatedReasoningPolicyAnnotationsRequest {}
|
|
16
|
+
export interface UpdateAutomatedReasoningPolicyAnnotationsCommandOutput
|
|
17
|
+
extends UpdateAutomatedReasoningPolicyAnnotationsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateAutomatedReasoningPolicyAnnotationsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateAutomatedReasoningPolicyAnnotationsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateAutomatedReasoningPolicyAnnotationsCommandInput,
|
|
24
|
+
UpdateAutomatedReasoningPolicyAnnotationsCommandOutput,
|
|
25
|
+
BedrockClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: UpdateAutomatedReasoningPolicyAnnotationsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateAutomatedReasoningPolicyAnnotationsCommandInput,
|
|
33
|
+
UpdateAutomatedReasoningPolicyAnnotationsCommandOutput,
|
|
34
|
+
BedrockClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateAutomatedReasoningPolicyAnnotationsCommand extends UpdateAutomatedReasoningPolicyAnnotationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateAutomatedReasoningPolicyAnnotationsRequest;
|
|
44
|
+
output: UpdateAutomatedReasoningPolicyAnnotationsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateAutomatedReasoningPolicyAnnotationsCommandInput;
|
|
48
|
+
output: UpdateAutomatedReasoningPolicyAnnotationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockClient";
|
|
8
|
+
import {
|
|
9
|
+
UpdateAutomatedReasoningPolicyRequest,
|
|
10
|
+
UpdateAutomatedReasoningPolicyResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateAutomatedReasoningPolicyCommandInput
|
|
15
|
+
extends UpdateAutomatedReasoningPolicyRequest {}
|
|
16
|
+
export interface UpdateAutomatedReasoningPolicyCommandOutput
|
|
17
|
+
extends UpdateAutomatedReasoningPolicyResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateAutomatedReasoningPolicyCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateAutomatedReasoningPolicyCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateAutomatedReasoningPolicyCommandInput,
|
|
24
|
+
UpdateAutomatedReasoningPolicyCommandOutput,
|
|
25
|
+
BedrockClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: UpdateAutomatedReasoningPolicyCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateAutomatedReasoningPolicyCommandInput,
|
|
33
|
+
UpdateAutomatedReasoningPolicyCommandOutput,
|
|
34
|
+
BedrockClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateAutomatedReasoningPolicyCommand extends UpdateAutomatedReasoningPolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateAutomatedReasoningPolicyRequest;
|
|
44
|
+
output: UpdateAutomatedReasoningPolicyResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateAutomatedReasoningPolicyCommandInput;
|
|
48
|
+
output: UpdateAutomatedReasoningPolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BedrockClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../BedrockClient";
|
|
8
|
+
import {
|
|
9
|
+
UpdateAutomatedReasoningPolicyTestCaseRequest,
|
|
10
|
+
UpdateAutomatedReasoningPolicyTestCaseResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateAutomatedReasoningPolicyTestCaseCommandInput
|
|
15
|
+
extends UpdateAutomatedReasoningPolicyTestCaseRequest {}
|
|
16
|
+
export interface UpdateAutomatedReasoningPolicyTestCaseCommandOutput
|
|
17
|
+
extends UpdateAutomatedReasoningPolicyTestCaseResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateAutomatedReasoningPolicyTestCaseCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateAutomatedReasoningPolicyTestCaseCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateAutomatedReasoningPolicyTestCaseCommandInput,
|
|
24
|
+
UpdateAutomatedReasoningPolicyTestCaseCommandOutput,
|
|
25
|
+
BedrockClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: UpdateAutomatedReasoningPolicyTestCaseCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateAutomatedReasoningPolicyTestCaseCommandInput,
|
|
33
|
+
UpdateAutomatedReasoningPolicyTestCaseCommandOutput,
|
|
34
|
+
BedrockClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateAutomatedReasoningPolicyTestCaseCommand extends UpdateAutomatedReasoningPolicyTestCaseCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateAutomatedReasoningPolicyTestCaseRequest;
|
|
44
|
+
output: UpdateAutomatedReasoningPolicyTestCaseResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateAutomatedReasoningPolicyTestCaseCommandInput;
|
|
48
|
+
output: UpdateAutomatedReasoningPolicyTestCaseCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateGuardrailRequest,
|
|
10
10
|
UpdateGuardrailResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateGuardrailCommandInput extends UpdateGuardrailRequest {}
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export * from "./BatchDeleteEvaluationJobCommand";
|
|
2
|
+
export * from "./CancelAutomatedReasoningPolicyBuildWorkflowCommand";
|
|
3
|
+
export * from "./CreateAutomatedReasoningPolicyCommand";
|
|
4
|
+
export * from "./CreateAutomatedReasoningPolicyTestCaseCommand";
|
|
5
|
+
export * from "./CreateAutomatedReasoningPolicyVersionCommand";
|
|
2
6
|
export * from "./CreateCustomModelCommand";
|
|
3
7
|
export * from "./CreateCustomModelDeploymentCommand";
|
|
4
8
|
export * from "./CreateEvaluationJobCommand";
|
|
@@ -13,6 +17,9 @@ export * from "./CreateModelImportJobCommand";
|
|
|
13
17
|
export * from "./CreateModelInvocationJobCommand";
|
|
14
18
|
export * from "./CreatePromptRouterCommand";
|
|
15
19
|
export * from "./CreateProvisionedModelThroughputCommand";
|
|
20
|
+
export * from "./DeleteAutomatedReasoningPolicyBuildWorkflowCommand";
|
|
21
|
+
export * from "./DeleteAutomatedReasoningPolicyCommand";
|
|
22
|
+
export * from "./DeleteAutomatedReasoningPolicyTestCaseCommand";
|
|
16
23
|
export * from "./DeleteCustomModelCommand";
|
|
17
24
|
export * from "./DeleteCustomModelDeploymentCommand";
|
|
18
25
|
export * from "./DeleteFoundationModelAgreementCommand";
|
|
@@ -24,6 +31,14 @@ export * from "./DeleteModelInvocationLoggingConfigurationCommand";
|
|
|
24
31
|
export * from "./DeletePromptRouterCommand";
|
|
25
32
|
export * from "./DeleteProvisionedModelThroughputCommand";
|
|
26
33
|
export * from "./DeregisterMarketplaceModelEndpointCommand";
|
|
34
|
+
export * from "./ExportAutomatedReasoningPolicyVersionCommand";
|
|
35
|
+
export * from "./GetAutomatedReasoningPolicyAnnotationsCommand";
|
|
36
|
+
export * from "./GetAutomatedReasoningPolicyBuildWorkflowCommand";
|
|
37
|
+
export * from "./GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand";
|
|
38
|
+
export * from "./GetAutomatedReasoningPolicyCommand";
|
|
39
|
+
export * from "./GetAutomatedReasoningPolicyNextScenarioCommand";
|
|
40
|
+
export * from "./GetAutomatedReasoningPolicyTestCaseCommand";
|
|
41
|
+
export * from "./GetAutomatedReasoningPolicyTestResultCommand";
|
|
27
42
|
export * from "./GetCustomModelCommand";
|
|
28
43
|
export * from "./GetCustomModelDeploymentCommand";
|
|
29
44
|
export * from "./GetEvaluationJobCommand";
|
|
@@ -41,6 +56,10 @@ export * from "./GetModelInvocationLoggingConfigurationCommand";
|
|
|
41
56
|
export * from "./GetPromptRouterCommand";
|
|
42
57
|
export * from "./GetProvisionedModelThroughputCommand";
|
|
43
58
|
export * from "./GetUseCaseForModelAccessCommand";
|
|
59
|
+
export * from "./ListAutomatedReasoningPoliciesCommand";
|
|
60
|
+
export * from "./ListAutomatedReasoningPolicyBuildWorkflowsCommand";
|
|
61
|
+
export * from "./ListAutomatedReasoningPolicyTestCasesCommand";
|
|
62
|
+
export * from "./ListAutomatedReasoningPolicyTestResultsCommand";
|
|
44
63
|
export * from "./ListCustomModelDeploymentsCommand";
|
|
45
64
|
export * from "./ListCustomModelsCommand";
|
|
46
65
|
export * from "./ListEvaluationJobsCommand";
|
|
@@ -60,11 +79,16 @@ export * from "./ListTagsForResourceCommand";
|
|
|
60
79
|
export * from "./PutModelInvocationLoggingConfigurationCommand";
|
|
61
80
|
export * from "./PutUseCaseForModelAccessCommand";
|
|
62
81
|
export * from "./RegisterMarketplaceModelEndpointCommand";
|
|
82
|
+
export * from "./StartAutomatedReasoningPolicyBuildWorkflowCommand";
|
|
83
|
+
export * from "./StartAutomatedReasoningPolicyTestWorkflowCommand";
|
|
63
84
|
export * from "./StopEvaluationJobCommand";
|
|
64
85
|
export * from "./StopModelCustomizationJobCommand";
|
|
65
86
|
export * from "./StopModelInvocationJobCommand";
|
|
66
87
|
export * from "./TagResourceCommand";
|
|
67
88
|
export * from "./UntagResourceCommand";
|
|
89
|
+
export * from "./UpdateAutomatedReasoningPolicyAnnotationsCommand";
|
|
90
|
+
export * from "./UpdateAutomatedReasoningPolicyCommand";
|
|
91
|
+
export * from "./UpdateAutomatedReasoningPolicyTestCaseCommand";
|
|
68
92
|
export * from "./UpdateGuardrailCommand";
|
|
69
93
|
export * from "./UpdateMarketplaceModelEndpointCommand";
|
|
70
94
|
export * from "./UpdateProvisionedModelThroughputCommand";
|