@effect-aws/client-bedrock 1.10.3 → 1.10.7
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/dist/cjs/BedrockService.d.ts +154 -2
- package/dist/cjs/BedrockService.d.ts.map +1 -1
- package/dist/cjs/BedrockService.js +38 -0
- package/dist/cjs/BedrockService.js.map +1 -1
- package/dist/cjs/Errors.d.ts +3 -2
- package/dist/cjs/Errors.d.ts.map +1 -1
- package/dist/cjs/Errors.js +1 -0
- package/dist/cjs/Errors.js.map +1 -1
- package/dist/dts/BedrockService.d.ts +154 -2
- package/dist/dts/BedrockService.d.ts.map +1 -1
- package/dist/dts/Errors.d.ts +3 -2
- package/dist/dts/Errors.d.ts.map +1 -1
- package/dist/esm/BedrockService.js +39 -1
- package/dist/esm/BedrockService.js.map +1 -1
- package/dist/esm/Errors.js +1 -0
- package/dist/esm/Errors.js.map +1 -1
- package/package.json +1 -1
- package/src/BedrockService.ts +814 -0
- package/src/Errors.ts +3 -0
package/src/BedrockService.ts
CHANGED
|
@@ -7,9 +7,30 @@ import {
|
|
|
7
7
|
type BatchDeleteEvaluationJobCommandOutput,
|
|
8
8
|
type BedrockClient,
|
|
9
9
|
type BedrockClientConfig,
|
|
10
|
+
CancelAutomatedReasoningPolicyBuildWorkflowCommand,
|
|
11
|
+
type CancelAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
12
|
+
type CancelAutomatedReasoningPolicyBuildWorkflowCommandOutput,
|
|
13
|
+
CreateAutomatedReasoningPolicyCommand,
|
|
14
|
+
type CreateAutomatedReasoningPolicyCommandInput,
|
|
15
|
+
type CreateAutomatedReasoningPolicyCommandOutput,
|
|
16
|
+
CreateAutomatedReasoningPolicyTestCaseCommand,
|
|
17
|
+
type CreateAutomatedReasoningPolicyTestCaseCommandInput,
|
|
18
|
+
type CreateAutomatedReasoningPolicyTestCaseCommandOutput,
|
|
19
|
+
CreateAutomatedReasoningPolicyVersionCommand,
|
|
20
|
+
type CreateAutomatedReasoningPolicyVersionCommandInput,
|
|
21
|
+
type CreateAutomatedReasoningPolicyVersionCommandOutput,
|
|
22
|
+
CreateCustomModelCommand,
|
|
23
|
+
type CreateCustomModelCommandInput,
|
|
24
|
+
type CreateCustomModelCommandOutput,
|
|
25
|
+
CreateCustomModelDeploymentCommand,
|
|
26
|
+
type CreateCustomModelDeploymentCommandInput,
|
|
27
|
+
type CreateCustomModelDeploymentCommandOutput,
|
|
10
28
|
CreateEvaluationJobCommand,
|
|
11
29
|
type CreateEvaluationJobCommandInput,
|
|
12
30
|
type CreateEvaluationJobCommandOutput,
|
|
31
|
+
CreateFoundationModelAgreementCommand,
|
|
32
|
+
type CreateFoundationModelAgreementCommandInput,
|
|
33
|
+
type CreateFoundationModelAgreementCommandOutput,
|
|
13
34
|
CreateGuardrailCommand,
|
|
14
35
|
type CreateGuardrailCommandInput,
|
|
15
36
|
type CreateGuardrailCommandOutput,
|
|
@@ -40,9 +61,27 @@ import {
|
|
|
40
61
|
CreateProvisionedModelThroughputCommand,
|
|
41
62
|
type CreateProvisionedModelThroughputCommandInput,
|
|
42
63
|
type CreateProvisionedModelThroughputCommandOutput,
|
|
64
|
+
DeleteAutomatedReasoningPolicyBuildWorkflowCommand,
|
|
65
|
+
type DeleteAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
66
|
+
type DeleteAutomatedReasoningPolicyBuildWorkflowCommandOutput,
|
|
67
|
+
DeleteAutomatedReasoningPolicyCommand,
|
|
68
|
+
type DeleteAutomatedReasoningPolicyCommandInput,
|
|
69
|
+
type DeleteAutomatedReasoningPolicyCommandOutput,
|
|
70
|
+
DeleteAutomatedReasoningPolicyTestCaseCommand,
|
|
71
|
+
type DeleteAutomatedReasoningPolicyTestCaseCommandInput,
|
|
72
|
+
type DeleteAutomatedReasoningPolicyTestCaseCommandOutput,
|
|
43
73
|
DeleteCustomModelCommand,
|
|
44
74
|
type DeleteCustomModelCommandInput,
|
|
45
75
|
type DeleteCustomModelCommandOutput,
|
|
76
|
+
DeleteCustomModelDeploymentCommand,
|
|
77
|
+
type DeleteCustomModelDeploymentCommandInput,
|
|
78
|
+
type DeleteCustomModelDeploymentCommandOutput,
|
|
79
|
+
DeleteEnforcedGuardrailConfigurationCommand,
|
|
80
|
+
type DeleteEnforcedGuardrailConfigurationCommandInput,
|
|
81
|
+
type DeleteEnforcedGuardrailConfigurationCommandOutput,
|
|
82
|
+
DeleteFoundationModelAgreementCommand,
|
|
83
|
+
type DeleteFoundationModelAgreementCommandInput,
|
|
84
|
+
type DeleteFoundationModelAgreementCommandOutput,
|
|
46
85
|
DeleteGuardrailCommand,
|
|
47
86
|
type DeleteGuardrailCommandInput,
|
|
48
87
|
type DeleteGuardrailCommandOutput,
|
|
@@ -67,12 +106,42 @@ import {
|
|
|
67
106
|
DeregisterMarketplaceModelEndpointCommand,
|
|
68
107
|
type DeregisterMarketplaceModelEndpointCommandInput,
|
|
69
108
|
type DeregisterMarketplaceModelEndpointCommandOutput,
|
|
109
|
+
ExportAutomatedReasoningPolicyVersionCommand,
|
|
110
|
+
type ExportAutomatedReasoningPolicyVersionCommandInput,
|
|
111
|
+
type ExportAutomatedReasoningPolicyVersionCommandOutput,
|
|
112
|
+
GetAutomatedReasoningPolicyAnnotationsCommand,
|
|
113
|
+
type GetAutomatedReasoningPolicyAnnotationsCommandInput,
|
|
114
|
+
type GetAutomatedReasoningPolicyAnnotationsCommandOutput,
|
|
115
|
+
GetAutomatedReasoningPolicyBuildWorkflowCommand,
|
|
116
|
+
type GetAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
117
|
+
type GetAutomatedReasoningPolicyBuildWorkflowCommandOutput,
|
|
118
|
+
GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand,
|
|
119
|
+
type GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandInput,
|
|
120
|
+
type GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandOutput,
|
|
121
|
+
GetAutomatedReasoningPolicyCommand,
|
|
122
|
+
type GetAutomatedReasoningPolicyCommandInput,
|
|
123
|
+
type GetAutomatedReasoningPolicyCommandOutput,
|
|
124
|
+
GetAutomatedReasoningPolicyNextScenarioCommand,
|
|
125
|
+
type GetAutomatedReasoningPolicyNextScenarioCommandInput,
|
|
126
|
+
type GetAutomatedReasoningPolicyNextScenarioCommandOutput,
|
|
127
|
+
GetAutomatedReasoningPolicyTestCaseCommand,
|
|
128
|
+
type GetAutomatedReasoningPolicyTestCaseCommandInput,
|
|
129
|
+
type GetAutomatedReasoningPolicyTestCaseCommandOutput,
|
|
130
|
+
GetAutomatedReasoningPolicyTestResultCommand,
|
|
131
|
+
type GetAutomatedReasoningPolicyTestResultCommandInput,
|
|
132
|
+
type GetAutomatedReasoningPolicyTestResultCommandOutput,
|
|
70
133
|
GetCustomModelCommand,
|
|
71
134
|
type GetCustomModelCommandInput,
|
|
72
135
|
type GetCustomModelCommandOutput,
|
|
136
|
+
GetCustomModelDeploymentCommand,
|
|
137
|
+
type GetCustomModelDeploymentCommandInput,
|
|
138
|
+
type GetCustomModelDeploymentCommandOutput,
|
|
73
139
|
GetEvaluationJobCommand,
|
|
74
140
|
type GetEvaluationJobCommandInput,
|
|
75
141
|
type GetEvaluationJobCommandOutput,
|
|
142
|
+
GetFoundationModelAvailabilityCommand,
|
|
143
|
+
type GetFoundationModelAvailabilityCommandInput,
|
|
144
|
+
type GetFoundationModelAvailabilityCommandOutput,
|
|
76
145
|
GetFoundationModelCommand,
|
|
77
146
|
type GetFoundationModelCommandInput,
|
|
78
147
|
type GetFoundationModelCommandOutput,
|
|
@@ -109,12 +178,36 @@ import {
|
|
|
109
178
|
GetProvisionedModelThroughputCommand,
|
|
110
179
|
type GetProvisionedModelThroughputCommandInput,
|
|
111
180
|
type GetProvisionedModelThroughputCommandOutput,
|
|
181
|
+
GetUseCaseForModelAccessCommand,
|
|
182
|
+
type GetUseCaseForModelAccessCommandInput,
|
|
183
|
+
type GetUseCaseForModelAccessCommandOutput,
|
|
184
|
+
ListAutomatedReasoningPoliciesCommand,
|
|
185
|
+
type ListAutomatedReasoningPoliciesCommandInput,
|
|
186
|
+
type ListAutomatedReasoningPoliciesCommandOutput,
|
|
187
|
+
ListAutomatedReasoningPolicyBuildWorkflowsCommand,
|
|
188
|
+
type ListAutomatedReasoningPolicyBuildWorkflowsCommandInput,
|
|
189
|
+
type ListAutomatedReasoningPolicyBuildWorkflowsCommandOutput,
|
|
190
|
+
ListAutomatedReasoningPolicyTestCasesCommand,
|
|
191
|
+
type ListAutomatedReasoningPolicyTestCasesCommandInput,
|
|
192
|
+
type ListAutomatedReasoningPolicyTestCasesCommandOutput,
|
|
193
|
+
ListAutomatedReasoningPolicyTestResultsCommand,
|
|
194
|
+
type ListAutomatedReasoningPolicyTestResultsCommandInput,
|
|
195
|
+
type ListAutomatedReasoningPolicyTestResultsCommandOutput,
|
|
196
|
+
ListCustomModelDeploymentsCommand,
|
|
197
|
+
type ListCustomModelDeploymentsCommandInput,
|
|
198
|
+
type ListCustomModelDeploymentsCommandOutput,
|
|
112
199
|
ListCustomModelsCommand,
|
|
113
200
|
type ListCustomModelsCommandInput,
|
|
114
201
|
type ListCustomModelsCommandOutput,
|
|
202
|
+
ListEnforcedGuardrailsConfigurationCommand,
|
|
203
|
+
type ListEnforcedGuardrailsConfigurationCommandInput,
|
|
204
|
+
type ListEnforcedGuardrailsConfigurationCommandOutput,
|
|
115
205
|
ListEvaluationJobsCommand,
|
|
116
206
|
type ListEvaluationJobsCommandInput,
|
|
117
207
|
type ListEvaluationJobsCommandOutput,
|
|
208
|
+
ListFoundationModelAgreementOffersCommand,
|
|
209
|
+
type ListFoundationModelAgreementOffersCommandInput,
|
|
210
|
+
type ListFoundationModelAgreementOffersCommandOutput,
|
|
118
211
|
ListFoundationModelsCommand,
|
|
119
212
|
type ListFoundationModelsCommandInput,
|
|
120
213
|
type ListFoundationModelsCommandOutput,
|
|
@@ -151,12 +244,24 @@ import {
|
|
|
151
244
|
ListTagsForResourceCommand,
|
|
152
245
|
type ListTagsForResourceCommandInput,
|
|
153
246
|
type ListTagsForResourceCommandOutput,
|
|
247
|
+
PutEnforcedGuardrailConfigurationCommand,
|
|
248
|
+
type PutEnforcedGuardrailConfigurationCommandInput,
|
|
249
|
+
type PutEnforcedGuardrailConfigurationCommandOutput,
|
|
154
250
|
PutModelInvocationLoggingConfigurationCommand,
|
|
155
251
|
type PutModelInvocationLoggingConfigurationCommandInput,
|
|
156
252
|
type PutModelInvocationLoggingConfigurationCommandOutput,
|
|
253
|
+
PutUseCaseForModelAccessCommand,
|
|
254
|
+
type PutUseCaseForModelAccessCommandInput,
|
|
255
|
+
type PutUseCaseForModelAccessCommandOutput,
|
|
157
256
|
RegisterMarketplaceModelEndpointCommand,
|
|
158
257
|
type RegisterMarketplaceModelEndpointCommandInput,
|
|
159
258
|
type RegisterMarketplaceModelEndpointCommandOutput,
|
|
259
|
+
StartAutomatedReasoningPolicyBuildWorkflowCommand,
|
|
260
|
+
type StartAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
261
|
+
type StartAutomatedReasoningPolicyBuildWorkflowCommandOutput,
|
|
262
|
+
StartAutomatedReasoningPolicyTestWorkflowCommand,
|
|
263
|
+
type StartAutomatedReasoningPolicyTestWorkflowCommandInput,
|
|
264
|
+
type StartAutomatedReasoningPolicyTestWorkflowCommandOutput,
|
|
160
265
|
StopEvaluationJobCommand,
|
|
161
266
|
type StopEvaluationJobCommandInput,
|
|
162
267
|
type StopEvaluationJobCommandOutput,
|
|
@@ -172,6 +277,15 @@ import {
|
|
|
172
277
|
UntagResourceCommand,
|
|
173
278
|
type UntagResourceCommandInput,
|
|
174
279
|
type UntagResourceCommandOutput,
|
|
280
|
+
UpdateAutomatedReasoningPolicyAnnotationsCommand,
|
|
281
|
+
type UpdateAutomatedReasoningPolicyAnnotationsCommandInput,
|
|
282
|
+
type UpdateAutomatedReasoningPolicyAnnotationsCommandOutput,
|
|
283
|
+
UpdateAutomatedReasoningPolicyCommand,
|
|
284
|
+
type UpdateAutomatedReasoningPolicyCommandInput,
|
|
285
|
+
type UpdateAutomatedReasoningPolicyCommandOutput,
|
|
286
|
+
UpdateAutomatedReasoningPolicyTestCaseCommand,
|
|
287
|
+
type UpdateAutomatedReasoningPolicyTestCaseCommandInput,
|
|
288
|
+
type UpdateAutomatedReasoningPolicyTestCaseCommandOutput,
|
|
175
289
|
UpdateGuardrailCommand,
|
|
176
290
|
type UpdateGuardrailCommandInput,
|
|
177
291
|
type UpdateGuardrailCommandOutput,
|
|
@@ -192,6 +306,7 @@ import type {
|
|
|
192
306
|
AccessDeniedError,
|
|
193
307
|
ConflictError,
|
|
194
308
|
InternalServerError,
|
|
309
|
+
ResourceInUseError,
|
|
195
310
|
ResourceNotFoundError,
|
|
196
311
|
SdkError,
|
|
197
312
|
ServiceQuotaExceededError,
|
|
@@ -204,7 +319,14 @@ import { AllServiceErrors } from "./Errors.js";
|
|
|
204
319
|
|
|
205
320
|
const commands = {
|
|
206
321
|
BatchDeleteEvaluationJobCommand,
|
|
322
|
+
CancelAutomatedReasoningPolicyBuildWorkflowCommand,
|
|
323
|
+
CreateAutomatedReasoningPolicyCommand,
|
|
324
|
+
CreateAutomatedReasoningPolicyTestCaseCommand,
|
|
325
|
+
CreateAutomatedReasoningPolicyVersionCommand,
|
|
326
|
+
CreateCustomModelCommand,
|
|
327
|
+
CreateCustomModelDeploymentCommand,
|
|
207
328
|
CreateEvaluationJobCommand,
|
|
329
|
+
CreateFoundationModelAgreementCommand,
|
|
208
330
|
CreateGuardrailCommand,
|
|
209
331
|
CreateGuardrailVersionCommand,
|
|
210
332
|
CreateInferenceProfileCommand,
|
|
@@ -215,7 +337,13 @@ const commands = {
|
|
|
215
337
|
CreateModelInvocationJobCommand,
|
|
216
338
|
CreatePromptRouterCommand,
|
|
217
339
|
CreateProvisionedModelThroughputCommand,
|
|
340
|
+
DeleteAutomatedReasoningPolicyCommand,
|
|
341
|
+
DeleteAutomatedReasoningPolicyBuildWorkflowCommand,
|
|
342
|
+
DeleteAutomatedReasoningPolicyTestCaseCommand,
|
|
218
343
|
DeleteCustomModelCommand,
|
|
344
|
+
DeleteCustomModelDeploymentCommand,
|
|
345
|
+
DeleteEnforcedGuardrailConfigurationCommand,
|
|
346
|
+
DeleteFoundationModelAgreementCommand,
|
|
219
347
|
DeleteGuardrailCommand,
|
|
220
348
|
DeleteImportedModelCommand,
|
|
221
349
|
DeleteInferenceProfileCommand,
|
|
@@ -224,9 +352,19 @@ const commands = {
|
|
|
224
352
|
DeletePromptRouterCommand,
|
|
225
353
|
DeleteProvisionedModelThroughputCommand,
|
|
226
354
|
DeregisterMarketplaceModelEndpointCommand,
|
|
355
|
+
ExportAutomatedReasoningPolicyVersionCommand,
|
|
356
|
+
GetAutomatedReasoningPolicyCommand,
|
|
357
|
+
GetAutomatedReasoningPolicyAnnotationsCommand,
|
|
358
|
+
GetAutomatedReasoningPolicyBuildWorkflowCommand,
|
|
359
|
+
GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand,
|
|
360
|
+
GetAutomatedReasoningPolicyNextScenarioCommand,
|
|
361
|
+
GetAutomatedReasoningPolicyTestCaseCommand,
|
|
362
|
+
GetAutomatedReasoningPolicyTestResultCommand,
|
|
227
363
|
GetCustomModelCommand,
|
|
364
|
+
GetCustomModelDeploymentCommand,
|
|
228
365
|
GetEvaluationJobCommand,
|
|
229
366
|
GetFoundationModelCommand,
|
|
367
|
+
GetFoundationModelAvailabilityCommand,
|
|
230
368
|
GetGuardrailCommand,
|
|
231
369
|
GetImportedModelCommand,
|
|
232
370
|
GetInferenceProfileCommand,
|
|
@@ -238,8 +376,16 @@ const commands = {
|
|
|
238
376
|
GetModelInvocationLoggingConfigurationCommand,
|
|
239
377
|
GetPromptRouterCommand,
|
|
240
378
|
GetProvisionedModelThroughputCommand,
|
|
379
|
+
GetUseCaseForModelAccessCommand,
|
|
380
|
+
ListAutomatedReasoningPoliciesCommand,
|
|
381
|
+
ListAutomatedReasoningPolicyBuildWorkflowsCommand,
|
|
382
|
+
ListAutomatedReasoningPolicyTestCasesCommand,
|
|
383
|
+
ListAutomatedReasoningPolicyTestResultsCommand,
|
|
384
|
+
ListCustomModelDeploymentsCommand,
|
|
241
385
|
ListCustomModelsCommand,
|
|
386
|
+
ListEnforcedGuardrailsConfigurationCommand,
|
|
242
387
|
ListEvaluationJobsCommand,
|
|
388
|
+
ListFoundationModelAgreementOffersCommand,
|
|
243
389
|
ListFoundationModelsCommand,
|
|
244
390
|
ListGuardrailsCommand,
|
|
245
391
|
ListImportedModelsCommand,
|
|
@@ -252,13 +398,20 @@ const commands = {
|
|
|
252
398
|
ListPromptRoutersCommand,
|
|
253
399
|
ListProvisionedModelThroughputsCommand,
|
|
254
400
|
ListTagsForResourceCommand,
|
|
401
|
+
PutEnforcedGuardrailConfigurationCommand,
|
|
255
402
|
PutModelInvocationLoggingConfigurationCommand,
|
|
403
|
+
PutUseCaseForModelAccessCommand,
|
|
256
404
|
RegisterMarketplaceModelEndpointCommand,
|
|
405
|
+
StartAutomatedReasoningPolicyBuildWorkflowCommand,
|
|
406
|
+
StartAutomatedReasoningPolicyTestWorkflowCommand,
|
|
257
407
|
StopEvaluationJobCommand,
|
|
258
408
|
StopModelCustomizationJobCommand,
|
|
259
409
|
StopModelInvocationJobCommand,
|
|
260
410
|
TagResourceCommand,
|
|
261
411
|
UntagResourceCommand,
|
|
412
|
+
UpdateAutomatedReasoningPolicyCommand,
|
|
413
|
+
UpdateAutomatedReasoningPolicyAnnotationsCommand,
|
|
414
|
+
UpdateAutomatedReasoningPolicyTestCaseCommand,
|
|
262
415
|
UpdateGuardrailCommand,
|
|
263
416
|
UpdateMarketplaceModelEndpointCommand,
|
|
264
417
|
UpdateProvisionedModelThroughputCommand,
|
|
@@ -285,6 +438,121 @@ interface BedrockService$ {
|
|
|
285
438
|
| ValidationError
|
|
286
439
|
>;
|
|
287
440
|
|
|
441
|
+
/**
|
|
442
|
+
* @see {@link CancelAutomatedReasoningPolicyBuildWorkflowCommand}
|
|
443
|
+
*/
|
|
444
|
+
cancelAutomatedReasoningPolicyBuildWorkflow(
|
|
445
|
+
args: CancelAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
446
|
+
options?: HttpHandlerOptions,
|
|
447
|
+
): Effect.Effect<
|
|
448
|
+
CancelAutomatedReasoningPolicyBuildWorkflowCommandOutput,
|
|
449
|
+
| Cause.TimeoutException
|
|
450
|
+
| SdkError
|
|
451
|
+
| AccessDeniedError
|
|
452
|
+
| InternalServerError
|
|
453
|
+
| ResourceNotFoundError
|
|
454
|
+
| ThrottlingError
|
|
455
|
+
| ValidationError
|
|
456
|
+
>;
|
|
457
|
+
|
|
458
|
+
/**
|
|
459
|
+
* @see {@link CreateAutomatedReasoningPolicyCommand}
|
|
460
|
+
*/
|
|
461
|
+
createAutomatedReasoningPolicy(
|
|
462
|
+
args: CreateAutomatedReasoningPolicyCommandInput,
|
|
463
|
+
options?: HttpHandlerOptions,
|
|
464
|
+
): Effect.Effect<
|
|
465
|
+
CreateAutomatedReasoningPolicyCommandOutput,
|
|
466
|
+
| Cause.TimeoutException
|
|
467
|
+
| SdkError
|
|
468
|
+
| AccessDeniedError
|
|
469
|
+
| ConflictError
|
|
470
|
+
| InternalServerError
|
|
471
|
+
| ResourceNotFoundError
|
|
472
|
+
| ServiceQuotaExceededError
|
|
473
|
+
| ThrottlingError
|
|
474
|
+
| TooManyTagsError
|
|
475
|
+
| ValidationError
|
|
476
|
+
>;
|
|
477
|
+
|
|
478
|
+
/**
|
|
479
|
+
* @see {@link CreateAutomatedReasoningPolicyTestCaseCommand}
|
|
480
|
+
*/
|
|
481
|
+
createAutomatedReasoningPolicyTestCase(
|
|
482
|
+
args: CreateAutomatedReasoningPolicyTestCaseCommandInput,
|
|
483
|
+
options?: HttpHandlerOptions,
|
|
484
|
+
): Effect.Effect<
|
|
485
|
+
CreateAutomatedReasoningPolicyTestCaseCommandOutput,
|
|
486
|
+
| Cause.TimeoutException
|
|
487
|
+
| SdkError
|
|
488
|
+
| AccessDeniedError
|
|
489
|
+
| ConflictError
|
|
490
|
+
| InternalServerError
|
|
491
|
+
| ResourceNotFoundError
|
|
492
|
+
| ServiceQuotaExceededError
|
|
493
|
+
| ThrottlingError
|
|
494
|
+
| ValidationError
|
|
495
|
+
>;
|
|
496
|
+
|
|
497
|
+
/**
|
|
498
|
+
* @see {@link CreateAutomatedReasoningPolicyVersionCommand}
|
|
499
|
+
*/
|
|
500
|
+
createAutomatedReasoningPolicyVersion(
|
|
501
|
+
args: CreateAutomatedReasoningPolicyVersionCommandInput,
|
|
502
|
+
options?: HttpHandlerOptions,
|
|
503
|
+
): Effect.Effect<
|
|
504
|
+
CreateAutomatedReasoningPolicyVersionCommandOutput,
|
|
505
|
+
| Cause.TimeoutException
|
|
506
|
+
| SdkError
|
|
507
|
+
| AccessDeniedError
|
|
508
|
+
| ConflictError
|
|
509
|
+
| InternalServerError
|
|
510
|
+
| ResourceNotFoundError
|
|
511
|
+
| ServiceQuotaExceededError
|
|
512
|
+
| ThrottlingError
|
|
513
|
+
| TooManyTagsError
|
|
514
|
+
| ValidationError
|
|
515
|
+
>;
|
|
516
|
+
|
|
517
|
+
/**
|
|
518
|
+
* @see {@link CreateCustomModelCommand}
|
|
519
|
+
*/
|
|
520
|
+
createCustomModel(
|
|
521
|
+
args: CreateCustomModelCommandInput,
|
|
522
|
+
options?: HttpHandlerOptions,
|
|
523
|
+
): Effect.Effect<
|
|
524
|
+
CreateCustomModelCommandOutput,
|
|
525
|
+
| Cause.TimeoutException
|
|
526
|
+
| SdkError
|
|
527
|
+
| AccessDeniedError
|
|
528
|
+
| ConflictError
|
|
529
|
+
| InternalServerError
|
|
530
|
+
| ResourceNotFoundError
|
|
531
|
+
| ServiceQuotaExceededError
|
|
532
|
+
| ThrottlingError
|
|
533
|
+
| TooManyTagsError
|
|
534
|
+
| ValidationError
|
|
535
|
+
>;
|
|
536
|
+
|
|
537
|
+
/**
|
|
538
|
+
* @see {@link CreateCustomModelDeploymentCommand}
|
|
539
|
+
*/
|
|
540
|
+
createCustomModelDeployment(
|
|
541
|
+
args: CreateCustomModelDeploymentCommandInput,
|
|
542
|
+
options?: HttpHandlerOptions,
|
|
543
|
+
): Effect.Effect<
|
|
544
|
+
CreateCustomModelDeploymentCommandOutput,
|
|
545
|
+
| Cause.TimeoutException
|
|
546
|
+
| SdkError
|
|
547
|
+
| AccessDeniedError
|
|
548
|
+
| InternalServerError
|
|
549
|
+
| ResourceNotFoundError
|
|
550
|
+
| ServiceQuotaExceededError
|
|
551
|
+
| ThrottlingError
|
|
552
|
+
| TooManyTagsError
|
|
553
|
+
| ValidationError
|
|
554
|
+
>;
|
|
555
|
+
|
|
288
556
|
/**
|
|
289
557
|
* @see {@link CreateEvaluationJobCommand}
|
|
290
558
|
*/
|
|
@@ -304,6 +572,24 @@ interface BedrockService$ {
|
|
|
304
572
|
| ValidationError
|
|
305
573
|
>;
|
|
306
574
|
|
|
575
|
+
/**
|
|
576
|
+
* @see {@link CreateFoundationModelAgreementCommand}
|
|
577
|
+
*/
|
|
578
|
+
createFoundationModelAgreement(
|
|
579
|
+
args: CreateFoundationModelAgreementCommandInput,
|
|
580
|
+
options?: HttpHandlerOptions,
|
|
581
|
+
): Effect.Effect<
|
|
582
|
+
CreateFoundationModelAgreementCommandOutput,
|
|
583
|
+
| Cause.TimeoutException
|
|
584
|
+
| SdkError
|
|
585
|
+
| AccessDeniedError
|
|
586
|
+
| ConflictError
|
|
587
|
+
| InternalServerError
|
|
588
|
+
| ResourceNotFoundError
|
|
589
|
+
| ThrottlingError
|
|
590
|
+
| ValidationError
|
|
591
|
+
>;
|
|
592
|
+
|
|
307
593
|
/**
|
|
308
594
|
* @see {@link CreateGuardrailCommand}
|
|
309
595
|
*/
|
|
@@ -496,6 +782,63 @@ interface BedrockService$ {
|
|
|
496
782
|
| ValidationError
|
|
497
783
|
>;
|
|
498
784
|
|
|
785
|
+
/**
|
|
786
|
+
* @see {@link DeleteAutomatedReasoningPolicyCommand}
|
|
787
|
+
*/
|
|
788
|
+
deleteAutomatedReasoningPolicy(
|
|
789
|
+
args: DeleteAutomatedReasoningPolicyCommandInput,
|
|
790
|
+
options?: HttpHandlerOptions,
|
|
791
|
+
): Effect.Effect<
|
|
792
|
+
DeleteAutomatedReasoningPolicyCommandOutput,
|
|
793
|
+
| Cause.TimeoutException
|
|
794
|
+
| SdkError
|
|
795
|
+
| AccessDeniedError
|
|
796
|
+
| ConflictError
|
|
797
|
+
| InternalServerError
|
|
798
|
+
| ResourceInUseError
|
|
799
|
+
| ResourceNotFoundError
|
|
800
|
+
| ThrottlingError
|
|
801
|
+
| ValidationError
|
|
802
|
+
>;
|
|
803
|
+
|
|
804
|
+
/**
|
|
805
|
+
* @see {@link DeleteAutomatedReasoningPolicyBuildWorkflowCommand}
|
|
806
|
+
*/
|
|
807
|
+
deleteAutomatedReasoningPolicyBuildWorkflow(
|
|
808
|
+
args: DeleteAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
809
|
+
options?: HttpHandlerOptions,
|
|
810
|
+
): Effect.Effect<
|
|
811
|
+
DeleteAutomatedReasoningPolicyBuildWorkflowCommandOutput,
|
|
812
|
+
| Cause.TimeoutException
|
|
813
|
+
| SdkError
|
|
814
|
+
| AccessDeniedError
|
|
815
|
+
| ConflictError
|
|
816
|
+
| InternalServerError
|
|
817
|
+
| ResourceInUseError
|
|
818
|
+
| ResourceNotFoundError
|
|
819
|
+
| ThrottlingError
|
|
820
|
+
| ValidationError
|
|
821
|
+
>;
|
|
822
|
+
|
|
823
|
+
/**
|
|
824
|
+
* @see {@link DeleteAutomatedReasoningPolicyTestCaseCommand}
|
|
825
|
+
*/
|
|
826
|
+
deleteAutomatedReasoningPolicyTestCase(
|
|
827
|
+
args: DeleteAutomatedReasoningPolicyTestCaseCommandInput,
|
|
828
|
+
options?: HttpHandlerOptions,
|
|
829
|
+
): Effect.Effect<
|
|
830
|
+
DeleteAutomatedReasoningPolicyTestCaseCommandOutput,
|
|
831
|
+
| Cause.TimeoutException
|
|
832
|
+
| SdkError
|
|
833
|
+
| AccessDeniedError
|
|
834
|
+
| ConflictError
|
|
835
|
+
| InternalServerError
|
|
836
|
+
| ResourceInUseError
|
|
837
|
+
| ResourceNotFoundError
|
|
838
|
+
| ThrottlingError
|
|
839
|
+
| ValidationError
|
|
840
|
+
>;
|
|
841
|
+
|
|
499
842
|
/**
|
|
500
843
|
* @see {@link DeleteCustomModelCommand}
|
|
501
844
|
*/
|
|
@@ -514,6 +857,59 @@ interface BedrockService$ {
|
|
|
514
857
|
| ValidationError
|
|
515
858
|
>;
|
|
516
859
|
|
|
860
|
+
/**
|
|
861
|
+
* @see {@link DeleteCustomModelDeploymentCommand}
|
|
862
|
+
*/
|
|
863
|
+
deleteCustomModelDeployment(
|
|
864
|
+
args: DeleteCustomModelDeploymentCommandInput,
|
|
865
|
+
options?: HttpHandlerOptions,
|
|
866
|
+
): Effect.Effect<
|
|
867
|
+
DeleteCustomModelDeploymentCommandOutput,
|
|
868
|
+
| Cause.TimeoutException
|
|
869
|
+
| SdkError
|
|
870
|
+
| AccessDeniedError
|
|
871
|
+
| ConflictError
|
|
872
|
+
| InternalServerError
|
|
873
|
+
| ResourceNotFoundError
|
|
874
|
+
| ThrottlingError
|
|
875
|
+
| ValidationError
|
|
876
|
+
>;
|
|
877
|
+
|
|
878
|
+
/**
|
|
879
|
+
* @see {@link DeleteEnforcedGuardrailConfigurationCommand}
|
|
880
|
+
*/
|
|
881
|
+
deleteEnforcedGuardrailConfiguration(
|
|
882
|
+
args: DeleteEnforcedGuardrailConfigurationCommandInput,
|
|
883
|
+
options?: HttpHandlerOptions,
|
|
884
|
+
): Effect.Effect<
|
|
885
|
+
DeleteEnforcedGuardrailConfigurationCommandOutput,
|
|
886
|
+
| Cause.TimeoutException
|
|
887
|
+
| SdkError
|
|
888
|
+
| AccessDeniedError
|
|
889
|
+
| InternalServerError
|
|
890
|
+
| ResourceNotFoundError
|
|
891
|
+
| ThrottlingError
|
|
892
|
+
| ValidationError
|
|
893
|
+
>;
|
|
894
|
+
|
|
895
|
+
/**
|
|
896
|
+
* @see {@link DeleteFoundationModelAgreementCommand}
|
|
897
|
+
*/
|
|
898
|
+
deleteFoundationModelAgreement(
|
|
899
|
+
args: DeleteFoundationModelAgreementCommandInput,
|
|
900
|
+
options?: HttpHandlerOptions,
|
|
901
|
+
): Effect.Effect<
|
|
902
|
+
DeleteFoundationModelAgreementCommandOutput,
|
|
903
|
+
| Cause.TimeoutException
|
|
904
|
+
| SdkError
|
|
905
|
+
| AccessDeniedError
|
|
906
|
+
| ConflictError
|
|
907
|
+
| InternalServerError
|
|
908
|
+
| ResourceNotFoundError
|
|
909
|
+
| ThrottlingError
|
|
910
|
+
| ValidationError
|
|
911
|
+
>;
|
|
912
|
+
|
|
517
913
|
/**
|
|
518
914
|
* @see {@link DeleteGuardrailCommand}
|
|
519
915
|
*/
|
|
@@ -649,6 +1045,142 @@ interface BedrockService$ {
|
|
|
649
1045
|
| ValidationError
|
|
650
1046
|
>;
|
|
651
1047
|
|
|
1048
|
+
/**
|
|
1049
|
+
* @see {@link ExportAutomatedReasoningPolicyVersionCommand}
|
|
1050
|
+
*/
|
|
1051
|
+
exportAutomatedReasoningPolicyVersion(
|
|
1052
|
+
args: ExportAutomatedReasoningPolicyVersionCommandInput,
|
|
1053
|
+
options?: HttpHandlerOptions,
|
|
1054
|
+
): Effect.Effect<
|
|
1055
|
+
ExportAutomatedReasoningPolicyVersionCommandOutput,
|
|
1056
|
+
| Cause.TimeoutException
|
|
1057
|
+
| SdkError
|
|
1058
|
+
| AccessDeniedError
|
|
1059
|
+
| InternalServerError
|
|
1060
|
+
| ResourceNotFoundError
|
|
1061
|
+
| ThrottlingError
|
|
1062
|
+
| ValidationError
|
|
1063
|
+
>;
|
|
1064
|
+
|
|
1065
|
+
/**
|
|
1066
|
+
* @see {@link GetAutomatedReasoningPolicyCommand}
|
|
1067
|
+
*/
|
|
1068
|
+
getAutomatedReasoningPolicy(
|
|
1069
|
+
args: GetAutomatedReasoningPolicyCommandInput,
|
|
1070
|
+
options?: HttpHandlerOptions,
|
|
1071
|
+
): Effect.Effect<
|
|
1072
|
+
GetAutomatedReasoningPolicyCommandOutput,
|
|
1073
|
+
| Cause.TimeoutException
|
|
1074
|
+
| SdkError
|
|
1075
|
+
| AccessDeniedError
|
|
1076
|
+
| InternalServerError
|
|
1077
|
+
| ResourceNotFoundError
|
|
1078
|
+
| ThrottlingError
|
|
1079
|
+
| ValidationError
|
|
1080
|
+
>;
|
|
1081
|
+
|
|
1082
|
+
/**
|
|
1083
|
+
* @see {@link GetAutomatedReasoningPolicyAnnotationsCommand}
|
|
1084
|
+
*/
|
|
1085
|
+
getAutomatedReasoningPolicyAnnotations(
|
|
1086
|
+
args: GetAutomatedReasoningPolicyAnnotationsCommandInput,
|
|
1087
|
+
options?: HttpHandlerOptions,
|
|
1088
|
+
): Effect.Effect<
|
|
1089
|
+
GetAutomatedReasoningPolicyAnnotationsCommandOutput,
|
|
1090
|
+
| Cause.TimeoutException
|
|
1091
|
+
| SdkError
|
|
1092
|
+
| AccessDeniedError
|
|
1093
|
+
| InternalServerError
|
|
1094
|
+
| ResourceNotFoundError
|
|
1095
|
+
| ThrottlingError
|
|
1096
|
+
| ValidationError
|
|
1097
|
+
>;
|
|
1098
|
+
|
|
1099
|
+
/**
|
|
1100
|
+
* @see {@link GetAutomatedReasoningPolicyBuildWorkflowCommand}
|
|
1101
|
+
*/
|
|
1102
|
+
getAutomatedReasoningPolicyBuildWorkflow(
|
|
1103
|
+
args: GetAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
1104
|
+
options?: HttpHandlerOptions,
|
|
1105
|
+
): Effect.Effect<
|
|
1106
|
+
GetAutomatedReasoningPolicyBuildWorkflowCommandOutput,
|
|
1107
|
+
| Cause.TimeoutException
|
|
1108
|
+
| SdkError
|
|
1109
|
+
| AccessDeniedError
|
|
1110
|
+
| InternalServerError
|
|
1111
|
+
| ResourceNotFoundError
|
|
1112
|
+
| ThrottlingError
|
|
1113
|
+
| ValidationError
|
|
1114
|
+
>;
|
|
1115
|
+
|
|
1116
|
+
/**
|
|
1117
|
+
* @see {@link GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand}
|
|
1118
|
+
*/
|
|
1119
|
+
getAutomatedReasoningPolicyBuildWorkflowResultAssets(
|
|
1120
|
+
args: GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandInput,
|
|
1121
|
+
options?: HttpHandlerOptions,
|
|
1122
|
+
): Effect.Effect<
|
|
1123
|
+
GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandOutput,
|
|
1124
|
+
| Cause.TimeoutException
|
|
1125
|
+
| SdkError
|
|
1126
|
+
| AccessDeniedError
|
|
1127
|
+
| InternalServerError
|
|
1128
|
+
| ResourceNotFoundError
|
|
1129
|
+
| ThrottlingError
|
|
1130
|
+
| ValidationError
|
|
1131
|
+
>;
|
|
1132
|
+
|
|
1133
|
+
/**
|
|
1134
|
+
* @see {@link GetAutomatedReasoningPolicyNextScenarioCommand}
|
|
1135
|
+
*/
|
|
1136
|
+
getAutomatedReasoningPolicyNextScenario(
|
|
1137
|
+
args: GetAutomatedReasoningPolicyNextScenarioCommandInput,
|
|
1138
|
+
options?: HttpHandlerOptions,
|
|
1139
|
+
): Effect.Effect<
|
|
1140
|
+
GetAutomatedReasoningPolicyNextScenarioCommandOutput,
|
|
1141
|
+
| Cause.TimeoutException
|
|
1142
|
+
| SdkError
|
|
1143
|
+
| AccessDeniedError
|
|
1144
|
+
| InternalServerError
|
|
1145
|
+
| ResourceNotFoundError
|
|
1146
|
+
| ThrottlingError
|
|
1147
|
+
| ValidationError
|
|
1148
|
+
>;
|
|
1149
|
+
|
|
1150
|
+
/**
|
|
1151
|
+
* @see {@link GetAutomatedReasoningPolicyTestCaseCommand}
|
|
1152
|
+
*/
|
|
1153
|
+
getAutomatedReasoningPolicyTestCase(
|
|
1154
|
+
args: GetAutomatedReasoningPolicyTestCaseCommandInput,
|
|
1155
|
+
options?: HttpHandlerOptions,
|
|
1156
|
+
): Effect.Effect<
|
|
1157
|
+
GetAutomatedReasoningPolicyTestCaseCommandOutput,
|
|
1158
|
+
| Cause.TimeoutException
|
|
1159
|
+
| SdkError
|
|
1160
|
+
| AccessDeniedError
|
|
1161
|
+
| InternalServerError
|
|
1162
|
+
| ResourceNotFoundError
|
|
1163
|
+
| ThrottlingError
|
|
1164
|
+
| ValidationError
|
|
1165
|
+
>;
|
|
1166
|
+
|
|
1167
|
+
/**
|
|
1168
|
+
* @see {@link GetAutomatedReasoningPolicyTestResultCommand}
|
|
1169
|
+
*/
|
|
1170
|
+
getAutomatedReasoningPolicyTestResult(
|
|
1171
|
+
args: GetAutomatedReasoningPolicyTestResultCommandInput,
|
|
1172
|
+
options?: HttpHandlerOptions,
|
|
1173
|
+
): Effect.Effect<
|
|
1174
|
+
GetAutomatedReasoningPolicyTestResultCommandOutput,
|
|
1175
|
+
| Cause.TimeoutException
|
|
1176
|
+
| SdkError
|
|
1177
|
+
| AccessDeniedError
|
|
1178
|
+
| InternalServerError
|
|
1179
|
+
| ResourceNotFoundError
|
|
1180
|
+
| ThrottlingError
|
|
1181
|
+
| ValidationError
|
|
1182
|
+
>;
|
|
1183
|
+
|
|
652
1184
|
/**
|
|
653
1185
|
* @see {@link GetCustomModelCommand}
|
|
654
1186
|
*/
|
|
@@ -666,6 +1198,23 @@ interface BedrockService$ {
|
|
|
666
1198
|
| ValidationError
|
|
667
1199
|
>;
|
|
668
1200
|
|
|
1201
|
+
/**
|
|
1202
|
+
* @see {@link GetCustomModelDeploymentCommand}
|
|
1203
|
+
*/
|
|
1204
|
+
getCustomModelDeployment(
|
|
1205
|
+
args: GetCustomModelDeploymentCommandInput,
|
|
1206
|
+
options?: HttpHandlerOptions,
|
|
1207
|
+
): Effect.Effect<
|
|
1208
|
+
GetCustomModelDeploymentCommandOutput,
|
|
1209
|
+
| Cause.TimeoutException
|
|
1210
|
+
| SdkError
|
|
1211
|
+
| AccessDeniedError
|
|
1212
|
+
| InternalServerError
|
|
1213
|
+
| ResourceNotFoundError
|
|
1214
|
+
| ThrottlingError
|
|
1215
|
+
| ValidationError
|
|
1216
|
+
>;
|
|
1217
|
+
|
|
669
1218
|
/**
|
|
670
1219
|
* @see {@link GetEvaluationJobCommand}
|
|
671
1220
|
*/
|
|
@@ -700,6 +1249,23 @@ interface BedrockService$ {
|
|
|
700
1249
|
| ValidationError
|
|
701
1250
|
>;
|
|
702
1251
|
|
|
1252
|
+
/**
|
|
1253
|
+
* @see {@link GetFoundationModelAvailabilityCommand}
|
|
1254
|
+
*/
|
|
1255
|
+
getFoundationModelAvailability(
|
|
1256
|
+
args: GetFoundationModelAvailabilityCommandInput,
|
|
1257
|
+
options?: HttpHandlerOptions,
|
|
1258
|
+
): Effect.Effect<
|
|
1259
|
+
GetFoundationModelAvailabilityCommandOutput,
|
|
1260
|
+
| Cause.TimeoutException
|
|
1261
|
+
| SdkError
|
|
1262
|
+
| AccessDeniedError
|
|
1263
|
+
| InternalServerError
|
|
1264
|
+
| ResourceNotFoundError
|
|
1265
|
+
| ThrottlingError
|
|
1266
|
+
| ValidationError
|
|
1267
|
+
>;
|
|
1268
|
+
|
|
703
1269
|
/**
|
|
704
1270
|
* @see {@link GetGuardrailCommand}
|
|
705
1271
|
*/
|
|
@@ -881,6 +1447,97 @@ interface BedrockService$ {
|
|
|
881
1447
|
| ValidationError
|
|
882
1448
|
>;
|
|
883
1449
|
|
|
1450
|
+
/**
|
|
1451
|
+
* @see {@link GetUseCaseForModelAccessCommand}
|
|
1452
|
+
*/
|
|
1453
|
+
getUseCaseForModelAccess(
|
|
1454
|
+
args: GetUseCaseForModelAccessCommandInput,
|
|
1455
|
+
options?: HttpHandlerOptions,
|
|
1456
|
+
): Effect.Effect<
|
|
1457
|
+
GetUseCaseForModelAccessCommandOutput,
|
|
1458
|
+
Cause.TimeoutException | SdkError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
|
|
1459
|
+
>;
|
|
1460
|
+
|
|
1461
|
+
/**
|
|
1462
|
+
* @see {@link ListAutomatedReasoningPoliciesCommand}
|
|
1463
|
+
*/
|
|
1464
|
+
listAutomatedReasoningPolicies(
|
|
1465
|
+
args: ListAutomatedReasoningPoliciesCommandInput,
|
|
1466
|
+
options?: HttpHandlerOptions,
|
|
1467
|
+
): Effect.Effect<
|
|
1468
|
+
ListAutomatedReasoningPoliciesCommandOutput,
|
|
1469
|
+
| Cause.TimeoutException
|
|
1470
|
+
| SdkError
|
|
1471
|
+
| AccessDeniedError
|
|
1472
|
+
| InternalServerError
|
|
1473
|
+
| ResourceNotFoundError
|
|
1474
|
+
| ThrottlingError
|
|
1475
|
+
| ValidationError
|
|
1476
|
+
>;
|
|
1477
|
+
|
|
1478
|
+
/**
|
|
1479
|
+
* @see {@link ListAutomatedReasoningPolicyBuildWorkflowsCommand}
|
|
1480
|
+
*/
|
|
1481
|
+
listAutomatedReasoningPolicyBuildWorkflows(
|
|
1482
|
+
args: ListAutomatedReasoningPolicyBuildWorkflowsCommandInput,
|
|
1483
|
+
options?: HttpHandlerOptions,
|
|
1484
|
+
): Effect.Effect<
|
|
1485
|
+
ListAutomatedReasoningPolicyBuildWorkflowsCommandOutput,
|
|
1486
|
+
| Cause.TimeoutException
|
|
1487
|
+
| SdkError
|
|
1488
|
+
| AccessDeniedError
|
|
1489
|
+
| InternalServerError
|
|
1490
|
+
| ResourceNotFoundError
|
|
1491
|
+
| ThrottlingError
|
|
1492
|
+
| ValidationError
|
|
1493
|
+
>;
|
|
1494
|
+
|
|
1495
|
+
/**
|
|
1496
|
+
* @see {@link ListAutomatedReasoningPolicyTestCasesCommand}
|
|
1497
|
+
*/
|
|
1498
|
+
listAutomatedReasoningPolicyTestCases(
|
|
1499
|
+
args: ListAutomatedReasoningPolicyTestCasesCommandInput,
|
|
1500
|
+
options?: HttpHandlerOptions,
|
|
1501
|
+
): Effect.Effect<
|
|
1502
|
+
ListAutomatedReasoningPolicyTestCasesCommandOutput,
|
|
1503
|
+
| Cause.TimeoutException
|
|
1504
|
+
| SdkError
|
|
1505
|
+
| AccessDeniedError
|
|
1506
|
+
| InternalServerError
|
|
1507
|
+
| ResourceNotFoundError
|
|
1508
|
+
| ThrottlingError
|
|
1509
|
+
| ValidationError
|
|
1510
|
+
>;
|
|
1511
|
+
|
|
1512
|
+
/**
|
|
1513
|
+
* @see {@link ListAutomatedReasoningPolicyTestResultsCommand}
|
|
1514
|
+
*/
|
|
1515
|
+
listAutomatedReasoningPolicyTestResults(
|
|
1516
|
+
args: ListAutomatedReasoningPolicyTestResultsCommandInput,
|
|
1517
|
+
options?: HttpHandlerOptions,
|
|
1518
|
+
): Effect.Effect<
|
|
1519
|
+
ListAutomatedReasoningPolicyTestResultsCommandOutput,
|
|
1520
|
+
| Cause.TimeoutException
|
|
1521
|
+
| SdkError
|
|
1522
|
+
| AccessDeniedError
|
|
1523
|
+
| InternalServerError
|
|
1524
|
+
| ResourceNotFoundError
|
|
1525
|
+
| ServiceQuotaExceededError
|
|
1526
|
+
| ThrottlingError
|
|
1527
|
+
| ValidationError
|
|
1528
|
+
>;
|
|
1529
|
+
|
|
1530
|
+
/**
|
|
1531
|
+
* @see {@link ListCustomModelDeploymentsCommand}
|
|
1532
|
+
*/
|
|
1533
|
+
listCustomModelDeployments(
|
|
1534
|
+
args: ListCustomModelDeploymentsCommandInput,
|
|
1535
|
+
options?: HttpHandlerOptions,
|
|
1536
|
+
): Effect.Effect<
|
|
1537
|
+
ListCustomModelDeploymentsCommandOutput,
|
|
1538
|
+
Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
|
|
1539
|
+
>;
|
|
1540
|
+
|
|
884
1541
|
/**
|
|
885
1542
|
* @see {@link ListCustomModelsCommand}
|
|
886
1543
|
*/
|
|
@@ -892,6 +1549,23 @@ interface BedrockService$ {
|
|
|
892
1549
|
Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
|
|
893
1550
|
>;
|
|
894
1551
|
|
|
1552
|
+
/**
|
|
1553
|
+
* @see {@link ListEnforcedGuardrailsConfigurationCommand}
|
|
1554
|
+
*/
|
|
1555
|
+
listEnforcedGuardrailsConfiguration(
|
|
1556
|
+
args: ListEnforcedGuardrailsConfigurationCommandInput,
|
|
1557
|
+
options?: HttpHandlerOptions,
|
|
1558
|
+
): Effect.Effect<
|
|
1559
|
+
ListEnforcedGuardrailsConfigurationCommandOutput,
|
|
1560
|
+
| Cause.TimeoutException
|
|
1561
|
+
| SdkError
|
|
1562
|
+
| AccessDeniedError
|
|
1563
|
+
| InternalServerError
|
|
1564
|
+
| ResourceNotFoundError
|
|
1565
|
+
| ThrottlingError
|
|
1566
|
+
| ValidationError
|
|
1567
|
+
>;
|
|
1568
|
+
|
|
895
1569
|
/**
|
|
896
1570
|
* @see {@link ListEvaluationJobsCommand}
|
|
897
1571
|
*/
|
|
@@ -903,6 +1577,23 @@ interface BedrockService$ {
|
|
|
903
1577
|
Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
|
|
904
1578
|
>;
|
|
905
1579
|
|
|
1580
|
+
/**
|
|
1581
|
+
* @see {@link ListFoundationModelAgreementOffersCommand}
|
|
1582
|
+
*/
|
|
1583
|
+
listFoundationModelAgreementOffers(
|
|
1584
|
+
args: ListFoundationModelAgreementOffersCommandInput,
|
|
1585
|
+
options?: HttpHandlerOptions,
|
|
1586
|
+
): Effect.Effect<
|
|
1587
|
+
ListFoundationModelAgreementOffersCommandOutput,
|
|
1588
|
+
| Cause.TimeoutException
|
|
1589
|
+
| SdkError
|
|
1590
|
+
| AccessDeniedError
|
|
1591
|
+
| InternalServerError
|
|
1592
|
+
| ResourceNotFoundError
|
|
1593
|
+
| ThrottlingError
|
|
1594
|
+
| ValidationError
|
|
1595
|
+
>;
|
|
1596
|
+
|
|
906
1597
|
/**
|
|
907
1598
|
* @see {@link ListFoundationModelsCommand}
|
|
908
1599
|
*/
|
|
@@ -1059,6 +1750,24 @@ interface BedrockService$ {
|
|
|
1059
1750
|
| ValidationError
|
|
1060
1751
|
>;
|
|
1061
1752
|
|
|
1753
|
+
/**
|
|
1754
|
+
* @see {@link PutEnforcedGuardrailConfigurationCommand}
|
|
1755
|
+
*/
|
|
1756
|
+
putEnforcedGuardrailConfiguration(
|
|
1757
|
+
args: PutEnforcedGuardrailConfigurationCommandInput,
|
|
1758
|
+
options?: HttpHandlerOptions,
|
|
1759
|
+
): Effect.Effect<
|
|
1760
|
+
PutEnforcedGuardrailConfigurationCommandOutput,
|
|
1761
|
+
| Cause.TimeoutException
|
|
1762
|
+
| SdkError
|
|
1763
|
+
| AccessDeniedError
|
|
1764
|
+
| ConflictError
|
|
1765
|
+
| InternalServerError
|
|
1766
|
+
| ResourceNotFoundError
|
|
1767
|
+
| ThrottlingError
|
|
1768
|
+
| ValidationError
|
|
1769
|
+
>;
|
|
1770
|
+
|
|
1062
1771
|
/**
|
|
1063
1772
|
* @see {@link PutModelInvocationLoggingConfigurationCommand}
|
|
1064
1773
|
*/
|
|
@@ -1070,6 +1779,17 @@ interface BedrockService$ {
|
|
|
1070
1779
|
Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
|
|
1071
1780
|
>;
|
|
1072
1781
|
|
|
1782
|
+
/**
|
|
1783
|
+
* @see {@link PutUseCaseForModelAccessCommand}
|
|
1784
|
+
*/
|
|
1785
|
+
putUseCaseForModelAccess(
|
|
1786
|
+
args: PutUseCaseForModelAccessCommandInput,
|
|
1787
|
+
options?: HttpHandlerOptions,
|
|
1788
|
+
): Effect.Effect<
|
|
1789
|
+
PutUseCaseForModelAccessCommandOutput,
|
|
1790
|
+
Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
|
|
1791
|
+
>;
|
|
1792
|
+
|
|
1073
1793
|
/**
|
|
1074
1794
|
* @see {@link RegisterMarketplaceModelEndpointCommand}
|
|
1075
1795
|
*/
|
|
@@ -1088,6 +1808,44 @@ interface BedrockService$ {
|
|
|
1088
1808
|
| ValidationError
|
|
1089
1809
|
>;
|
|
1090
1810
|
|
|
1811
|
+
/**
|
|
1812
|
+
* @see {@link StartAutomatedReasoningPolicyBuildWorkflowCommand}
|
|
1813
|
+
*/
|
|
1814
|
+
startAutomatedReasoningPolicyBuildWorkflow(
|
|
1815
|
+
args: StartAutomatedReasoningPolicyBuildWorkflowCommandInput,
|
|
1816
|
+
options?: HttpHandlerOptions,
|
|
1817
|
+
): Effect.Effect<
|
|
1818
|
+
StartAutomatedReasoningPolicyBuildWorkflowCommandOutput,
|
|
1819
|
+
| Cause.TimeoutException
|
|
1820
|
+
| SdkError
|
|
1821
|
+
| AccessDeniedError
|
|
1822
|
+
| ConflictError
|
|
1823
|
+
| InternalServerError
|
|
1824
|
+
| ResourceInUseError
|
|
1825
|
+
| ResourceNotFoundError
|
|
1826
|
+
| ServiceQuotaExceededError
|
|
1827
|
+
| ThrottlingError
|
|
1828
|
+
| ValidationError
|
|
1829
|
+
>;
|
|
1830
|
+
|
|
1831
|
+
/**
|
|
1832
|
+
* @see {@link StartAutomatedReasoningPolicyTestWorkflowCommand}
|
|
1833
|
+
*/
|
|
1834
|
+
startAutomatedReasoningPolicyTestWorkflow(
|
|
1835
|
+
args: StartAutomatedReasoningPolicyTestWorkflowCommandInput,
|
|
1836
|
+
options?: HttpHandlerOptions,
|
|
1837
|
+
): Effect.Effect<
|
|
1838
|
+
StartAutomatedReasoningPolicyTestWorkflowCommandOutput,
|
|
1839
|
+
| Cause.TimeoutException
|
|
1840
|
+
| SdkError
|
|
1841
|
+
| AccessDeniedError
|
|
1842
|
+
| InternalServerError
|
|
1843
|
+
| ResourceInUseError
|
|
1844
|
+
| ResourceNotFoundError
|
|
1845
|
+
| ThrottlingError
|
|
1846
|
+
| ValidationError
|
|
1847
|
+
>;
|
|
1848
|
+
|
|
1091
1849
|
/**
|
|
1092
1850
|
* @see {@link StopEvaluationJobCommand}
|
|
1093
1851
|
*/
|
|
@@ -1177,6 +1935,62 @@ interface BedrockService$ {
|
|
|
1177
1935
|
| ValidationError
|
|
1178
1936
|
>;
|
|
1179
1937
|
|
|
1938
|
+
/**
|
|
1939
|
+
* @see {@link UpdateAutomatedReasoningPolicyCommand}
|
|
1940
|
+
*/
|
|
1941
|
+
updateAutomatedReasoningPolicy(
|
|
1942
|
+
args: UpdateAutomatedReasoningPolicyCommandInput,
|
|
1943
|
+
options?: HttpHandlerOptions,
|
|
1944
|
+
): Effect.Effect<
|
|
1945
|
+
UpdateAutomatedReasoningPolicyCommandOutput,
|
|
1946
|
+
| Cause.TimeoutException
|
|
1947
|
+
| SdkError
|
|
1948
|
+
| AccessDeniedError
|
|
1949
|
+
| ConflictError
|
|
1950
|
+
| InternalServerError
|
|
1951
|
+
| ResourceNotFoundError
|
|
1952
|
+
| ThrottlingError
|
|
1953
|
+
| TooManyTagsError
|
|
1954
|
+
| ValidationError
|
|
1955
|
+
>;
|
|
1956
|
+
|
|
1957
|
+
/**
|
|
1958
|
+
* @see {@link UpdateAutomatedReasoningPolicyAnnotationsCommand}
|
|
1959
|
+
*/
|
|
1960
|
+
updateAutomatedReasoningPolicyAnnotations(
|
|
1961
|
+
args: UpdateAutomatedReasoningPolicyAnnotationsCommandInput,
|
|
1962
|
+
options?: HttpHandlerOptions,
|
|
1963
|
+
): Effect.Effect<
|
|
1964
|
+
UpdateAutomatedReasoningPolicyAnnotationsCommandOutput,
|
|
1965
|
+
| Cause.TimeoutException
|
|
1966
|
+
| SdkError
|
|
1967
|
+
| AccessDeniedError
|
|
1968
|
+
| ConflictError
|
|
1969
|
+
| InternalServerError
|
|
1970
|
+
| ResourceNotFoundError
|
|
1971
|
+
| ThrottlingError
|
|
1972
|
+
| ValidationError
|
|
1973
|
+
>;
|
|
1974
|
+
|
|
1975
|
+
/**
|
|
1976
|
+
* @see {@link UpdateAutomatedReasoningPolicyTestCaseCommand}
|
|
1977
|
+
*/
|
|
1978
|
+
updateAutomatedReasoningPolicyTestCase(
|
|
1979
|
+
args: UpdateAutomatedReasoningPolicyTestCaseCommandInput,
|
|
1980
|
+
options?: HttpHandlerOptions,
|
|
1981
|
+
): Effect.Effect<
|
|
1982
|
+
UpdateAutomatedReasoningPolicyTestCaseCommandOutput,
|
|
1983
|
+
| Cause.TimeoutException
|
|
1984
|
+
| SdkError
|
|
1985
|
+
| AccessDeniedError
|
|
1986
|
+
| ConflictError
|
|
1987
|
+
| InternalServerError
|
|
1988
|
+
| ResourceInUseError
|
|
1989
|
+
| ResourceNotFoundError
|
|
1990
|
+
| ThrottlingError
|
|
1991
|
+
| ValidationError
|
|
1992
|
+
>;
|
|
1993
|
+
|
|
1180
1994
|
/**
|
|
1181
1995
|
* @see {@link UpdateGuardrailCommand}
|
|
1182
1996
|
*/
|