@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
|
@@ -4,6 +4,22 @@ import {
|
|
|
4
4
|
BatchDeleteEvaluationJobCommandInput,
|
|
5
5
|
BatchDeleteEvaluationJobCommandOutput,
|
|
6
6
|
} from "./commands/BatchDeleteEvaluationJobCommand";
|
|
7
|
+
import {
|
|
8
|
+
CancelAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
9
|
+
CancelAutomatedReasoningPolicyBuildWorkflowCommandOutput,
|
|
10
|
+
} from "./commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand";
|
|
11
|
+
import {
|
|
12
|
+
CreateAutomatedReasoningPolicyCommandInput,
|
|
13
|
+
CreateAutomatedReasoningPolicyCommandOutput,
|
|
14
|
+
} from "./commands/CreateAutomatedReasoningPolicyCommand";
|
|
15
|
+
import {
|
|
16
|
+
CreateAutomatedReasoningPolicyTestCaseCommandInput,
|
|
17
|
+
CreateAutomatedReasoningPolicyTestCaseCommandOutput,
|
|
18
|
+
} from "./commands/CreateAutomatedReasoningPolicyTestCaseCommand";
|
|
19
|
+
import {
|
|
20
|
+
CreateAutomatedReasoningPolicyVersionCommandInput,
|
|
21
|
+
CreateAutomatedReasoningPolicyVersionCommandOutput,
|
|
22
|
+
} from "./commands/CreateAutomatedReasoningPolicyVersionCommand";
|
|
7
23
|
import {
|
|
8
24
|
CreateCustomModelCommandInput,
|
|
9
25
|
CreateCustomModelCommandOutput,
|
|
@@ -60,6 +76,18 @@ import {
|
|
|
60
76
|
CreateProvisionedModelThroughputCommandInput,
|
|
61
77
|
CreateProvisionedModelThroughputCommandOutput,
|
|
62
78
|
} from "./commands/CreateProvisionedModelThroughputCommand";
|
|
79
|
+
import {
|
|
80
|
+
DeleteAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
81
|
+
DeleteAutomatedReasoningPolicyBuildWorkflowCommandOutput,
|
|
82
|
+
} from "./commands/DeleteAutomatedReasoningPolicyBuildWorkflowCommand";
|
|
83
|
+
import {
|
|
84
|
+
DeleteAutomatedReasoningPolicyCommandInput,
|
|
85
|
+
DeleteAutomatedReasoningPolicyCommandOutput,
|
|
86
|
+
} from "./commands/DeleteAutomatedReasoningPolicyCommand";
|
|
87
|
+
import {
|
|
88
|
+
DeleteAutomatedReasoningPolicyTestCaseCommandInput,
|
|
89
|
+
DeleteAutomatedReasoningPolicyTestCaseCommandOutput,
|
|
90
|
+
} from "./commands/DeleteAutomatedReasoningPolicyTestCaseCommand";
|
|
63
91
|
import {
|
|
64
92
|
DeleteCustomModelCommandInput,
|
|
65
93
|
DeleteCustomModelCommandOutput,
|
|
@@ -104,6 +132,38 @@ import {
|
|
|
104
132
|
DeregisterMarketplaceModelEndpointCommandInput,
|
|
105
133
|
DeregisterMarketplaceModelEndpointCommandOutput,
|
|
106
134
|
} from "./commands/DeregisterMarketplaceModelEndpointCommand";
|
|
135
|
+
import {
|
|
136
|
+
ExportAutomatedReasoningPolicyVersionCommandInput,
|
|
137
|
+
ExportAutomatedReasoningPolicyVersionCommandOutput,
|
|
138
|
+
} from "./commands/ExportAutomatedReasoningPolicyVersionCommand";
|
|
139
|
+
import {
|
|
140
|
+
GetAutomatedReasoningPolicyAnnotationsCommandInput,
|
|
141
|
+
GetAutomatedReasoningPolicyAnnotationsCommandOutput,
|
|
142
|
+
} from "./commands/GetAutomatedReasoningPolicyAnnotationsCommand";
|
|
143
|
+
import {
|
|
144
|
+
GetAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
145
|
+
GetAutomatedReasoningPolicyBuildWorkflowCommandOutput,
|
|
146
|
+
} from "./commands/GetAutomatedReasoningPolicyBuildWorkflowCommand";
|
|
147
|
+
import {
|
|
148
|
+
GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandInput,
|
|
149
|
+
GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandOutput,
|
|
150
|
+
} from "./commands/GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand";
|
|
151
|
+
import {
|
|
152
|
+
GetAutomatedReasoningPolicyCommandInput,
|
|
153
|
+
GetAutomatedReasoningPolicyCommandOutput,
|
|
154
|
+
} from "./commands/GetAutomatedReasoningPolicyCommand";
|
|
155
|
+
import {
|
|
156
|
+
GetAutomatedReasoningPolicyNextScenarioCommandInput,
|
|
157
|
+
GetAutomatedReasoningPolicyNextScenarioCommandOutput,
|
|
158
|
+
} from "./commands/GetAutomatedReasoningPolicyNextScenarioCommand";
|
|
159
|
+
import {
|
|
160
|
+
GetAutomatedReasoningPolicyTestCaseCommandInput,
|
|
161
|
+
GetAutomatedReasoningPolicyTestCaseCommandOutput,
|
|
162
|
+
} from "./commands/GetAutomatedReasoningPolicyTestCaseCommand";
|
|
163
|
+
import {
|
|
164
|
+
GetAutomatedReasoningPolicyTestResultCommandInput,
|
|
165
|
+
GetAutomatedReasoningPolicyTestResultCommandOutput,
|
|
166
|
+
} from "./commands/GetAutomatedReasoningPolicyTestResultCommand";
|
|
107
167
|
import {
|
|
108
168
|
GetCustomModelCommandInput,
|
|
109
169
|
GetCustomModelCommandOutput,
|
|
@@ -172,6 +232,22 @@ import {
|
|
|
172
232
|
GetUseCaseForModelAccessCommandInput,
|
|
173
233
|
GetUseCaseForModelAccessCommandOutput,
|
|
174
234
|
} from "./commands/GetUseCaseForModelAccessCommand";
|
|
235
|
+
import {
|
|
236
|
+
ListAutomatedReasoningPoliciesCommandInput,
|
|
237
|
+
ListAutomatedReasoningPoliciesCommandOutput,
|
|
238
|
+
} from "./commands/ListAutomatedReasoningPoliciesCommand";
|
|
239
|
+
import {
|
|
240
|
+
ListAutomatedReasoningPolicyBuildWorkflowsCommandInput,
|
|
241
|
+
ListAutomatedReasoningPolicyBuildWorkflowsCommandOutput,
|
|
242
|
+
} from "./commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand";
|
|
243
|
+
import {
|
|
244
|
+
ListAutomatedReasoningPolicyTestCasesCommandInput,
|
|
245
|
+
ListAutomatedReasoningPolicyTestCasesCommandOutput,
|
|
246
|
+
} from "./commands/ListAutomatedReasoningPolicyTestCasesCommand";
|
|
247
|
+
import {
|
|
248
|
+
ListAutomatedReasoningPolicyTestResultsCommandInput,
|
|
249
|
+
ListAutomatedReasoningPolicyTestResultsCommandOutput,
|
|
250
|
+
} from "./commands/ListAutomatedReasoningPolicyTestResultsCommand";
|
|
175
251
|
import {
|
|
176
252
|
ListCustomModelDeploymentsCommandInput,
|
|
177
253
|
ListCustomModelDeploymentsCommandOutput,
|
|
@@ -248,6 +324,14 @@ import {
|
|
|
248
324
|
RegisterMarketplaceModelEndpointCommandInput,
|
|
249
325
|
RegisterMarketplaceModelEndpointCommandOutput,
|
|
250
326
|
} from "./commands/RegisterMarketplaceModelEndpointCommand";
|
|
327
|
+
import {
|
|
328
|
+
StartAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
329
|
+
StartAutomatedReasoningPolicyBuildWorkflowCommandOutput,
|
|
330
|
+
} from "./commands/StartAutomatedReasoningPolicyBuildWorkflowCommand";
|
|
331
|
+
import {
|
|
332
|
+
StartAutomatedReasoningPolicyTestWorkflowCommandInput,
|
|
333
|
+
StartAutomatedReasoningPolicyTestWorkflowCommandOutput,
|
|
334
|
+
} from "./commands/StartAutomatedReasoningPolicyTestWorkflowCommand";
|
|
251
335
|
import {
|
|
252
336
|
StopEvaluationJobCommandInput,
|
|
253
337
|
StopEvaluationJobCommandOutput,
|
|
@@ -268,6 +352,18 @@ import {
|
|
|
268
352
|
UntagResourceCommandInput,
|
|
269
353
|
UntagResourceCommandOutput,
|
|
270
354
|
} from "./commands/UntagResourceCommand";
|
|
355
|
+
import {
|
|
356
|
+
UpdateAutomatedReasoningPolicyAnnotationsCommandInput,
|
|
357
|
+
UpdateAutomatedReasoningPolicyAnnotationsCommandOutput,
|
|
358
|
+
} from "./commands/UpdateAutomatedReasoningPolicyAnnotationsCommand";
|
|
359
|
+
import {
|
|
360
|
+
UpdateAutomatedReasoningPolicyCommandInput,
|
|
361
|
+
UpdateAutomatedReasoningPolicyCommandOutput,
|
|
362
|
+
} from "./commands/UpdateAutomatedReasoningPolicyCommand";
|
|
363
|
+
import {
|
|
364
|
+
UpdateAutomatedReasoningPolicyTestCaseCommandInput,
|
|
365
|
+
UpdateAutomatedReasoningPolicyTestCaseCommandOutput,
|
|
366
|
+
} from "./commands/UpdateAutomatedReasoningPolicyTestCaseCommand";
|
|
271
367
|
import {
|
|
272
368
|
UpdateGuardrailCommandInput,
|
|
273
369
|
UpdateGuardrailCommandOutput,
|
|
@@ -294,6 +390,76 @@ export interface Bedrock {
|
|
|
294
390
|
options: __HttpHandlerOptions,
|
|
295
391
|
cb: (err: any, data?: BatchDeleteEvaluationJobCommandOutput) => void
|
|
296
392
|
): void;
|
|
393
|
+
cancelAutomatedReasoningPolicyBuildWorkflow(
|
|
394
|
+
args: CancelAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
395
|
+
options?: __HttpHandlerOptions
|
|
396
|
+
): Promise<CancelAutomatedReasoningPolicyBuildWorkflowCommandOutput>;
|
|
397
|
+
cancelAutomatedReasoningPolicyBuildWorkflow(
|
|
398
|
+
args: CancelAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
399
|
+
cb: (
|
|
400
|
+
err: any,
|
|
401
|
+
data?: CancelAutomatedReasoningPolicyBuildWorkflowCommandOutput
|
|
402
|
+
) => void
|
|
403
|
+
): void;
|
|
404
|
+
cancelAutomatedReasoningPolicyBuildWorkflow(
|
|
405
|
+
args: CancelAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
406
|
+
options: __HttpHandlerOptions,
|
|
407
|
+
cb: (
|
|
408
|
+
err: any,
|
|
409
|
+
data?: CancelAutomatedReasoningPolicyBuildWorkflowCommandOutput
|
|
410
|
+
) => void
|
|
411
|
+
): void;
|
|
412
|
+
createAutomatedReasoningPolicy(
|
|
413
|
+
args: CreateAutomatedReasoningPolicyCommandInput,
|
|
414
|
+
options?: __HttpHandlerOptions
|
|
415
|
+
): Promise<CreateAutomatedReasoningPolicyCommandOutput>;
|
|
416
|
+
createAutomatedReasoningPolicy(
|
|
417
|
+
args: CreateAutomatedReasoningPolicyCommandInput,
|
|
418
|
+
cb: (err: any, data?: CreateAutomatedReasoningPolicyCommandOutput) => void
|
|
419
|
+
): void;
|
|
420
|
+
createAutomatedReasoningPolicy(
|
|
421
|
+
args: CreateAutomatedReasoningPolicyCommandInput,
|
|
422
|
+
options: __HttpHandlerOptions,
|
|
423
|
+
cb: (err: any, data?: CreateAutomatedReasoningPolicyCommandOutput) => void
|
|
424
|
+
): void;
|
|
425
|
+
createAutomatedReasoningPolicyTestCase(
|
|
426
|
+
args: CreateAutomatedReasoningPolicyTestCaseCommandInput,
|
|
427
|
+
options?: __HttpHandlerOptions
|
|
428
|
+
): Promise<CreateAutomatedReasoningPolicyTestCaseCommandOutput>;
|
|
429
|
+
createAutomatedReasoningPolicyTestCase(
|
|
430
|
+
args: CreateAutomatedReasoningPolicyTestCaseCommandInput,
|
|
431
|
+
cb: (
|
|
432
|
+
err: any,
|
|
433
|
+
data?: CreateAutomatedReasoningPolicyTestCaseCommandOutput
|
|
434
|
+
) => void
|
|
435
|
+
): void;
|
|
436
|
+
createAutomatedReasoningPolicyTestCase(
|
|
437
|
+
args: CreateAutomatedReasoningPolicyTestCaseCommandInput,
|
|
438
|
+
options: __HttpHandlerOptions,
|
|
439
|
+
cb: (
|
|
440
|
+
err: any,
|
|
441
|
+
data?: CreateAutomatedReasoningPolicyTestCaseCommandOutput
|
|
442
|
+
) => void
|
|
443
|
+
): void;
|
|
444
|
+
createAutomatedReasoningPolicyVersion(
|
|
445
|
+
args: CreateAutomatedReasoningPolicyVersionCommandInput,
|
|
446
|
+
options?: __HttpHandlerOptions
|
|
447
|
+
): Promise<CreateAutomatedReasoningPolicyVersionCommandOutput>;
|
|
448
|
+
createAutomatedReasoningPolicyVersion(
|
|
449
|
+
args: CreateAutomatedReasoningPolicyVersionCommandInput,
|
|
450
|
+
cb: (
|
|
451
|
+
err: any,
|
|
452
|
+
data?: CreateAutomatedReasoningPolicyVersionCommandOutput
|
|
453
|
+
) => void
|
|
454
|
+
): void;
|
|
455
|
+
createAutomatedReasoningPolicyVersion(
|
|
456
|
+
args: CreateAutomatedReasoningPolicyVersionCommandInput,
|
|
457
|
+
options: __HttpHandlerOptions,
|
|
458
|
+
cb: (
|
|
459
|
+
err: any,
|
|
460
|
+
data?: CreateAutomatedReasoningPolicyVersionCommandOutput
|
|
461
|
+
) => void
|
|
462
|
+
): void;
|
|
297
463
|
createCustomModel(
|
|
298
464
|
args: CreateCustomModelCommandInput,
|
|
299
465
|
options?: __HttpHandlerOptions
|
|
@@ -476,6 +642,57 @@ export interface Bedrock {
|
|
|
476
642
|
options: __HttpHandlerOptions,
|
|
477
643
|
cb: (err: any, data?: CreateProvisionedModelThroughputCommandOutput) => void
|
|
478
644
|
): void;
|
|
645
|
+
deleteAutomatedReasoningPolicy(
|
|
646
|
+
args: DeleteAutomatedReasoningPolicyCommandInput,
|
|
647
|
+
options?: __HttpHandlerOptions
|
|
648
|
+
): Promise<DeleteAutomatedReasoningPolicyCommandOutput>;
|
|
649
|
+
deleteAutomatedReasoningPolicy(
|
|
650
|
+
args: DeleteAutomatedReasoningPolicyCommandInput,
|
|
651
|
+
cb: (err: any, data?: DeleteAutomatedReasoningPolicyCommandOutput) => void
|
|
652
|
+
): void;
|
|
653
|
+
deleteAutomatedReasoningPolicy(
|
|
654
|
+
args: DeleteAutomatedReasoningPolicyCommandInput,
|
|
655
|
+
options: __HttpHandlerOptions,
|
|
656
|
+
cb: (err: any, data?: DeleteAutomatedReasoningPolicyCommandOutput) => void
|
|
657
|
+
): void;
|
|
658
|
+
deleteAutomatedReasoningPolicyBuildWorkflow(
|
|
659
|
+
args: DeleteAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
660
|
+
options?: __HttpHandlerOptions
|
|
661
|
+
): Promise<DeleteAutomatedReasoningPolicyBuildWorkflowCommandOutput>;
|
|
662
|
+
deleteAutomatedReasoningPolicyBuildWorkflow(
|
|
663
|
+
args: DeleteAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
664
|
+
cb: (
|
|
665
|
+
err: any,
|
|
666
|
+
data?: DeleteAutomatedReasoningPolicyBuildWorkflowCommandOutput
|
|
667
|
+
) => void
|
|
668
|
+
): void;
|
|
669
|
+
deleteAutomatedReasoningPolicyBuildWorkflow(
|
|
670
|
+
args: DeleteAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
671
|
+
options: __HttpHandlerOptions,
|
|
672
|
+
cb: (
|
|
673
|
+
err: any,
|
|
674
|
+
data?: DeleteAutomatedReasoningPolicyBuildWorkflowCommandOutput
|
|
675
|
+
) => void
|
|
676
|
+
): void;
|
|
677
|
+
deleteAutomatedReasoningPolicyTestCase(
|
|
678
|
+
args: DeleteAutomatedReasoningPolicyTestCaseCommandInput,
|
|
679
|
+
options?: __HttpHandlerOptions
|
|
680
|
+
): Promise<DeleteAutomatedReasoningPolicyTestCaseCommandOutput>;
|
|
681
|
+
deleteAutomatedReasoningPolicyTestCase(
|
|
682
|
+
args: DeleteAutomatedReasoningPolicyTestCaseCommandInput,
|
|
683
|
+
cb: (
|
|
684
|
+
err: any,
|
|
685
|
+
data?: DeleteAutomatedReasoningPolicyTestCaseCommandOutput
|
|
686
|
+
) => void
|
|
687
|
+
): void;
|
|
688
|
+
deleteAutomatedReasoningPolicyTestCase(
|
|
689
|
+
args: DeleteAutomatedReasoningPolicyTestCaseCommandInput,
|
|
690
|
+
options: __HttpHandlerOptions,
|
|
691
|
+
cb: (
|
|
692
|
+
err: any,
|
|
693
|
+
data?: DeleteAutomatedReasoningPolicyTestCaseCommandOutput
|
|
694
|
+
) => void
|
|
695
|
+
): void;
|
|
479
696
|
deleteCustomModel(
|
|
480
697
|
args: DeleteCustomModelCommandInput,
|
|
481
698
|
options?: __HttpHandlerOptions
|
|
@@ -632,6 +849,152 @@ export interface Bedrock {
|
|
|
632
849
|
data?: DeregisterMarketplaceModelEndpointCommandOutput
|
|
633
850
|
) => void
|
|
634
851
|
): void;
|
|
852
|
+
exportAutomatedReasoningPolicyVersion(
|
|
853
|
+
args: ExportAutomatedReasoningPolicyVersionCommandInput,
|
|
854
|
+
options?: __HttpHandlerOptions
|
|
855
|
+
): Promise<ExportAutomatedReasoningPolicyVersionCommandOutput>;
|
|
856
|
+
exportAutomatedReasoningPolicyVersion(
|
|
857
|
+
args: ExportAutomatedReasoningPolicyVersionCommandInput,
|
|
858
|
+
cb: (
|
|
859
|
+
err: any,
|
|
860
|
+
data?: ExportAutomatedReasoningPolicyVersionCommandOutput
|
|
861
|
+
) => void
|
|
862
|
+
): void;
|
|
863
|
+
exportAutomatedReasoningPolicyVersion(
|
|
864
|
+
args: ExportAutomatedReasoningPolicyVersionCommandInput,
|
|
865
|
+
options: __HttpHandlerOptions,
|
|
866
|
+
cb: (
|
|
867
|
+
err: any,
|
|
868
|
+
data?: ExportAutomatedReasoningPolicyVersionCommandOutput
|
|
869
|
+
) => void
|
|
870
|
+
): void;
|
|
871
|
+
getAutomatedReasoningPolicy(
|
|
872
|
+
args: GetAutomatedReasoningPolicyCommandInput,
|
|
873
|
+
options?: __HttpHandlerOptions
|
|
874
|
+
): Promise<GetAutomatedReasoningPolicyCommandOutput>;
|
|
875
|
+
getAutomatedReasoningPolicy(
|
|
876
|
+
args: GetAutomatedReasoningPolicyCommandInput,
|
|
877
|
+
cb: (err: any, data?: GetAutomatedReasoningPolicyCommandOutput) => void
|
|
878
|
+
): void;
|
|
879
|
+
getAutomatedReasoningPolicy(
|
|
880
|
+
args: GetAutomatedReasoningPolicyCommandInput,
|
|
881
|
+
options: __HttpHandlerOptions,
|
|
882
|
+
cb: (err: any, data?: GetAutomatedReasoningPolicyCommandOutput) => void
|
|
883
|
+
): void;
|
|
884
|
+
getAutomatedReasoningPolicyAnnotations(
|
|
885
|
+
args: GetAutomatedReasoningPolicyAnnotationsCommandInput,
|
|
886
|
+
options?: __HttpHandlerOptions
|
|
887
|
+
): Promise<GetAutomatedReasoningPolicyAnnotationsCommandOutput>;
|
|
888
|
+
getAutomatedReasoningPolicyAnnotations(
|
|
889
|
+
args: GetAutomatedReasoningPolicyAnnotationsCommandInput,
|
|
890
|
+
cb: (
|
|
891
|
+
err: any,
|
|
892
|
+
data?: GetAutomatedReasoningPolicyAnnotationsCommandOutput
|
|
893
|
+
) => void
|
|
894
|
+
): void;
|
|
895
|
+
getAutomatedReasoningPolicyAnnotations(
|
|
896
|
+
args: GetAutomatedReasoningPolicyAnnotationsCommandInput,
|
|
897
|
+
options: __HttpHandlerOptions,
|
|
898
|
+
cb: (
|
|
899
|
+
err: any,
|
|
900
|
+
data?: GetAutomatedReasoningPolicyAnnotationsCommandOutput
|
|
901
|
+
) => void
|
|
902
|
+
): void;
|
|
903
|
+
getAutomatedReasoningPolicyBuildWorkflow(
|
|
904
|
+
args: GetAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
905
|
+
options?: __HttpHandlerOptions
|
|
906
|
+
): Promise<GetAutomatedReasoningPolicyBuildWorkflowCommandOutput>;
|
|
907
|
+
getAutomatedReasoningPolicyBuildWorkflow(
|
|
908
|
+
args: GetAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
909
|
+
cb: (
|
|
910
|
+
err: any,
|
|
911
|
+
data?: GetAutomatedReasoningPolicyBuildWorkflowCommandOutput
|
|
912
|
+
) => void
|
|
913
|
+
): void;
|
|
914
|
+
getAutomatedReasoningPolicyBuildWorkflow(
|
|
915
|
+
args: GetAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
916
|
+
options: __HttpHandlerOptions,
|
|
917
|
+
cb: (
|
|
918
|
+
err: any,
|
|
919
|
+
data?: GetAutomatedReasoningPolicyBuildWorkflowCommandOutput
|
|
920
|
+
) => void
|
|
921
|
+
): void;
|
|
922
|
+
getAutomatedReasoningPolicyBuildWorkflowResultAssets(
|
|
923
|
+
args: GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandInput,
|
|
924
|
+
options?: __HttpHandlerOptions
|
|
925
|
+
): Promise<GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandOutput>;
|
|
926
|
+
getAutomatedReasoningPolicyBuildWorkflowResultAssets(
|
|
927
|
+
args: GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandInput,
|
|
928
|
+
cb: (
|
|
929
|
+
err: any,
|
|
930
|
+
data?: GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandOutput
|
|
931
|
+
) => void
|
|
932
|
+
): void;
|
|
933
|
+
getAutomatedReasoningPolicyBuildWorkflowResultAssets(
|
|
934
|
+
args: GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandInput,
|
|
935
|
+
options: __HttpHandlerOptions,
|
|
936
|
+
cb: (
|
|
937
|
+
err: any,
|
|
938
|
+
data?: GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandOutput
|
|
939
|
+
) => void
|
|
940
|
+
): void;
|
|
941
|
+
getAutomatedReasoningPolicyNextScenario(
|
|
942
|
+
args: GetAutomatedReasoningPolicyNextScenarioCommandInput,
|
|
943
|
+
options?: __HttpHandlerOptions
|
|
944
|
+
): Promise<GetAutomatedReasoningPolicyNextScenarioCommandOutput>;
|
|
945
|
+
getAutomatedReasoningPolicyNextScenario(
|
|
946
|
+
args: GetAutomatedReasoningPolicyNextScenarioCommandInput,
|
|
947
|
+
cb: (
|
|
948
|
+
err: any,
|
|
949
|
+
data?: GetAutomatedReasoningPolicyNextScenarioCommandOutput
|
|
950
|
+
) => void
|
|
951
|
+
): void;
|
|
952
|
+
getAutomatedReasoningPolicyNextScenario(
|
|
953
|
+
args: GetAutomatedReasoningPolicyNextScenarioCommandInput,
|
|
954
|
+
options: __HttpHandlerOptions,
|
|
955
|
+
cb: (
|
|
956
|
+
err: any,
|
|
957
|
+
data?: GetAutomatedReasoningPolicyNextScenarioCommandOutput
|
|
958
|
+
) => void
|
|
959
|
+
): void;
|
|
960
|
+
getAutomatedReasoningPolicyTestCase(
|
|
961
|
+
args: GetAutomatedReasoningPolicyTestCaseCommandInput,
|
|
962
|
+
options?: __HttpHandlerOptions
|
|
963
|
+
): Promise<GetAutomatedReasoningPolicyTestCaseCommandOutput>;
|
|
964
|
+
getAutomatedReasoningPolicyTestCase(
|
|
965
|
+
args: GetAutomatedReasoningPolicyTestCaseCommandInput,
|
|
966
|
+
cb: (
|
|
967
|
+
err: any,
|
|
968
|
+
data?: GetAutomatedReasoningPolicyTestCaseCommandOutput
|
|
969
|
+
) => void
|
|
970
|
+
): void;
|
|
971
|
+
getAutomatedReasoningPolicyTestCase(
|
|
972
|
+
args: GetAutomatedReasoningPolicyTestCaseCommandInput,
|
|
973
|
+
options: __HttpHandlerOptions,
|
|
974
|
+
cb: (
|
|
975
|
+
err: any,
|
|
976
|
+
data?: GetAutomatedReasoningPolicyTestCaseCommandOutput
|
|
977
|
+
) => void
|
|
978
|
+
): void;
|
|
979
|
+
getAutomatedReasoningPolicyTestResult(
|
|
980
|
+
args: GetAutomatedReasoningPolicyTestResultCommandInput,
|
|
981
|
+
options?: __HttpHandlerOptions
|
|
982
|
+
): Promise<GetAutomatedReasoningPolicyTestResultCommandOutput>;
|
|
983
|
+
getAutomatedReasoningPolicyTestResult(
|
|
984
|
+
args: GetAutomatedReasoningPolicyTestResultCommandInput,
|
|
985
|
+
cb: (
|
|
986
|
+
err: any,
|
|
987
|
+
data?: GetAutomatedReasoningPolicyTestResultCommandOutput
|
|
988
|
+
) => void
|
|
989
|
+
): void;
|
|
990
|
+
getAutomatedReasoningPolicyTestResult(
|
|
991
|
+
args: GetAutomatedReasoningPolicyTestResultCommandInput,
|
|
992
|
+
options: __HttpHandlerOptions,
|
|
993
|
+
cb: (
|
|
994
|
+
err: any,
|
|
995
|
+
data?: GetAutomatedReasoningPolicyTestResultCommandOutput
|
|
996
|
+
) => void
|
|
997
|
+
): void;
|
|
635
998
|
getCustomModel(
|
|
636
999
|
args: GetCustomModelCommandInput,
|
|
637
1000
|
options?: __HttpHandlerOptions
|
|
@@ -861,6 +1224,77 @@ export interface Bedrock {
|
|
|
861
1224
|
options: __HttpHandlerOptions,
|
|
862
1225
|
cb: (err: any, data?: GetUseCaseForModelAccessCommandOutput) => void
|
|
863
1226
|
): void;
|
|
1227
|
+
listAutomatedReasoningPolicies(): Promise<ListAutomatedReasoningPoliciesCommandOutput>;
|
|
1228
|
+
listAutomatedReasoningPolicies(
|
|
1229
|
+
args: ListAutomatedReasoningPoliciesCommandInput,
|
|
1230
|
+
options?: __HttpHandlerOptions
|
|
1231
|
+
): Promise<ListAutomatedReasoningPoliciesCommandOutput>;
|
|
1232
|
+
listAutomatedReasoningPolicies(
|
|
1233
|
+
args: ListAutomatedReasoningPoliciesCommandInput,
|
|
1234
|
+
cb: (err: any, data?: ListAutomatedReasoningPoliciesCommandOutput) => void
|
|
1235
|
+
): void;
|
|
1236
|
+
listAutomatedReasoningPolicies(
|
|
1237
|
+
args: ListAutomatedReasoningPoliciesCommandInput,
|
|
1238
|
+
options: __HttpHandlerOptions,
|
|
1239
|
+
cb: (err: any, data?: ListAutomatedReasoningPoliciesCommandOutput) => void
|
|
1240
|
+
): void;
|
|
1241
|
+
listAutomatedReasoningPolicyBuildWorkflows(
|
|
1242
|
+
args: ListAutomatedReasoningPolicyBuildWorkflowsCommandInput,
|
|
1243
|
+
options?: __HttpHandlerOptions
|
|
1244
|
+
): Promise<ListAutomatedReasoningPolicyBuildWorkflowsCommandOutput>;
|
|
1245
|
+
listAutomatedReasoningPolicyBuildWorkflows(
|
|
1246
|
+
args: ListAutomatedReasoningPolicyBuildWorkflowsCommandInput,
|
|
1247
|
+
cb: (
|
|
1248
|
+
err: any,
|
|
1249
|
+
data?: ListAutomatedReasoningPolicyBuildWorkflowsCommandOutput
|
|
1250
|
+
) => void
|
|
1251
|
+
): void;
|
|
1252
|
+
listAutomatedReasoningPolicyBuildWorkflows(
|
|
1253
|
+
args: ListAutomatedReasoningPolicyBuildWorkflowsCommandInput,
|
|
1254
|
+
options: __HttpHandlerOptions,
|
|
1255
|
+
cb: (
|
|
1256
|
+
err: any,
|
|
1257
|
+
data?: ListAutomatedReasoningPolicyBuildWorkflowsCommandOutput
|
|
1258
|
+
) => void
|
|
1259
|
+
): void;
|
|
1260
|
+
listAutomatedReasoningPolicyTestCases(
|
|
1261
|
+
args: ListAutomatedReasoningPolicyTestCasesCommandInput,
|
|
1262
|
+
options?: __HttpHandlerOptions
|
|
1263
|
+
): Promise<ListAutomatedReasoningPolicyTestCasesCommandOutput>;
|
|
1264
|
+
listAutomatedReasoningPolicyTestCases(
|
|
1265
|
+
args: ListAutomatedReasoningPolicyTestCasesCommandInput,
|
|
1266
|
+
cb: (
|
|
1267
|
+
err: any,
|
|
1268
|
+
data?: ListAutomatedReasoningPolicyTestCasesCommandOutput
|
|
1269
|
+
) => void
|
|
1270
|
+
): void;
|
|
1271
|
+
listAutomatedReasoningPolicyTestCases(
|
|
1272
|
+
args: ListAutomatedReasoningPolicyTestCasesCommandInput,
|
|
1273
|
+
options: __HttpHandlerOptions,
|
|
1274
|
+
cb: (
|
|
1275
|
+
err: any,
|
|
1276
|
+
data?: ListAutomatedReasoningPolicyTestCasesCommandOutput
|
|
1277
|
+
) => void
|
|
1278
|
+
): void;
|
|
1279
|
+
listAutomatedReasoningPolicyTestResults(
|
|
1280
|
+
args: ListAutomatedReasoningPolicyTestResultsCommandInput,
|
|
1281
|
+
options?: __HttpHandlerOptions
|
|
1282
|
+
): Promise<ListAutomatedReasoningPolicyTestResultsCommandOutput>;
|
|
1283
|
+
listAutomatedReasoningPolicyTestResults(
|
|
1284
|
+
args: ListAutomatedReasoningPolicyTestResultsCommandInput,
|
|
1285
|
+
cb: (
|
|
1286
|
+
err: any,
|
|
1287
|
+
data?: ListAutomatedReasoningPolicyTestResultsCommandOutput
|
|
1288
|
+
) => void
|
|
1289
|
+
): void;
|
|
1290
|
+
listAutomatedReasoningPolicyTestResults(
|
|
1291
|
+
args: ListAutomatedReasoningPolicyTestResultsCommandInput,
|
|
1292
|
+
options: __HttpHandlerOptions,
|
|
1293
|
+
cb: (
|
|
1294
|
+
err: any,
|
|
1295
|
+
data?: ListAutomatedReasoningPolicyTestResultsCommandOutput
|
|
1296
|
+
) => void
|
|
1297
|
+
): void;
|
|
864
1298
|
listCustomModelDeployments(): Promise<ListCustomModelDeploymentsCommandOutput>;
|
|
865
1299
|
listCustomModelDeployments(
|
|
866
1300
|
args: ListCustomModelDeploymentsCommandInput,
|
|
@@ -1134,6 +1568,44 @@ export interface Bedrock {
|
|
|
1134
1568
|
options: __HttpHandlerOptions,
|
|
1135
1569
|
cb: (err: any, data?: RegisterMarketplaceModelEndpointCommandOutput) => void
|
|
1136
1570
|
): void;
|
|
1571
|
+
startAutomatedReasoningPolicyBuildWorkflow(
|
|
1572
|
+
args: StartAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
1573
|
+
options?: __HttpHandlerOptions
|
|
1574
|
+
): Promise<StartAutomatedReasoningPolicyBuildWorkflowCommandOutput>;
|
|
1575
|
+
startAutomatedReasoningPolicyBuildWorkflow(
|
|
1576
|
+
args: StartAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
1577
|
+
cb: (
|
|
1578
|
+
err: any,
|
|
1579
|
+
data?: StartAutomatedReasoningPolicyBuildWorkflowCommandOutput
|
|
1580
|
+
) => void
|
|
1581
|
+
): void;
|
|
1582
|
+
startAutomatedReasoningPolicyBuildWorkflow(
|
|
1583
|
+
args: StartAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
1584
|
+
options: __HttpHandlerOptions,
|
|
1585
|
+
cb: (
|
|
1586
|
+
err: any,
|
|
1587
|
+
data?: StartAutomatedReasoningPolicyBuildWorkflowCommandOutput
|
|
1588
|
+
) => void
|
|
1589
|
+
): void;
|
|
1590
|
+
startAutomatedReasoningPolicyTestWorkflow(
|
|
1591
|
+
args: StartAutomatedReasoningPolicyTestWorkflowCommandInput,
|
|
1592
|
+
options?: __HttpHandlerOptions
|
|
1593
|
+
): Promise<StartAutomatedReasoningPolicyTestWorkflowCommandOutput>;
|
|
1594
|
+
startAutomatedReasoningPolicyTestWorkflow(
|
|
1595
|
+
args: StartAutomatedReasoningPolicyTestWorkflowCommandInput,
|
|
1596
|
+
cb: (
|
|
1597
|
+
err: any,
|
|
1598
|
+
data?: StartAutomatedReasoningPolicyTestWorkflowCommandOutput
|
|
1599
|
+
) => void
|
|
1600
|
+
): void;
|
|
1601
|
+
startAutomatedReasoningPolicyTestWorkflow(
|
|
1602
|
+
args: StartAutomatedReasoningPolicyTestWorkflowCommandInput,
|
|
1603
|
+
options: __HttpHandlerOptions,
|
|
1604
|
+
cb: (
|
|
1605
|
+
err: any,
|
|
1606
|
+
data?: StartAutomatedReasoningPolicyTestWorkflowCommandOutput
|
|
1607
|
+
) => void
|
|
1608
|
+
): void;
|
|
1137
1609
|
stopEvaluationJob(
|
|
1138
1610
|
args: StopEvaluationJobCommandInput,
|
|
1139
1611
|
options?: __HttpHandlerOptions
|
|
@@ -1199,6 +1671,57 @@ export interface Bedrock {
|
|
|
1199
1671
|
options: __HttpHandlerOptions,
|
|
1200
1672
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
1201
1673
|
): void;
|
|
1674
|
+
updateAutomatedReasoningPolicy(
|
|
1675
|
+
args: UpdateAutomatedReasoningPolicyCommandInput,
|
|
1676
|
+
options?: __HttpHandlerOptions
|
|
1677
|
+
): Promise<UpdateAutomatedReasoningPolicyCommandOutput>;
|
|
1678
|
+
updateAutomatedReasoningPolicy(
|
|
1679
|
+
args: UpdateAutomatedReasoningPolicyCommandInput,
|
|
1680
|
+
cb: (err: any, data?: UpdateAutomatedReasoningPolicyCommandOutput) => void
|
|
1681
|
+
): void;
|
|
1682
|
+
updateAutomatedReasoningPolicy(
|
|
1683
|
+
args: UpdateAutomatedReasoningPolicyCommandInput,
|
|
1684
|
+
options: __HttpHandlerOptions,
|
|
1685
|
+
cb: (err: any, data?: UpdateAutomatedReasoningPolicyCommandOutput) => void
|
|
1686
|
+
): void;
|
|
1687
|
+
updateAutomatedReasoningPolicyAnnotations(
|
|
1688
|
+
args: UpdateAutomatedReasoningPolicyAnnotationsCommandInput,
|
|
1689
|
+
options?: __HttpHandlerOptions
|
|
1690
|
+
): Promise<UpdateAutomatedReasoningPolicyAnnotationsCommandOutput>;
|
|
1691
|
+
updateAutomatedReasoningPolicyAnnotations(
|
|
1692
|
+
args: UpdateAutomatedReasoningPolicyAnnotationsCommandInput,
|
|
1693
|
+
cb: (
|
|
1694
|
+
err: any,
|
|
1695
|
+
data?: UpdateAutomatedReasoningPolicyAnnotationsCommandOutput
|
|
1696
|
+
) => void
|
|
1697
|
+
): void;
|
|
1698
|
+
updateAutomatedReasoningPolicyAnnotations(
|
|
1699
|
+
args: UpdateAutomatedReasoningPolicyAnnotationsCommandInput,
|
|
1700
|
+
options: __HttpHandlerOptions,
|
|
1701
|
+
cb: (
|
|
1702
|
+
err: any,
|
|
1703
|
+
data?: UpdateAutomatedReasoningPolicyAnnotationsCommandOutput
|
|
1704
|
+
) => void
|
|
1705
|
+
): void;
|
|
1706
|
+
updateAutomatedReasoningPolicyTestCase(
|
|
1707
|
+
args: UpdateAutomatedReasoningPolicyTestCaseCommandInput,
|
|
1708
|
+
options?: __HttpHandlerOptions
|
|
1709
|
+
): Promise<UpdateAutomatedReasoningPolicyTestCaseCommandOutput>;
|
|
1710
|
+
updateAutomatedReasoningPolicyTestCase(
|
|
1711
|
+
args: UpdateAutomatedReasoningPolicyTestCaseCommandInput,
|
|
1712
|
+
cb: (
|
|
1713
|
+
err: any,
|
|
1714
|
+
data?: UpdateAutomatedReasoningPolicyTestCaseCommandOutput
|
|
1715
|
+
) => void
|
|
1716
|
+
): void;
|
|
1717
|
+
updateAutomatedReasoningPolicyTestCase(
|
|
1718
|
+
args: UpdateAutomatedReasoningPolicyTestCaseCommandInput,
|
|
1719
|
+
options: __HttpHandlerOptions,
|
|
1720
|
+
cb: (
|
|
1721
|
+
err: any,
|
|
1722
|
+
data?: UpdateAutomatedReasoningPolicyTestCaseCommandOutput
|
|
1723
|
+
) => void
|
|
1724
|
+
): void;
|
|
1202
1725
|
updateGuardrail(
|
|
1203
1726
|
args: UpdateGuardrailCommandInput,
|
|
1204
1727
|
options?: __HttpHandlerOptions
|