@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
|
@@ -49,6 +49,22 @@ import {
|
|
|
49
49
|
BatchDeleteEvaluationJobCommandInput,
|
|
50
50
|
BatchDeleteEvaluationJobCommandOutput,
|
|
51
51
|
} from "./commands/BatchDeleteEvaluationJobCommand";
|
|
52
|
+
import {
|
|
53
|
+
CancelAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
54
|
+
CancelAutomatedReasoningPolicyBuildWorkflowCommandOutput,
|
|
55
|
+
} from "./commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand";
|
|
56
|
+
import {
|
|
57
|
+
CreateAutomatedReasoningPolicyCommandInput,
|
|
58
|
+
CreateAutomatedReasoningPolicyCommandOutput,
|
|
59
|
+
} from "./commands/CreateAutomatedReasoningPolicyCommand";
|
|
60
|
+
import {
|
|
61
|
+
CreateAutomatedReasoningPolicyTestCaseCommandInput,
|
|
62
|
+
CreateAutomatedReasoningPolicyTestCaseCommandOutput,
|
|
63
|
+
} from "./commands/CreateAutomatedReasoningPolicyTestCaseCommand";
|
|
64
|
+
import {
|
|
65
|
+
CreateAutomatedReasoningPolicyVersionCommandInput,
|
|
66
|
+
CreateAutomatedReasoningPolicyVersionCommandOutput,
|
|
67
|
+
} from "./commands/CreateAutomatedReasoningPolicyVersionCommand";
|
|
52
68
|
import {
|
|
53
69
|
CreateCustomModelCommandInput,
|
|
54
70
|
CreateCustomModelCommandOutput,
|
|
@@ -105,6 +121,18 @@ import {
|
|
|
105
121
|
CreateProvisionedModelThroughputCommandInput,
|
|
106
122
|
CreateProvisionedModelThroughputCommandOutput,
|
|
107
123
|
} from "./commands/CreateProvisionedModelThroughputCommand";
|
|
124
|
+
import {
|
|
125
|
+
DeleteAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
126
|
+
DeleteAutomatedReasoningPolicyBuildWorkflowCommandOutput,
|
|
127
|
+
} from "./commands/DeleteAutomatedReasoningPolicyBuildWorkflowCommand";
|
|
128
|
+
import {
|
|
129
|
+
DeleteAutomatedReasoningPolicyCommandInput,
|
|
130
|
+
DeleteAutomatedReasoningPolicyCommandOutput,
|
|
131
|
+
} from "./commands/DeleteAutomatedReasoningPolicyCommand";
|
|
132
|
+
import {
|
|
133
|
+
DeleteAutomatedReasoningPolicyTestCaseCommandInput,
|
|
134
|
+
DeleteAutomatedReasoningPolicyTestCaseCommandOutput,
|
|
135
|
+
} from "./commands/DeleteAutomatedReasoningPolicyTestCaseCommand";
|
|
108
136
|
import {
|
|
109
137
|
DeleteCustomModelCommandInput,
|
|
110
138
|
DeleteCustomModelCommandOutput,
|
|
@@ -149,6 +177,38 @@ import {
|
|
|
149
177
|
DeregisterMarketplaceModelEndpointCommandInput,
|
|
150
178
|
DeregisterMarketplaceModelEndpointCommandOutput,
|
|
151
179
|
} from "./commands/DeregisterMarketplaceModelEndpointCommand";
|
|
180
|
+
import {
|
|
181
|
+
ExportAutomatedReasoningPolicyVersionCommandInput,
|
|
182
|
+
ExportAutomatedReasoningPolicyVersionCommandOutput,
|
|
183
|
+
} from "./commands/ExportAutomatedReasoningPolicyVersionCommand";
|
|
184
|
+
import {
|
|
185
|
+
GetAutomatedReasoningPolicyAnnotationsCommandInput,
|
|
186
|
+
GetAutomatedReasoningPolicyAnnotationsCommandOutput,
|
|
187
|
+
} from "./commands/GetAutomatedReasoningPolicyAnnotationsCommand";
|
|
188
|
+
import {
|
|
189
|
+
GetAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
190
|
+
GetAutomatedReasoningPolicyBuildWorkflowCommandOutput,
|
|
191
|
+
} from "./commands/GetAutomatedReasoningPolicyBuildWorkflowCommand";
|
|
192
|
+
import {
|
|
193
|
+
GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandInput,
|
|
194
|
+
GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandOutput,
|
|
195
|
+
} from "./commands/GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand";
|
|
196
|
+
import {
|
|
197
|
+
GetAutomatedReasoningPolicyCommandInput,
|
|
198
|
+
GetAutomatedReasoningPolicyCommandOutput,
|
|
199
|
+
} from "./commands/GetAutomatedReasoningPolicyCommand";
|
|
200
|
+
import {
|
|
201
|
+
GetAutomatedReasoningPolicyNextScenarioCommandInput,
|
|
202
|
+
GetAutomatedReasoningPolicyNextScenarioCommandOutput,
|
|
203
|
+
} from "./commands/GetAutomatedReasoningPolicyNextScenarioCommand";
|
|
204
|
+
import {
|
|
205
|
+
GetAutomatedReasoningPolicyTestCaseCommandInput,
|
|
206
|
+
GetAutomatedReasoningPolicyTestCaseCommandOutput,
|
|
207
|
+
} from "./commands/GetAutomatedReasoningPolicyTestCaseCommand";
|
|
208
|
+
import {
|
|
209
|
+
GetAutomatedReasoningPolicyTestResultCommandInput,
|
|
210
|
+
GetAutomatedReasoningPolicyTestResultCommandOutput,
|
|
211
|
+
} from "./commands/GetAutomatedReasoningPolicyTestResultCommand";
|
|
152
212
|
import {
|
|
153
213
|
GetCustomModelCommandInput,
|
|
154
214
|
GetCustomModelCommandOutput,
|
|
@@ -217,6 +277,22 @@ import {
|
|
|
217
277
|
GetUseCaseForModelAccessCommandInput,
|
|
218
278
|
GetUseCaseForModelAccessCommandOutput,
|
|
219
279
|
} from "./commands/GetUseCaseForModelAccessCommand";
|
|
280
|
+
import {
|
|
281
|
+
ListAutomatedReasoningPoliciesCommandInput,
|
|
282
|
+
ListAutomatedReasoningPoliciesCommandOutput,
|
|
283
|
+
} from "./commands/ListAutomatedReasoningPoliciesCommand";
|
|
284
|
+
import {
|
|
285
|
+
ListAutomatedReasoningPolicyBuildWorkflowsCommandInput,
|
|
286
|
+
ListAutomatedReasoningPolicyBuildWorkflowsCommandOutput,
|
|
287
|
+
} from "./commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand";
|
|
288
|
+
import {
|
|
289
|
+
ListAutomatedReasoningPolicyTestCasesCommandInput,
|
|
290
|
+
ListAutomatedReasoningPolicyTestCasesCommandOutput,
|
|
291
|
+
} from "./commands/ListAutomatedReasoningPolicyTestCasesCommand";
|
|
292
|
+
import {
|
|
293
|
+
ListAutomatedReasoningPolicyTestResultsCommandInput,
|
|
294
|
+
ListAutomatedReasoningPolicyTestResultsCommandOutput,
|
|
295
|
+
} from "./commands/ListAutomatedReasoningPolicyTestResultsCommand";
|
|
220
296
|
import {
|
|
221
297
|
ListCustomModelDeploymentsCommandInput,
|
|
222
298
|
ListCustomModelDeploymentsCommandOutput,
|
|
@@ -293,6 +369,14 @@ import {
|
|
|
293
369
|
RegisterMarketplaceModelEndpointCommandInput,
|
|
294
370
|
RegisterMarketplaceModelEndpointCommandOutput,
|
|
295
371
|
} from "./commands/RegisterMarketplaceModelEndpointCommand";
|
|
372
|
+
import {
|
|
373
|
+
StartAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
374
|
+
StartAutomatedReasoningPolicyBuildWorkflowCommandOutput,
|
|
375
|
+
} from "./commands/StartAutomatedReasoningPolicyBuildWorkflowCommand";
|
|
376
|
+
import {
|
|
377
|
+
StartAutomatedReasoningPolicyTestWorkflowCommandInput,
|
|
378
|
+
StartAutomatedReasoningPolicyTestWorkflowCommandOutput,
|
|
379
|
+
} from "./commands/StartAutomatedReasoningPolicyTestWorkflowCommand";
|
|
296
380
|
import {
|
|
297
381
|
StopEvaluationJobCommandInput,
|
|
298
382
|
StopEvaluationJobCommandOutput,
|
|
@@ -313,6 +397,18 @@ import {
|
|
|
313
397
|
UntagResourceCommandInput,
|
|
314
398
|
UntagResourceCommandOutput,
|
|
315
399
|
} from "./commands/UntagResourceCommand";
|
|
400
|
+
import {
|
|
401
|
+
UpdateAutomatedReasoningPolicyAnnotationsCommandInput,
|
|
402
|
+
UpdateAutomatedReasoningPolicyAnnotationsCommandOutput,
|
|
403
|
+
} from "./commands/UpdateAutomatedReasoningPolicyAnnotationsCommand";
|
|
404
|
+
import {
|
|
405
|
+
UpdateAutomatedReasoningPolicyCommandInput,
|
|
406
|
+
UpdateAutomatedReasoningPolicyCommandOutput,
|
|
407
|
+
} from "./commands/UpdateAutomatedReasoningPolicyCommand";
|
|
408
|
+
import {
|
|
409
|
+
UpdateAutomatedReasoningPolicyTestCaseCommandInput,
|
|
410
|
+
UpdateAutomatedReasoningPolicyTestCaseCommandOutput,
|
|
411
|
+
} from "./commands/UpdateAutomatedReasoningPolicyTestCaseCommand";
|
|
316
412
|
import {
|
|
317
413
|
UpdateGuardrailCommandInput,
|
|
318
414
|
UpdateGuardrailCommandOutput,
|
|
@@ -334,6 +430,10 @@ import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
|
334
430
|
export { __Client };
|
|
335
431
|
export type ServiceInputTypes =
|
|
336
432
|
| BatchDeleteEvaluationJobCommandInput
|
|
433
|
+
| CancelAutomatedReasoningPolicyBuildWorkflowCommandInput
|
|
434
|
+
| CreateAutomatedReasoningPolicyCommandInput
|
|
435
|
+
| CreateAutomatedReasoningPolicyTestCaseCommandInput
|
|
436
|
+
| CreateAutomatedReasoningPolicyVersionCommandInput
|
|
337
437
|
| CreateCustomModelCommandInput
|
|
338
438
|
| CreateCustomModelDeploymentCommandInput
|
|
339
439
|
| CreateEvaluationJobCommandInput
|
|
@@ -348,6 +448,9 @@ export type ServiceInputTypes =
|
|
|
348
448
|
| CreateModelInvocationJobCommandInput
|
|
349
449
|
| CreatePromptRouterCommandInput
|
|
350
450
|
| CreateProvisionedModelThroughputCommandInput
|
|
451
|
+
| DeleteAutomatedReasoningPolicyBuildWorkflowCommandInput
|
|
452
|
+
| DeleteAutomatedReasoningPolicyCommandInput
|
|
453
|
+
| DeleteAutomatedReasoningPolicyTestCaseCommandInput
|
|
351
454
|
| DeleteCustomModelCommandInput
|
|
352
455
|
| DeleteCustomModelDeploymentCommandInput
|
|
353
456
|
| DeleteFoundationModelAgreementCommandInput
|
|
@@ -359,6 +462,14 @@ export type ServiceInputTypes =
|
|
|
359
462
|
| DeletePromptRouterCommandInput
|
|
360
463
|
| DeleteProvisionedModelThroughputCommandInput
|
|
361
464
|
| DeregisterMarketplaceModelEndpointCommandInput
|
|
465
|
+
| ExportAutomatedReasoningPolicyVersionCommandInput
|
|
466
|
+
| GetAutomatedReasoningPolicyAnnotationsCommandInput
|
|
467
|
+
| GetAutomatedReasoningPolicyBuildWorkflowCommandInput
|
|
468
|
+
| GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandInput
|
|
469
|
+
| GetAutomatedReasoningPolicyCommandInput
|
|
470
|
+
| GetAutomatedReasoningPolicyNextScenarioCommandInput
|
|
471
|
+
| GetAutomatedReasoningPolicyTestCaseCommandInput
|
|
472
|
+
| GetAutomatedReasoningPolicyTestResultCommandInput
|
|
362
473
|
| GetCustomModelCommandInput
|
|
363
474
|
| GetCustomModelDeploymentCommandInput
|
|
364
475
|
| GetEvaluationJobCommandInput
|
|
@@ -376,6 +487,10 @@ export type ServiceInputTypes =
|
|
|
376
487
|
| GetPromptRouterCommandInput
|
|
377
488
|
| GetProvisionedModelThroughputCommandInput
|
|
378
489
|
| GetUseCaseForModelAccessCommandInput
|
|
490
|
+
| ListAutomatedReasoningPoliciesCommandInput
|
|
491
|
+
| ListAutomatedReasoningPolicyBuildWorkflowsCommandInput
|
|
492
|
+
| ListAutomatedReasoningPolicyTestCasesCommandInput
|
|
493
|
+
| ListAutomatedReasoningPolicyTestResultsCommandInput
|
|
379
494
|
| ListCustomModelDeploymentsCommandInput
|
|
380
495
|
| ListCustomModelsCommandInput
|
|
381
496
|
| ListEvaluationJobsCommandInput
|
|
@@ -395,16 +510,25 @@ export type ServiceInputTypes =
|
|
|
395
510
|
| PutModelInvocationLoggingConfigurationCommandInput
|
|
396
511
|
| PutUseCaseForModelAccessCommandInput
|
|
397
512
|
| RegisterMarketplaceModelEndpointCommandInput
|
|
513
|
+
| StartAutomatedReasoningPolicyBuildWorkflowCommandInput
|
|
514
|
+
| StartAutomatedReasoningPolicyTestWorkflowCommandInput
|
|
398
515
|
| StopEvaluationJobCommandInput
|
|
399
516
|
| StopModelCustomizationJobCommandInput
|
|
400
517
|
| StopModelInvocationJobCommandInput
|
|
401
518
|
| TagResourceCommandInput
|
|
402
519
|
| UntagResourceCommandInput
|
|
520
|
+
| UpdateAutomatedReasoningPolicyAnnotationsCommandInput
|
|
521
|
+
| UpdateAutomatedReasoningPolicyCommandInput
|
|
522
|
+
| UpdateAutomatedReasoningPolicyTestCaseCommandInput
|
|
403
523
|
| UpdateGuardrailCommandInput
|
|
404
524
|
| UpdateMarketplaceModelEndpointCommandInput
|
|
405
525
|
| UpdateProvisionedModelThroughputCommandInput;
|
|
406
526
|
export type ServiceOutputTypes =
|
|
407
527
|
| BatchDeleteEvaluationJobCommandOutput
|
|
528
|
+
| CancelAutomatedReasoningPolicyBuildWorkflowCommandOutput
|
|
529
|
+
| CreateAutomatedReasoningPolicyCommandOutput
|
|
530
|
+
| CreateAutomatedReasoningPolicyTestCaseCommandOutput
|
|
531
|
+
| CreateAutomatedReasoningPolicyVersionCommandOutput
|
|
408
532
|
| CreateCustomModelCommandOutput
|
|
409
533
|
| CreateCustomModelDeploymentCommandOutput
|
|
410
534
|
| CreateEvaluationJobCommandOutput
|
|
@@ -419,6 +543,9 @@ export type ServiceOutputTypes =
|
|
|
419
543
|
| CreateModelInvocationJobCommandOutput
|
|
420
544
|
| CreatePromptRouterCommandOutput
|
|
421
545
|
| CreateProvisionedModelThroughputCommandOutput
|
|
546
|
+
| DeleteAutomatedReasoningPolicyBuildWorkflowCommandOutput
|
|
547
|
+
| DeleteAutomatedReasoningPolicyCommandOutput
|
|
548
|
+
| DeleteAutomatedReasoningPolicyTestCaseCommandOutput
|
|
422
549
|
| DeleteCustomModelCommandOutput
|
|
423
550
|
| DeleteCustomModelDeploymentCommandOutput
|
|
424
551
|
| DeleteFoundationModelAgreementCommandOutput
|
|
@@ -430,6 +557,14 @@ export type ServiceOutputTypes =
|
|
|
430
557
|
| DeletePromptRouterCommandOutput
|
|
431
558
|
| DeleteProvisionedModelThroughputCommandOutput
|
|
432
559
|
| DeregisterMarketplaceModelEndpointCommandOutput
|
|
560
|
+
| ExportAutomatedReasoningPolicyVersionCommandOutput
|
|
561
|
+
| GetAutomatedReasoningPolicyAnnotationsCommandOutput
|
|
562
|
+
| GetAutomatedReasoningPolicyBuildWorkflowCommandOutput
|
|
563
|
+
| GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandOutput
|
|
564
|
+
| GetAutomatedReasoningPolicyCommandOutput
|
|
565
|
+
| GetAutomatedReasoningPolicyNextScenarioCommandOutput
|
|
566
|
+
| GetAutomatedReasoningPolicyTestCaseCommandOutput
|
|
567
|
+
| GetAutomatedReasoningPolicyTestResultCommandOutput
|
|
433
568
|
| GetCustomModelCommandOutput
|
|
434
569
|
| GetCustomModelDeploymentCommandOutput
|
|
435
570
|
| GetEvaluationJobCommandOutput
|
|
@@ -447,6 +582,10 @@ export type ServiceOutputTypes =
|
|
|
447
582
|
| GetPromptRouterCommandOutput
|
|
448
583
|
| GetProvisionedModelThroughputCommandOutput
|
|
449
584
|
| GetUseCaseForModelAccessCommandOutput
|
|
585
|
+
| ListAutomatedReasoningPoliciesCommandOutput
|
|
586
|
+
| ListAutomatedReasoningPolicyBuildWorkflowsCommandOutput
|
|
587
|
+
| ListAutomatedReasoningPolicyTestCasesCommandOutput
|
|
588
|
+
| ListAutomatedReasoningPolicyTestResultsCommandOutput
|
|
450
589
|
| ListCustomModelDeploymentsCommandOutput
|
|
451
590
|
| ListCustomModelsCommandOutput
|
|
452
591
|
| ListEvaluationJobsCommandOutput
|
|
@@ -466,11 +605,16 @@ export type ServiceOutputTypes =
|
|
|
466
605
|
| PutModelInvocationLoggingConfigurationCommandOutput
|
|
467
606
|
| PutUseCaseForModelAccessCommandOutput
|
|
468
607
|
| RegisterMarketplaceModelEndpointCommandOutput
|
|
608
|
+
| StartAutomatedReasoningPolicyBuildWorkflowCommandOutput
|
|
609
|
+
| StartAutomatedReasoningPolicyTestWorkflowCommandOutput
|
|
469
610
|
| StopEvaluationJobCommandOutput
|
|
470
611
|
| StopModelCustomizationJobCommandOutput
|
|
471
612
|
| StopModelInvocationJobCommandOutput
|
|
472
613
|
| TagResourceCommandOutput
|
|
473
614
|
| UntagResourceCommandOutput
|
|
615
|
+
| UpdateAutomatedReasoningPolicyAnnotationsCommandOutput
|
|
616
|
+
| UpdateAutomatedReasoningPolicyCommandOutput
|
|
617
|
+
| UpdateAutomatedReasoningPolicyTestCaseCommandOutput
|
|
474
618
|
| UpdateGuardrailCommandOutput
|
|
475
619
|
| UpdateMarketplaceModelEndpointCommandOutput
|
|
476
620
|
| UpdateProvisionedModelThroughputCommandOutput;
|
|
@@ -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
|
+
CancelAutomatedReasoningPolicyBuildWorkflowRequest,
|
|
10
|
+
CancelAutomatedReasoningPolicyBuildWorkflowResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CancelAutomatedReasoningPolicyBuildWorkflowCommandInput
|
|
15
|
+
extends CancelAutomatedReasoningPolicyBuildWorkflowRequest {}
|
|
16
|
+
export interface CancelAutomatedReasoningPolicyBuildWorkflowCommandOutput
|
|
17
|
+
extends CancelAutomatedReasoningPolicyBuildWorkflowResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CancelAutomatedReasoningPolicyBuildWorkflowCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CancelAutomatedReasoningPolicyBuildWorkflowCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CancelAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
24
|
+
CancelAutomatedReasoningPolicyBuildWorkflowCommandOutput,
|
|
25
|
+
BedrockClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CancelAutomatedReasoningPolicyBuildWorkflowCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CancelAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
33
|
+
CancelAutomatedReasoningPolicyBuildWorkflowCommandOutput,
|
|
34
|
+
BedrockClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CancelAutomatedReasoningPolicyBuildWorkflowCommand extends CancelAutomatedReasoningPolicyBuildWorkflowCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CancelAutomatedReasoningPolicyBuildWorkflowRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CancelAutomatedReasoningPolicyBuildWorkflowCommandInput;
|
|
48
|
+
output: CancelAutomatedReasoningPolicyBuildWorkflowCommandOutput;
|
|
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
|
+
CreateAutomatedReasoningPolicyRequest,
|
|
10
|
+
CreateAutomatedReasoningPolicyResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateAutomatedReasoningPolicyCommandInput
|
|
15
|
+
extends CreateAutomatedReasoningPolicyRequest {}
|
|
16
|
+
export interface CreateAutomatedReasoningPolicyCommandOutput
|
|
17
|
+
extends CreateAutomatedReasoningPolicyResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateAutomatedReasoningPolicyCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateAutomatedReasoningPolicyCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateAutomatedReasoningPolicyCommandInput,
|
|
24
|
+
CreateAutomatedReasoningPolicyCommandOutput,
|
|
25
|
+
BedrockClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateAutomatedReasoningPolicyCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateAutomatedReasoningPolicyCommandInput,
|
|
33
|
+
CreateAutomatedReasoningPolicyCommandOutput,
|
|
34
|
+
BedrockClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateAutomatedReasoningPolicyCommand extends CreateAutomatedReasoningPolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateAutomatedReasoningPolicyRequest;
|
|
44
|
+
output: CreateAutomatedReasoningPolicyResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateAutomatedReasoningPolicyCommandInput;
|
|
48
|
+
output: CreateAutomatedReasoningPolicyCommandOutput;
|
|
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
|
+
CreateAutomatedReasoningPolicyTestCaseRequest,
|
|
10
|
+
CreateAutomatedReasoningPolicyTestCaseResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateAutomatedReasoningPolicyTestCaseCommandInput
|
|
15
|
+
extends CreateAutomatedReasoningPolicyTestCaseRequest {}
|
|
16
|
+
export interface CreateAutomatedReasoningPolicyTestCaseCommandOutput
|
|
17
|
+
extends CreateAutomatedReasoningPolicyTestCaseResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateAutomatedReasoningPolicyTestCaseCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateAutomatedReasoningPolicyTestCaseCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateAutomatedReasoningPolicyTestCaseCommandInput,
|
|
24
|
+
CreateAutomatedReasoningPolicyTestCaseCommandOutput,
|
|
25
|
+
BedrockClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateAutomatedReasoningPolicyTestCaseCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateAutomatedReasoningPolicyTestCaseCommandInput,
|
|
33
|
+
CreateAutomatedReasoningPolicyTestCaseCommandOutput,
|
|
34
|
+
BedrockClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateAutomatedReasoningPolicyTestCaseCommand extends CreateAutomatedReasoningPolicyTestCaseCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateAutomatedReasoningPolicyTestCaseRequest;
|
|
44
|
+
output: CreateAutomatedReasoningPolicyTestCaseResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateAutomatedReasoningPolicyTestCaseCommandInput;
|
|
48
|
+
output: CreateAutomatedReasoningPolicyTestCaseCommandOutput;
|
|
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
|
+
CreateAutomatedReasoningPolicyVersionRequest,
|
|
10
|
+
CreateAutomatedReasoningPolicyVersionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateAutomatedReasoningPolicyVersionCommandInput
|
|
15
|
+
extends CreateAutomatedReasoningPolicyVersionRequest {}
|
|
16
|
+
export interface CreateAutomatedReasoningPolicyVersionCommandOutput
|
|
17
|
+
extends CreateAutomatedReasoningPolicyVersionResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateAutomatedReasoningPolicyVersionCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateAutomatedReasoningPolicyVersionCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateAutomatedReasoningPolicyVersionCommandInput,
|
|
24
|
+
CreateAutomatedReasoningPolicyVersionCommandOutput,
|
|
25
|
+
BedrockClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateAutomatedReasoningPolicyVersionCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateAutomatedReasoningPolicyVersionCommandInput,
|
|
33
|
+
CreateAutomatedReasoningPolicyVersionCommandOutput,
|
|
34
|
+
BedrockClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateAutomatedReasoningPolicyVersionCommand extends CreateAutomatedReasoningPolicyVersionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateAutomatedReasoningPolicyVersionRequest;
|
|
44
|
+
output: CreateAutomatedReasoningPolicyVersionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateAutomatedReasoningPolicyVersionCommandInput;
|
|
48
|
+
output: CreateAutomatedReasoningPolicyVersionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
CreateGuardrailRequest,
|
|
10
10
|
CreateGuardrailResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface CreateGuardrailCommandInput extends CreateGuardrailRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
CreateModelInvocationJobRequest,
|
|
10
10
|
CreateModelInvocationJobResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface CreateModelInvocationJobCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
CreateProvisionedModelThroughputRequest,
|
|
10
10
|
CreateProvisionedModelThroughputResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface CreateProvisionedModelThroughputCommandInput
|
|
@@ -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
|
+
DeleteAutomatedReasoningPolicyBuildWorkflowRequest,
|
|
10
|
+
DeleteAutomatedReasoningPolicyBuildWorkflowResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteAutomatedReasoningPolicyBuildWorkflowCommandInput
|
|
15
|
+
extends DeleteAutomatedReasoningPolicyBuildWorkflowRequest {}
|
|
16
|
+
export interface DeleteAutomatedReasoningPolicyBuildWorkflowCommandOutput
|
|
17
|
+
extends DeleteAutomatedReasoningPolicyBuildWorkflowResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteAutomatedReasoningPolicyBuildWorkflowCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteAutomatedReasoningPolicyBuildWorkflowCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
24
|
+
DeleteAutomatedReasoningPolicyBuildWorkflowCommandOutput,
|
|
25
|
+
BedrockClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeleteAutomatedReasoningPolicyBuildWorkflowCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
33
|
+
DeleteAutomatedReasoningPolicyBuildWorkflowCommandOutput,
|
|
34
|
+
BedrockClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteAutomatedReasoningPolicyBuildWorkflowCommand extends DeleteAutomatedReasoningPolicyBuildWorkflowCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteAutomatedReasoningPolicyBuildWorkflowRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteAutomatedReasoningPolicyBuildWorkflowCommandInput;
|
|
48
|
+
output: DeleteAutomatedReasoningPolicyBuildWorkflowCommandOutput;
|
|
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
|
+
DeleteAutomatedReasoningPolicyRequest,
|
|
10
|
+
DeleteAutomatedReasoningPolicyResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteAutomatedReasoningPolicyCommandInput
|
|
15
|
+
extends DeleteAutomatedReasoningPolicyRequest {}
|
|
16
|
+
export interface DeleteAutomatedReasoningPolicyCommandOutput
|
|
17
|
+
extends DeleteAutomatedReasoningPolicyResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteAutomatedReasoningPolicyCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteAutomatedReasoningPolicyCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteAutomatedReasoningPolicyCommandInput,
|
|
24
|
+
DeleteAutomatedReasoningPolicyCommandOutput,
|
|
25
|
+
BedrockClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DeleteAutomatedReasoningPolicyCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteAutomatedReasoningPolicyCommandInput,
|
|
33
|
+
DeleteAutomatedReasoningPolicyCommandOutput,
|
|
34
|
+
BedrockClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteAutomatedReasoningPolicyCommand extends DeleteAutomatedReasoningPolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteAutomatedReasoningPolicyRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteAutomatedReasoningPolicyCommandInput;
|
|
48
|
+
output: DeleteAutomatedReasoningPolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|