@aws-sdk/client-bedrock 3.721.0 → 3.723.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/dist-cjs/index.js +304 -226
- package/dist-es/BedrockClient.js +1 -0
- package/dist-es/models/models_0.js +19 -18
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
package/dist-cjs/index.js
CHANGED
|
@@ -320,7 +320,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
320
320
|
}, "resolveRuntimeExtensions");
|
|
321
321
|
|
|
322
322
|
// src/BedrockClient.ts
|
|
323
|
-
var
|
|
323
|
+
var BedrockClient = class extends import_smithy_client.Client {
|
|
324
|
+
static {
|
|
325
|
+
__name(this, "BedrockClient");
|
|
326
|
+
}
|
|
327
|
+
/**
|
|
328
|
+
* The resolved configuration of BedrockClient class. This is resolved and normalized from the {@link BedrockClientConfig | constructor configuration interface}.
|
|
329
|
+
*/
|
|
330
|
+
config;
|
|
324
331
|
constructor(...[configuration]) {
|
|
325
332
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
326
333
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -330,7 +337,7 @@ var _BedrockClient = class _BedrockClient extends import_smithy_client.Client {
|
|
|
330
337
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
331
338
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
332
339
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
333
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
340
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
334
341
|
super(_config_8);
|
|
335
342
|
this.config = _config_8;
|
|
336
343
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -358,8 +365,6 @@ var _BedrockClient = class _BedrockClient extends import_smithy_client.Client {
|
|
|
358
365
|
super.destroy();
|
|
359
366
|
}
|
|
360
367
|
};
|
|
361
|
-
__name(_BedrockClient, "BedrockClient");
|
|
362
|
-
var BedrockClient = _BedrockClient;
|
|
363
368
|
|
|
364
369
|
// src/Bedrock.ts
|
|
365
370
|
|
|
@@ -374,7 +379,10 @@ var import_middleware_serde = require("@smithy/middleware-serde");
|
|
|
374
379
|
|
|
375
380
|
// src/models/BedrockServiceException.ts
|
|
376
381
|
|
|
377
|
-
var
|
|
382
|
+
var BedrockServiceException = class _BedrockServiceException extends import_smithy_client.ServiceException {
|
|
383
|
+
static {
|
|
384
|
+
__name(this, "BedrockServiceException");
|
|
385
|
+
}
|
|
378
386
|
/**
|
|
379
387
|
* @internal
|
|
380
388
|
*/
|
|
@@ -383,11 +391,14 @@ var _BedrockServiceException = class _BedrockServiceException extends import_smi
|
|
|
383
391
|
Object.setPrototypeOf(this, _BedrockServiceException.prototype);
|
|
384
392
|
}
|
|
385
393
|
};
|
|
386
|
-
__name(_BedrockServiceException, "BedrockServiceException");
|
|
387
|
-
var BedrockServiceException = _BedrockServiceException;
|
|
388
394
|
|
|
389
395
|
// src/models/models_0.ts
|
|
390
|
-
var
|
|
396
|
+
var AccessDeniedException = class _AccessDeniedException extends BedrockServiceException {
|
|
397
|
+
static {
|
|
398
|
+
__name(this, "AccessDeniedException");
|
|
399
|
+
}
|
|
400
|
+
name = "AccessDeniedException";
|
|
401
|
+
$fault = "client";
|
|
391
402
|
/**
|
|
392
403
|
* @internal
|
|
393
404
|
*/
|
|
@@ -397,14 +408,15 @@ var _AccessDeniedException = class _AccessDeniedException extends BedrockService
|
|
|
397
408
|
$fault: "client",
|
|
398
409
|
...opts
|
|
399
410
|
});
|
|
400
|
-
this.name = "AccessDeniedException";
|
|
401
|
-
this.$fault = "client";
|
|
402
411
|
Object.setPrototypeOf(this, _AccessDeniedException.prototype);
|
|
403
412
|
}
|
|
404
413
|
};
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
414
|
+
var ConflictException = class _ConflictException extends BedrockServiceException {
|
|
415
|
+
static {
|
|
416
|
+
__name(this, "ConflictException");
|
|
417
|
+
}
|
|
418
|
+
name = "ConflictException";
|
|
419
|
+
$fault = "client";
|
|
408
420
|
/**
|
|
409
421
|
* @internal
|
|
410
422
|
*/
|
|
@@ -414,13 +426,9 @@ var _ConflictException = class _ConflictException extends BedrockServiceExceptio
|
|
|
414
426
|
$fault: "client",
|
|
415
427
|
...opts
|
|
416
428
|
});
|
|
417
|
-
this.name = "ConflictException";
|
|
418
|
-
this.$fault = "client";
|
|
419
429
|
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
420
430
|
}
|
|
421
431
|
};
|
|
422
|
-
__name(_ConflictException, "ConflictException");
|
|
423
|
-
var ConflictException = _ConflictException;
|
|
424
432
|
var EndpointConfig;
|
|
425
433
|
((EndpointConfig3) => {
|
|
426
434
|
EndpointConfig3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
@@ -433,7 +441,12 @@ var Status = {
|
|
|
433
441
|
INCOMPATIBLE_ENDPOINT: "INCOMPATIBLE_ENDPOINT",
|
|
434
442
|
REGISTERED: "REGISTERED"
|
|
435
443
|
};
|
|
436
|
-
var
|
|
444
|
+
var InternalServerException = class _InternalServerException extends BedrockServiceException {
|
|
445
|
+
static {
|
|
446
|
+
__name(this, "InternalServerException");
|
|
447
|
+
}
|
|
448
|
+
name = "InternalServerException";
|
|
449
|
+
$fault = "server";
|
|
437
450
|
/**
|
|
438
451
|
* @internal
|
|
439
452
|
*/
|
|
@@ -443,14 +456,15 @@ var _InternalServerException = class _InternalServerException extends BedrockSer
|
|
|
443
456
|
$fault: "server",
|
|
444
457
|
...opts
|
|
445
458
|
});
|
|
446
|
-
this.name = "InternalServerException";
|
|
447
|
-
this.$fault = "server";
|
|
448
459
|
Object.setPrototypeOf(this, _InternalServerException.prototype);
|
|
449
460
|
}
|
|
450
461
|
};
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
462
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends BedrockServiceException {
|
|
463
|
+
static {
|
|
464
|
+
__name(this, "ResourceNotFoundException");
|
|
465
|
+
}
|
|
466
|
+
name = "ResourceNotFoundException";
|
|
467
|
+
$fault = "client";
|
|
454
468
|
/**
|
|
455
469
|
* @internal
|
|
456
470
|
*/
|
|
@@ -460,14 +474,15 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends Bedroc
|
|
|
460
474
|
$fault: "client",
|
|
461
475
|
...opts
|
|
462
476
|
});
|
|
463
|
-
this.name = "ResourceNotFoundException";
|
|
464
|
-
this.$fault = "client";
|
|
465
477
|
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
466
478
|
}
|
|
467
479
|
};
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
480
|
+
var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends BedrockServiceException {
|
|
481
|
+
static {
|
|
482
|
+
__name(this, "ServiceQuotaExceededException");
|
|
483
|
+
}
|
|
484
|
+
name = "ServiceQuotaExceededException";
|
|
485
|
+
$fault = "client";
|
|
471
486
|
/**
|
|
472
487
|
* @internal
|
|
473
488
|
*/
|
|
@@ -477,14 +492,15 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
|
|
|
477
492
|
$fault: "client",
|
|
478
493
|
...opts
|
|
479
494
|
});
|
|
480
|
-
this.name = "ServiceQuotaExceededException";
|
|
481
|
-
this.$fault = "client";
|
|
482
495
|
Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
|
|
483
496
|
}
|
|
484
497
|
};
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
498
|
+
var ThrottlingException = class _ThrottlingException extends BedrockServiceException {
|
|
499
|
+
static {
|
|
500
|
+
__name(this, "ThrottlingException");
|
|
501
|
+
}
|
|
502
|
+
name = "ThrottlingException";
|
|
503
|
+
$fault = "client";
|
|
488
504
|
/**
|
|
489
505
|
* @internal
|
|
490
506
|
*/
|
|
@@ -494,14 +510,15 @@ var _ThrottlingException = class _ThrottlingException extends BedrockServiceExce
|
|
|
494
510
|
$fault: "client",
|
|
495
511
|
...opts
|
|
496
512
|
});
|
|
497
|
-
this.name = "ThrottlingException";
|
|
498
|
-
this.$fault = "client";
|
|
499
513
|
Object.setPrototypeOf(this, _ThrottlingException.prototype);
|
|
500
514
|
}
|
|
501
515
|
};
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
516
|
+
var ValidationException = class _ValidationException extends BedrockServiceException {
|
|
517
|
+
static {
|
|
518
|
+
__name(this, "ValidationException");
|
|
519
|
+
}
|
|
520
|
+
name = "ValidationException";
|
|
521
|
+
$fault = "client";
|
|
505
522
|
/**
|
|
506
523
|
* @internal
|
|
507
524
|
*/
|
|
@@ -511,14 +528,15 @@ var _ValidationException = class _ValidationException extends BedrockServiceExce
|
|
|
511
528
|
$fault: "client",
|
|
512
529
|
...opts
|
|
513
530
|
});
|
|
514
|
-
this.name = "ValidationException";
|
|
515
|
-
this.$fault = "client";
|
|
516
531
|
Object.setPrototypeOf(this, _ValidationException.prototype);
|
|
517
532
|
}
|
|
518
533
|
};
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
534
|
+
var ServiceUnavailableException = class _ServiceUnavailableException extends BedrockServiceException {
|
|
535
|
+
static {
|
|
536
|
+
__name(this, "ServiceUnavailableException");
|
|
537
|
+
}
|
|
538
|
+
name = "ServiceUnavailableException";
|
|
539
|
+
$fault = "server";
|
|
522
540
|
/**
|
|
523
541
|
* @internal
|
|
524
542
|
*/
|
|
@@ -528,13 +546,9 @@ var _ServiceUnavailableException = class _ServiceUnavailableException extends Be
|
|
|
528
546
|
$fault: "server",
|
|
529
547
|
...opts
|
|
530
548
|
});
|
|
531
|
-
this.name = "ServiceUnavailableException";
|
|
532
|
-
this.$fault = "server";
|
|
533
549
|
Object.setPrototypeOf(this, _ServiceUnavailableException.prototype);
|
|
534
550
|
}
|
|
535
551
|
};
|
|
536
|
-
__name(_ServiceUnavailableException, "ServiceUnavailableException");
|
|
537
|
-
var ServiceUnavailableException = _ServiceUnavailableException;
|
|
538
552
|
var EvaluationJobStatus = {
|
|
539
553
|
COMPLETED: "Completed",
|
|
540
554
|
DELETING: "Deleting",
|
|
@@ -679,7 +693,17 @@ var GuardrailTopicType = {
|
|
|
679
693
|
var GuardrailManagedWordsType = {
|
|
680
694
|
PROFANITY: "PROFANITY"
|
|
681
695
|
};
|
|
682
|
-
var
|
|
696
|
+
var TooManyTagsException = class _TooManyTagsException extends BedrockServiceException {
|
|
697
|
+
static {
|
|
698
|
+
__name(this, "TooManyTagsException");
|
|
699
|
+
}
|
|
700
|
+
name = "TooManyTagsException";
|
|
701
|
+
$fault = "client";
|
|
702
|
+
/**
|
|
703
|
+
* <p>The name of the resource with too many tags.</p>
|
|
704
|
+
* @public
|
|
705
|
+
*/
|
|
706
|
+
resourceName;
|
|
683
707
|
/**
|
|
684
708
|
* @internal
|
|
685
709
|
*/
|
|
@@ -689,14 +713,10 @@ var _TooManyTagsException = class _TooManyTagsException extends BedrockServiceEx
|
|
|
689
713
|
$fault: "client",
|
|
690
714
|
...opts
|
|
691
715
|
});
|
|
692
|
-
this.name = "TooManyTagsException";
|
|
693
|
-
this.$fault = "client";
|
|
694
716
|
Object.setPrototypeOf(this, _TooManyTagsException.prototype);
|
|
695
717
|
this.resourceName = opts.resourceName;
|
|
696
718
|
}
|
|
697
719
|
};
|
|
698
|
-
__name(_TooManyTagsException, "TooManyTagsException");
|
|
699
|
-
var TooManyTagsException = _TooManyTagsException;
|
|
700
720
|
var GuardrailStatus = {
|
|
701
721
|
CREATING: "CREATING",
|
|
702
722
|
DELETING: "DELETING",
|
|
@@ -3926,799 +3946,856 @@ var _tE = "typeEquals";
|
|
|
3926
3946
|
var _tMNC = "targetModelNameContains";
|
|
3927
3947
|
|
|
3928
3948
|
// src/commands/BatchDeleteEvaluationJobCommand.ts
|
|
3929
|
-
var
|
|
3949
|
+
var BatchDeleteEvaluationJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3930
3950
|
return [
|
|
3931
3951
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3932
3952
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3933
3953
|
];
|
|
3934
3954
|
}).s("AmazonBedrockControlPlaneService", "BatchDeleteEvaluationJob", {}).n("BedrockClient", "BatchDeleteEvaluationJobCommand").f(BatchDeleteEvaluationJobRequestFilterSensitiveLog, BatchDeleteEvaluationJobResponseFilterSensitiveLog).ser(se_BatchDeleteEvaluationJobCommand).de(de_BatchDeleteEvaluationJobCommand).build() {
|
|
3955
|
+
static {
|
|
3956
|
+
__name(this, "BatchDeleteEvaluationJobCommand");
|
|
3957
|
+
}
|
|
3935
3958
|
};
|
|
3936
|
-
__name(_BatchDeleteEvaluationJobCommand, "BatchDeleteEvaluationJobCommand");
|
|
3937
|
-
var BatchDeleteEvaluationJobCommand = _BatchDeleteEvaluationJobCommand;
|
|
3938
3959
|
|
|
3939
3960
|
// src/commands/CreateEvaluationJobCommand.ts
|
|
3940
3961
|
|
|
3941
3962
|
|
|
3942
3963
|
|
|
3943
|
-
var
|
|
3964
|
+
var CreateEvaluationJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3944
3965
|
return [
|
|
3945
3966
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3946
3967
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3947
3968
|
];
|
|
3948
3969
|
}).s("AmazonBedrockControlPlaneService", "CreateEvaluationJob", {}).n("BedrockClient", "CreateEvaluationJobCommand").f(CreateEvaluationJobRequestFilterSensitiveLog, void 0).ser(se_CreateEvaluationJobCommand).de(de_CreateEvaluationJobCommand).build() {
|
|
3970
|
+
static {
|
|
3971
|
+
__name(this, "CreateEvaluationJobCommand");
|
|
3972
|
+
}
|
|
3949
3973
|
};
|
|
3950
|
-
__name(_CreateEvaluationJobCommand, "CreateEvaluationJobCommand");
|
|
3951
|
-
var CreateEvaluationJobCommand = _CreateEvaluationJobCommand;
|
|
3952
3974
|
|
|
3953
3975
|
// src/commands/CreateGuardrailCommand.ts
|
|
3954
3976
|
|
|
3955
3977
|
|
|
3956
3978
|
|
|
3957
|
-
var
|
|
3979
|
+
var CreateGuardrailCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3958
3980
|
return [
|
|
3959
3981
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3960
3982
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3961
3983
|
];
|
|
3962
3984
|
}).s("AmazonBedrockControlPlaneService", "CreateGuardrail", {}).n("BedrockClient", "CreateGuardrailCommand").f(CreateGuardrailRequestFilterSensitiveLog, void 0).ser(se_CreateGuardrailCommand).de(de_CreateGuardrailCommand).build() {
|
|
3985
|
+
static {
|
|
3986
|
+
__name(this, "CreateGuardrailCommand");
|
|
3987
|
+
}
|
|
3963
3988
|
};
|
|
3964
|
-
__name(_CreateGuardrailCommand, "CreateGuardrailCommand");
|
|
3965
|
-
var CreateGuardrailCommand = _CreateGuardrailCommand;
|
|
3966
3989
|
|
|
3967
3990
|
// src/commands/CreateGuardrailVersionCommand.ts
|
|
3968
3991
|
|
|
3969
3992
|
|
|
3970
3993
|
|
|
3971
|
-
var
|
|
3994
|
+
var CreateGuardrailVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3972
3995
|
return [
|
|
3973
3996
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3974
3997
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3975
3998
|
];
|
|
3976
3999
|
}).s("AmazonBedrockControlPlaneService", "CreateGuardrailVersion", {}).n("BedrockClient", "CreateGuardrailVersionCommand").f(CreateGuardrailVersionRequestFilterSensitiveLog, void 0).ser(se_CreateGuardrailVersionCommand).de(de_CreateGuardrailVersionCommand).build() {
|
|
4000
|
+
static {
|
|
4001
|
+
__name(this, "CreateGuardrailVersionCommand");
|
|
4002
|
+
}
|
|
3977
4003
|
};
|
|
3978
|
-
__name(_CreateGuardrailVersionCommand, "CreateGuardrailVersionCommand");
|
|
3979
|
-
var CreateGuardrailVersionCommand = _CreateGuardrailVersionCommand;
|
|
3980
4004
|
|
|
3981
4005
|
// src/commands/CreateInferenceProfileCommand.ts
|
|
3982
4006
|
|
|
3983
4007
|
|
|
3984
4008
|
|
|
3985
|
-
var
|
|
4009
|
+
var CreateInferenceProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3986
4010
|
return [
|
|
3987
4011
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3988
4012
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3989
4013
|
];
|
|
3990
4014
|
}).s("AmazonBedrockControlPlaneService", "CreateInferenceProfile", {}).n("BedrockClient", "CreateInferenceProfileCommand").f(CreateInferenceProfileRequestFilterSensitiveLog, void 0).ser(se_CreateInferenceProfileCommand).de(de_CreateInferenceProfileCommand).build() {
|
|
4015
|
+
static {
|
|
4016
|
+
__name(this, "CreateInferenceProfileCommand");
|
|
4017
|
+
}
|
|
3991
4018
|
};
|
|
3992
|
-
__name(_CreateInferenceProfileCommand, "CreateInferenceProfileCommand");
|
|
3993
|
-
var CreateInferenceProfileCommand = _CreateInferenceProfileCommand;
|
|
3994
4019
|
|
|
3995
4020
|
// src/commands/CreateMarketplaceModelEndpointCommand.ts
|
|
3996
4021
|
|
|
3997
4022
|
|
|
3998
4023
|
|
|
3999
|
-
var
|
|
4024
|
+
var CreateMarketplaceModelEndpointCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4000
4025
|
return [
|
|
4001
4026
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4002
4027
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4003
4028
|
];
|
|
4004
4029
|
}).s("AmazonBedrockControlPlaneService", "CreateMarketplaceModelEndpoint", {}).n("BedrockClient", "CreateMarketplaceModelEndpointCommand").f(void 0, void 0).ser(se_CreateMarketplaceModelEndpointCommand).de(de_CreateMarketplaceModelEndpointCommand).build() {
|
|
4030
|
+
static {
|
|
4031
|
+
__name(this, "CreateMarketplaceModelEndpointCommand");
|
|
4032
|
+
}
|
|
4005
4033
|
};
|
|
4006
|
-
__name(_CreateMarketplaceModelEndpointCommand, "CreateMarketplaceModelEndpointCommand");
|
|
4007
|
-
var CreateMarketplaceModelEndpointCommand = _CreateMarketplaceModelEndpointCommand;
|
|
4008
4034
|
|
|
4009
4035
|
// src/commands/CreateModelCopyJobCommand.ts
|
|
4010
4036
|
|
|
4011
4037
|
|
|
4012
4038
|
|
|
4013
|
-
var
|
|
4039
|
+
var CreateModelCopyJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4014
4040
|
return [
|
|
4015
4041
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4016
4042
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4017
4043
|
];
|
|
4018
4044
|
}).s("AmazonBedrockControlPlaneService", "CreateModelCopyJob", {}).n("BedrockClient", "CreateModelCopyJobCommand").f(void 0, void 0).ser(se_CreateModelCopyJobCommand).de(de_CreateModelCopyJobCommand).build() {
|
|
4045
|
+
static {
|
|
4046
|
+
__name(this, "CreateModelCopyJobCommand");
|
|
4047
|
+
}
|
|
4019
4048
|
};
|
|
4020
|
-
__name(_CreateModelCopyJobCommand, "CreateModelCopyJobCommand");
|
|
4021
|
-
var CreateModelCopyJobCommand = _CreateModelCopyJobCommand;
|
|
4022
4049
|
|
|
4023
4050
|
// src/commands/CreateModelCustomizationJobCommand.ts
|
|
4024
4051
|
|
|
4025
4052
|
|
|
4026
4053
|
|
|
4027
|
-
var
|
|
4054
|
+
var CreateModelCustomizationJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4028
4055
|
return [
|
|
4029
4056
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4030
4057
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4031
4058
|
];
|
|
4032
4059
|
}).s("AmazonBedrockControlPlaneService", "CreateModelCustomizationJob", {}).n("BedrockClient", "CreateModelCustomizationJobCommand").f(CreateModelCustomizationJobRequestFilterSensitiveLog, void 0).ser(se_CreateModelCustomizationJobCommand).de(de_CreateModelCustomizationJobCommand).build() {
|
|
4060
|
+
static {
|
|
4061
|
+
__name(this, "CreateModelCustomizationJobCommand");
|
|
4062
|
+
}
|
|
4033
4063
|
};
|
|
4034
|
-
__name(_CreateModelCustomizationJobCommand, "CreateModelCustomizationJobCommand");
|
|
4035
|
-
var CreateModelCustomizationJobCommand = _CreateModelCustomizationJobCommand;
|
|
4036
4064
|
|
|
4037
4065
|
// src/commands/CreateModelImportJobCommand.ts
|
|
4038
4066
|
|
|
4039
4067
|
|
|
4040
4068
|
|
|
4041
|
-
var
|
|
4069
|
+
var CreateModelImportJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4042
4070
|
return [
|
|
4043
4071
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4044
4072
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4045
4073
|
];
|
|
4046
4074
|
}).s("AmazonBedrockControlPlaneService", "CreateModelImportJob", {}).n("BedrockClient", "CreateModelImportJobCommand").f(void 0, void 0).ser(se_CreateModelImportJobCommand).de(de_CreateModelImportJobCommand).build() {
|
|
4075
|
+
static {
|
|
4076
|
+
__name(this, "CreateModelImportJobCommand");
|
|
4077
|
+
}
|
|
4047
4078
|
};
|
|
4048
|
-
__name(_CreateModelImportJobCommand, "CreateModelImportJobCommand");
|
|
4049
|
-
var CreateModelImportJobCommand = _CreateModelImportJobCommand;
|
|
4050
4079
|
|
|
4051
4080
|
// src/commands/CreateModelInvocationJobCommand.ts
|
|
4052
4081
|
|
|
4053
4082
|
|
|
4054
4083
|
|
|
4055
|
-
var
|
|
4084
|
+
var CreateModelInvocationJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4056
4085
|
return [
|
|
4057
4086
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4058
4087
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4059
4088
|
];
|
|
4060
4089
|
}).s("AmazonBedrockControlPlaneService", "CreateModelInvocationJob", {}).n("BedrockClient", "CreateModelInvocationJobCommand").f(void 0, void 0).ser(se_CreateModelInvocationJobCommand).de(de_CreateModelInvocationJobCommand).build() {
|
|
4090
|
+
static {
|
|
4091
|
+
__name(this, "CreateModelInvocationJobCommand");
|
|
4092
|
+
}
|
|
4061
4093
|
};
|
|
4062
|
-
__name(_CreateModelInvocationJobCommand, "CreateModelInvocationJobCommand");
|
|
4063
|
-
var CreateModelInvocationJobCommand = _CreateModelInvocationJobCommand;
|
|
4064
4094
|
|
|
4065
4095
|
// src/commands/CreateProvisionedModelThroughputCommand.ts
|
|
4066
4096
|
|
|
4067
4097
|
|
|
4068
4098
|
|
|
4069
|
-
var
|
|
4099
|
+
var CreateProvisionedModelThroughputCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4070
4100
|
return [
|
|
4071
4101
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4072
4102
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4073
4103
|
];
|
|
4074
4104
|
}).s("AmazonBedrockControlPlaneService", "CreateProvisionedModelThroughput", {}).n("BedrockClient", "CreateProvisionedModelThroughputCommand").f(void 0, void 0).ser(se_CreateProvisionedModelThroughputCommand).de(de_CreateProvisionedModelThroughputCommand).build() {
|
|
4105
|
+
static {
|
|
4106
|
+
__name(this, "CreateProvisionedModelThroughputCommand");
|
|
4107
|
+
}
|
|
4075
4108
|
};
|
|
4076
|
-
__name(_CreateProvisionedModelThroughputCommand, "CreateProvisionedModelThroughputCommand");
|
|
4077
|
-
var CreateProvisionedModelThroughputCommand = _CreateProvisionedModelThroughputCommand;
|
|
4078
4109
|
|
|
4079
4110
|
// src/commands/DeleteCustomModelCommand.ts
|
|
4080
4111
|
|
|
4081
4112
|
|
|
4082
4113
|
|
|
4083
|
-
var
|
|
4114
|
+
var DeleteCustomModelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4084
4115
|
return [
|
|
4085
4116
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4086
4117
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4087
4118
|
];
|
|
4088
4119
|
}).s("AmazonBedrockControlPlaneService", "DeleteCustomModel", {}).n("BedrockClient", "DeleteCustomModelCommand").f(void 0, void 0).ser(se_DeleteCustomModelCommand).de(de_DeleteCustomModelCommand).build() {
|
|
4120
|
+
static {
|
|
4121
|
+
__name(this, "DeleteCustomModelCommand");
|
|
4122
|
+
}
|
|
4089
4123
|
};
|
|
4090
|
-
__name(_DeleteCustomModelCommand, "DeleteCustomModelCommand");
|
|
4091
|
-
var DeleteCustomModelCommand = _DeleteCustomModelCommand;
|
|
4092
4124
|
|
|
4093
4125
|
// src/commands/DeleteGuardrailCommand.ts
|
|
4094
4126
|
|
|
4095
4127
|
|
|
4096
4128
|
|
|
4097
|
-
var
|
|
4129
|
+
var DeleteGuardrailCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4098
4130
|
return [
|
|
4099
4131
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4100
4132
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4101
4133
|
];
|
|
4102
4134
|
}).s("AmazonBedrockControlPlaneService", "DeleteGuardrail", {}).n("BedrockClient", "DeleteGuardrailCommand").f(void 0, void 0).ser(se_DeleteGuardrailCommand).de(de_DeleteGuardrailCommand).build() {
|
|
4135
|
+
static {
|
|
4136
|
+
__name(this, "DeleteGuardrailCommand");
|
|
4137
|
+
}
|
|
4103
4138
|
};
|
|
4104
|
-
__name(_DeleteGuardrailCommand, "DeleteGuardrailCommand");
|
|
4105
|
-
var DeleteGuardrailCommand = _DeleteGuardrailCommand;
|
|
4106
4139
|
|
|
4107
4140
|
// src/commands/DeleteImportedModelCommand.ts
|
|
4108
4141
|
|
|
4109
4142
|
|
|
4110
4143
|
|
|
4111
|
-
var
|
|
4144
|
+
var DeleteImportedModelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4112
4145
|
return [
|
|
4113
4146
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4114
4147
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4115
4148
|
];
|
|
4116
4149
|
}).s("AmazonBedrockControlPlaneService", "DeleteImportedModel", {}).n("BedrockClient", "DeleteImportedModelCommand").f(void 0, void 0).ser(se_DeleteImportedModelCommand).de(de_DeleteImportedModelCommand).build() {
|
|
4150
|
+
static {
|
|
4151
|
+
__name(this, "DeleteImportedModelCommand");
|
|
4152
|
+
}
|
|
4117
4153
|
};
|
|
4118
|
-
__name(_DeleteImportedModelCommand, "DeleteImportedModelCommand");
|
|
4119
|
-
var DeleteImportedModelCommand = _DeleteImportedModelCommand;
|
|
4120
4154
|
|
|
4121
4155
|
// src/commands/DeleteInferenceProfileCommand.ts
|
|
4122
4156
|
|
|
4123
4157
|
|
|
4124
4158
|
|
|
4125
|
-
var
|
|
4159
|
+
var DeleteInferenceProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4126
4160
|
return [
|
|
4127
4161
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4128
4162
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4129
4163
|
];
|
|
4130
4164
|
}).s("AmazonBedrockControlPlaneService", "DeleteInferenceProfile", {}).n("BedrockClient", "DeleteInferenceProfileCommand").f(void 0, void 0).ser(se_DeleteInferenceProfileCommand).de(de_DeleteInferenceProfileCommand).build() {
|
|
4165
|
+
static {
|
|
4166
|
+
__name(this, "DeleteInferenceProfileCommand");
|
|
4167
|
+
}
|
|
4131
4168
|
};
|
|
4132
|
-
__name(_DeleteInferenceProfileCommand, "DeleteInferenceProfileCommand");
|
|
4133
|
-
var DeleteInferenceProfileCommand = _DeleteInferenceProfileCommand;
|
|
4134
4169
|
|
|
4135
4170
|
// src/commands/DeleteMarketplaceModelEndpointCommand.ts
|
|
4136
4171
|
|
|
4137
4172
|
|
|
4138
4173
|
|
|
4139
|
-
var
|
|
4174
|
+
var DeleteMarketplaceModelEndpointCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4140
4175
|
return [
|
|
4141
4176
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4142
4177
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4143
4178
|
];
|
|
4144
4179
|
}).s("AmazonBedrockControlPlaneService", "DeleteMarketplaceModelEndpoint", {}).n("BedrockClient", "DeleteMarketplaceModelEndpointCommand").f(void 0, void 0).ser(se_DeleteMarketplaceModelEndpointCommand).de(de_DeleteMarketplaceModelEndpointCommand).build() {
|
|
4180
|
+
static {
|
|
4181
|
+
__name(this, "DeleteMarketplaceModelEndpointCommand");
|
|
4182
|
+
}
|
|
4145
4183
|
};
|
|
4146
|
-
__name(_DeleteMarketplaceModelEndpointCommand, "DeleteMarketplaceModelEndpointCommand");
|
|
4147
|
-
var DeleteMarketplaceModelEndpointCommand = _DeleteMarketplaceModelEndpointCommand;
|
|
4148
4184
|
|
|
4149
4185
|
// src/commands/DeleteModelInvocationLoggingConfigurationCommand.ts
|
|
4150
4186
|
|
|
4151
4187
|
|
|
4152
4188
|
|
|
4153
|
-
var
|
|
4189
|
+
var DeleteModelInvocationLoggingConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4154
4190
|
return [
|
|
4155
4191
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4156
4192
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4157
4193
|
];
|
|
4158
4194
|
}).s("AmazonBedrockControlPlaneService", "DeleteModelInvocationLoggingConfiguration", {}).n("BedrockClient", "DeleteModelInvocationLoggingConfigurationCommand").f(void 0, void 0).ser(se_DeleteModelInvocationLoggingConfigurationCommand).de(de_DeleteModelInvocationLoggingConfigurationCommand).build() {
|
|
4195
|
+
static {
|
|
4196
|
+
__name(this, "DeleteModelInvocationLoggingConfigurationCommand");
|
|
4197
|
+
}
|
|
4159
4198
|
};
|
|
4160
|
-
__name(_DeleteModelInvocationLoggingConfigurationCommand, "DeleteModelInvocationLoggingConfigurationCommand");
|
|
4161
|
-
var DeleteModelInvocationLoggingConfigurationCommand = _DeleteModelInvocationLoggingConfigurationCommand;
|
|
4162
4199
|
|
|
4163
4200
|
// src/commands/DeleteProvisionedModelThroughputCommand.ts
|
|
4164
4201
|
|
|
4165
4202
|
|
|
4166
4203
|
|
|
4167
|
-
var
|
|
4204
|
+
var DeleteProvisionedModelThroughputCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4168
4205
|
return [
|
|
4169
4206
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4170
4207
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4171
4208
|
];
|
|
4172
4209
|
}).s("AmazonBedrockControlPlaneService", "DeleteProvisionedModelThroughput", {}).n("BedrockClient", "DeleteProvisionedModelThroughputCommand").f(void 0, void 0).ser(se_DeleteProvisionedModelThroughputCommand).de(de_DeleteProvisionedModelThroughputCommand).build() {
|
|
4210
|
+
static {
|
|
4211
|
+
__name(this, "DeleteProvisionedModelThroughputCommand");
|
|
4212
|
+
}
|
|
4173
4213
|
};
|
|
4174
|
-
__name(_DeleteProvisionedModelThroughputCommand, "DeleteProvisionedModelThroughputCommand");
|
|
4175
|
-
var DeleteProvisionedModelThroughputCommand = _DeleteProvisionedModelThroughputCommand;
|
|
4176
4214
|
|
|
4177
4215
|
// src/commands/DeregisterMarketplaceModelEndpointCommand.ts
|
|
4178
4216
|
|
|
4179
4217
|
|
|
4180
4218
|
|
|
4181
|
-
var
|
|
4219
|
+
var DeregisterMarketplaceModelEndpointCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4182
4220
|
return [
|
|
4183
4221
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4184
4222
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4185
4223
|
];
|
|
4186
4224
|
}).s("AmazonBedrockControlPlaneService", "DeregisterMarketplaceModelEndpoint", {}).n("BedrockClient", "DeregisterMarketplaceModelEndpointCommand").f(void 0, void 0).ser(se_DeregisterMarketplaceModelEndpointCommand).de(de_DeregisterMarketplaceModelEndpointCommand).build() {
|
|
4225
|
+
static {
|
|
4226
|
+
__name(this, "DeregisterMarketplaceModelEndpointCommand");
|
|
4227
|
+
}
|
|
4187
4228
|
};
|
|
4188
|
-
__name(_DeregisterMarketplaceModelEndpointCommand, "DeregisterMarketplaceModelEndpointCommand");
|
|
4189
|
-
var DeregisterMarketplaceModelEndpointCommand = _DeregisterMarketplaceModelEndpointCommand;
|
|
4190
4229
|
|
|
4191
4230
|
// src/commands/GetCustomModelCommand.ts
|
|
4192
4231
|
|
|
4193
4232
|
|
|
4194
4233
|
|
|
4195
|
-
var
|
|
4234
|
+
var GetCustomModelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4196
4235
|
return [
|
|
4197
4236
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4198
4237
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4199
4238
|
];
|
|
4200
4239
|
}).s("AmazonBedrockControlPlaneService", "GetCustomModel", {}).n("BedrockClient", "GetCustomModelCommand").f(void 0, GetCustomModelResponseFilterSensitiveLog).ser(se_GetCustomModelCommand).de(de_GetCustomModelCommand).build() {
|
|
4240
|
+
static {
|
|
4241
|
+
__name(this, "GetCustomModelCommand");
|
|
4242
|
+
}
|
|
4201
4243
|
};
|
|
4202
|
-
__name(_GetCustomModelCommand, "GetCustomModelCommand");
|
|
4203
|
-
var GetCustomModelCommand = _GetCustomModelCommand;
|
|
4204
4244
|
|
|
4205
4245
|
// src/commands/GetEvaluationJobCommand.ts
|
|
4206
4246
|
|
|
4207
4247
|
|
|
4208
4248
|
|
|
4209
|
-
var
|
|
4249
|
+
var GetEvaluationJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4210
4250
|
return [
|
|
4211
4251
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4212
4252
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4213
4253
|
];
|
|
4214
4254
|
}).s("AmazonBedrockControlPlaneService", "GetEvaluationJob", {}).n("BedrockClient", "GetEvaluationJobCommand").f(GetEvaluationJobRequestFilterSensitiveLog, GetEvaluationJobResponseFilterSensitiveLog).ser(se_GetEvaluationJobCommand).de(de_GetEvaluationJobCommand).build() {
|
|
4255
|
+
static {
|
|
4256
|
+
__name(this, "GetEvaluationJobCommand");
|
|
4257
|
+
}
|
|
4215
4258
|
};
|
|
4216
|
-
__name(_GetEvaluationJobCommand, "GetEvaluationJobCommand");
|
|
4217
|
-
var GetEvaluationJobCommand = _GetEvaluationJobCommand;
|
|
4218
4259
|
|
|
4219
4260
|
// src/commands/GetFoundationModelCommand.ts
|
|
4220
4261
|
|
|
4221
4262
|
|
|
4222
4263
|
|
|
4223
|
-
var
|
|
4264
|
+
var GetFoundationModelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4224
4265
|
return [
|
|
4225
4266
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4226
4267
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4227
4268
|
];
|
|
4228
4269
|
}).s("AmazonBedrockControlPlaneService", "GetFoundationModel", {}).n("BedrockClient", "GetFoundationModelCommand").f(void 0, void 0).ser(se_GetFoundationModelCommand).de(de_GetFoundationModelCommand).build() {
|
|
4270
|
+
static {
|
|
4271
|
+
__name(this, "GetFoundationModelCommand");
|
|
4272
|
+
}
|
|
4229
4273
|
};
|
|
4230
|
-
__name(_GetFoundationModelCommand, "GetFoundationModelCommand");
|
|
4231
|
-
var GetFoundationModelCommand = _GetFoundationModelCommand;
|
|
4232
4274
|
|
|
4233
4275
|
// src/commands/GetGuardrailCommand.ts
|
|
4234
4276
|
|
|
4235
4277
|
|
|
4236
4278
|
|
|
4237
|
-
var
|
|
4279
|
+
var GetGuardrailCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4238
4280
|
return [
|
|
4239
4281
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4240
4282
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4241
4283
|
];
|
|
4242
4284
|
}).s("AmazonBedrockControlPlaneService", "GetGuardrail", {}).n("BedrockClient", "GetGuardrailCommand").f(void 0, GetGuardrailResponseFilterSensitiveLog).ser(se_GetGuardrailCommand).de(de_GetGuardrailCommand).build() {
|
|
4285
|
+
static {
|
|
4286
|
+
__name(this, "GetGuardrailCommand");
|
|
4287
|
+
}
|
|
4243
4288
|
};
|
|
4244
|
-
__name(_GetGuardrailCommand, "GetGuardrailCommand");
|
|
4245
|
-
var GetGuardrailCommand = _GetGuardrailCommand;
|
|
4246
4289
|
|
|
4247
4290
|
// src/commands/GetImportedModelCommand.ts
|
|
4248
4291
|
|
|
4249
4292
|
|
|
4250
4293
|
|
|
4251
|
-
var
|
|
4294
|
+
var GetImportedModelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4252
4295
|
return [
|
|
4253
4296
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4254
4297
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4255
4298
|
];
|
|
4256
4299
|
}).s("AmazonBedrockControlPlaneService", "GetImportedModel", {}).n("BedrockClient", "GetImportedModelCommand").f(void 0, void 0).ser(se_GetImportedModelCommand).de(de_GetImportedModelCommand).build() {
|
|
4300
|
+
static {
|
|
4301
|
+
__name(this, "GetImportedModelCommand");
|
|
4302
|
+
}
|
|
4257
4303
|
};
|
|
4258
|
-
__name(_GetImportedModelCommand, "GetImportedModelCommand");
|
|
4259
|
-
var GetImportedModelCommand = _GetImportedModelCommand;
|
|
4260
4304
|
|
|
4261
4305
|
// src/commands/GetInferenceProfileCommand.ts
|
|
4262
4306
|
|
|
4263
4307
|
|
|
4264
4308
|
|
|
4265
|
-
var
|
|
4309
|
+
var GetInferenceProfileCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4266
4310
|
return [
|
|
4267
4311
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4268
4312
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4269
4313
|
];
|
|
4270
4314
|
}).s("AmazonBedrockControlPlaneService", "GetInferenceProfile", {}).n("BedrockClient", "GetInferenceProfileCommand").f(void 0, GetInferenceProfileResponseFilterSensitiveLog).ser(se_GetInferenceProfileCommand).de(de_GetInferenceProfileCommand).build() {
|
|
4315
|
+
static {
|
|
4316
|
+
__name(this, "GetInferenceProfileCommand");
|
|
4317
|
+
}
|
|
4271
4318
|
};
|
|
4272
|
-
__name(_GetInferenceProfileCommand, "GetInferenceProfileCommand");
|
|
4273
|
-
var GetInferenceProfileCommand = _GetInferenceProfileCommand;
|
|
4274
4319
|
|
|
4275
4320
|
// src/commands/GetMarketplaceModelEndpointCommand.ts
|
|
4276
4321
|
|
|
4277
4322
|
|
|
4278
4323
|
|
|
4279
|
-
var
|
|
4324
|
+
var GetMarketplaceModelEndpointCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4280
4325
|
return [
|
|
4281
4326
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4282
4327
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4283
4328
|
];
|
|
4284
4329
|
}).s("AmazonBedrockControlPlaneService", "GetMarketplaceModelEndpoint", {}).n("BedrockClient", "GetMarketplaceModelEndpointCommand").f(void 0, void 0).ser(se_GetMarketplaceModelEndpointCommand).de(de_GetMarketplaceModelEndpointCommand).build() {
|
|
4330
|
+
static {
|
|
4331
|
+
__name(this, "GetMarketplaceModelEndpointCommand");
|
|
4332
|
+
}
|
|
4285
4333
|
};
|
|
4286
|
-
__name(_GetMarketplaceModelEndpointCommand, "GetMarketplaceModelEndpointCommand");
|
|
4287
|
-
var GetMarketplaceModelEndpointCommand = _GetMarketplaceModelEndpointCommand;
|
|
4288
4334
|
|
|
4289
4335
|
// src/commands/GetModelCopyJobCommand.ts
|
|
4290
4336
|
|
|
4291
4337
|
|
|
4292
4338
|
|
|
4293
|
-
var
|
|
4339
|
+
var GetModelCopyJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4294
4340
|
return [
|
|
4295
4341
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4296
4342
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4297
4343
|
];
|
|
4298
4344
|
}).s("AmazonBedrockControlPlaneService", "GetModelCopyJob", {}).n("BedrockClient", "GetModelCopyJobCommand").f(void 0, void 0).ser(se_GetModelCopyJobCommand).de(de_GetModelCopyJobCommand).build() {
|
|
4345
|
+
static {
|
|
4346
|
+
__name(this, "GetModelCopyJobCommand");
|
|
4347
|
+
}
|
|
4299
4348
|
};
|
|
4300
|
-
__name(_GetModelCopyJobCommand, "GetModelCopyJobCommand");
|
|
4301
|
-
var GetModelCopyJobCommand = _GetModelCopyJobCommand;
|
|
4302
4349
|
|
|
4303
4350
|
// src/commands/GetModelCustomizationJobCommand.ts
|
|
4304
4351
|
|
|
4305
4352
|
|
|
4306
4353
|
|
|
4307
|
-
var
|
|
4354
|
+
var GetModelCustomizationJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4308
4355
|
return [
|
|
4309
4356
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4310
4357
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4311
4358
|
];
|
|
4312
4359
|
}).s("AmazonBedrockControlPlaneService", "GetModelCustomizationJob", {}).n("BedrockClient", "GetModelCustomizationJobCommand").f(void 0, GetModelCustomizationJobResponseFilterSensitiveLog).ser(se_GetModelCustomizationJobCommand).de(de_GetModelCustomizationJobCommand).build() {
|
|
4360
|
+
static {
|
|
4361
|
+
__name(this, "GetModelCustomizationJobCommand");
|
|
4362
|
+
}
|
|
4313
4363
|
};
|
|
4314
|
-
__name(_GetModelCustomizationJobCommand, "GetModelCustomizationJobCommand");
|
|
4315
|
-
var GetModelCustomizationJobCommand = _GetModelCustomizationJobCommand;
|
|
4316
4364
|
|
|
4317
4365
|
// src/commands/GetModelImportJobCommand.ts
|
|
4318
4366
|
|
|
4319
4367
|
|
|
4320
4368
|
|
|
4321
|
-
var
|
|
4369
|
+
var GetModelImportJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4322
4370
|
return [
|
|
4323
4371
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4324
4372
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4325
4373
|
];
|
|
4326
4374
|
}).s("AmazonBedrockControlPlaneService", "GetModelImportJob", {}).n("BedrockClient", "GetModelImportJobCommand").f(void 0, void 0).ser(se_GetModelImportJobCommand).de(de_GetModelImportJobCommand).build() {
|
|
4375
|
+
static {
|
|
4376
|
+
__name(this, "GetModelImportJobCommand");
|
|
4377
|
+
}
|
|
4327
4378
|
};
|
|
4328
|
-
__name(_GetModelImportJobCommand, "GetModelImportJobCommand");
|
|
4329
|
-
var GetModelImportJobCommand = _GetModelImportJobCommand;
|
|
4330
4379
|
|
|
4331
4380
|
// src/commands/GetModelInvocationJobCommand.ts
|
|
4332
4381
|
|
|
4333
4382
|
|
|
4334
4383
|
|
|
4335
|
-
var
|
|
4384
|
+
var GetModelInvocationJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4336
4385
|
return [
|
|
4337
4386
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4338
4387
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4339
4388
|
];
|
|
4340
4389
|
}).s("AmazonBedrockControlPlaneService", "GetModelInvocationJob", {}).n("BedrockClient", "GetModelInvocationJobCommand").f(void 0, GetModelInvocationJobResponseFilterSensitiveLog).ser(se_GetModelInvocationJobCommand).de(de_GetModelInvocationJobCommand).build() {
|
|
4390
|
+
static {
|
|
4391
|
+
__name(this, "GetModelInvocationJobCommand");
|
|
4392
|
+
}
|
|
4341
4393
|
};
|
|
4342
|
-
__name(_GetModelInvocationJobCommand, "GetModelInvocationJobCommand");
|
|
4343
|
-
var GetModelInvocationJobCommand = _GetModelInvocationJobCommand;
|
|
4344
4394
|
|
|
4345
4395
|
// src/commands/GetModelInvocationLoggingConfigurationCommand.ts
|
|
4346
4396
|
|
|
4347
4397
|
|
|
4348
4398
|
|
|
4349
|
-
var
|
|
4399
|
+
var GetModelInvocationLoggingConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4350
4400
|
return [
|
|
4351
4401
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4352
4402
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4353
4403
|
];
|
|
4354
4404
|
}).s("AmazonBedrockControlPlaneService", "GetModelInvocationLoggingConfiguration", {}).n("BedrockClient", "GetModelInvocationLoggingConfigurationCommand").f(void 0, void 0).ser(se_GetModelInvocationLoggingConfigurationCommand).de(de_GetModelInvocationLoggingConfigurationCommand).build() {
|
|
4405
|
+
static {
|
|
4406
|
+
__name(this, "GetModelInvocationLoggingConfigurationCommand");
|
|
4407
|
+
}
|
|
4355
4408
|
};
|
|
4356
|
-
__name(_GetModelInvocationLoggingConfigurationCommand, "GetModelInvocationLoggingConfigurationCommand");
|
|
4357
|
-
var GetModelInvocationLoggingConfigurationCommand = _GetModelInvocationLoggingConfigurationCommand;
|
|
4358
4409
|
|
|
4359
4410
|
// src/commands/GetPromptRouterCommand.ts
|
|
4360
4411
|
|
|
4361
4412
|
|
|
4362
4413
|
|
|
4363
|
-
var
|
|
4414
|
+
var GetPromptRouterCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4364
4415
|
return [
|
|
4365
4416
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4366
4417
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4367
4418
|
];
|
|
4368
4419
|
}).s("AmazonBedrockControlPlaneService", "GetPromptRouter", {}).n("BedrockClient", "GetPromptRouterCommand").f(void 0, GetPromptRouterResponseFilterSensitiveLog).ser(se_GetPromptRouterCommand).de(de_GetPromptRouterCommand).build() {
|
|
4420
|
+
static {
|
|
4421
|
+
__name(this, "GetPromptRouterCommand");
|
|
4422
|
+
}
|
|
4369
4423
|
};
|
|
4370
|
-
__name(_GetPromptRouterCommand, "GetPromptRouterCommand");
|
|
4371
|
-
var GetPromptRouterCommand = _GetPromptRouterCommand;
|
|
4372
4424
|
|
|
4373
4425
|
// src/commands/GetProvisionedModelThroughputCommand.ts
|
|
4374
4426
|
|
|
4375
4427
|
|
|
4376
4428
|
|
|
4377
|
-
var
|
|
4429
|
+
var GetProvisionedModelThroughputCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4378
4430
|
return [
|
|
4379
4431
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4380
4432
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4381
4433
|
];
|
|
4382
4434
|
}).s("AmazonBedrockControlPlaneService", "GetProvisionedModelThroughput", {}).n("BedrockClient", "GetProvisionedModelThroughputCommand").f(void 0, void 0).ser(se_GetProvisionedModelThroughputCommand).de(de_GetProvisionedModelThroughputCommand).build() {
|
|
4435
|
+
static {
|
|
4436
|
+
__name(this, "GetProvisionedModelThroughputCommand");
|
|
4437
|
+
}
|
|
4383
4438
|
};
|
|
4384
|
-
__name(_GetProvisionedModelThroughputCommand, "GetProvisionedModelThroughputCommand");
|
|
4385
|
-
var GetProvisionedModelThroughputCommand = _GetProvisionedModelThroughputCommand;
|
|
4386
4439
|
|
|
4387
4440
|
// src/commands/ListCustomModelsCommand.ts
|
|
4388
4441
|
|
|
4389
4442
|
|
|
4390
4443
|
|
|
4391
|
-
var
|
|
4444
|
+
var ListCustomModelsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4392
4445
|
return [
|
|
4393
4446
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4394
4447
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4395
4448
|
];
|
|
4396
4449
|
}).s("AmazonBedrockControlPlaneService", "ListCustomModels", {}).n("BedrockClient", "ListCustomModelsCommand").f(void 0, void 0).ser(se_ListCustomModelsCommand).de(de_ListCustomModelsCommand).build() {
|
|
4450
|
+
static {
|
|
4451
|
+
__name(this, "ListCustomModelsCommand");
|
|
4452
|
+
}
|
|
4397
4453
|
};
|
|
4398
|
-
__name(_ListCustomModelsCommand, "ListCustomModelsCommand");
|
|
4399
|
-
var ListCustomModelsCommand = _ListCustomModelsCommand;
|
|
4400
4454
|
|
|
4401
4455
|
// src/commands/ListEvaluationJobsCommand.ts
|
|
4402
4456
|
|
|
4403
4457
|
|
|
4404
4458
|
|
|
4405
|
-
var
|
|
4459
|
+
var ListEvaluationJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4406
4460
|
return [
|
|
4407
4461
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4408
4462
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4409
4463
|
];
|
|
4410
4464
|
}).s("AmazonBedrockControlPlaneService", "ListEvaluationJobs", {}).n("BedrockClient", "ListEvaluationJobsCommand").f(void 0, void 0).ser(se_ListEvaluationJobsCommand).de(de_ListEvaluationJobsCommand).build() {
|
|
4465
|
+
static {
|
|
4466
|
+
__name(this, "ListEvaluationJobsCommand");
|
|
4467
|
+
}
|
|
4411
4468
|
};
|
|
4412
|
-
__name(_ListEvaluationJobsCommand, "ListEvaluationJobsCommand");
|
|
4413
|
-
var ListEvaluationJobsCommand = _ListEvaluationJobsCommand;
|
|
4414
4469
|
|
|
4415
4470
|
// src/commands/ListFoundationModelsCommand.ts
|
|
4416
4471
|
|
|
4417
4472
|
|
|
4418
4473
|
|
|
4419
|
-
var
|
|
4474
|
+
var ListFoundationModelsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4420
4475
|
return [
|
|
4421
4476
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4422
4477
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4423
4478
|
];
|
|
4424
4479
|
}).s("AmazonBedrockControlPlaneService", "ListFoundationModels", {}).n("BedrockClient", "ListFoundationModelsCommand").f(void 0, void 0).ser(se_ListFoundationModelsCommand).de(de_ListFoundationModelsCommand).build() {
|
|
4480
|
+
static {
|
|
4481
|
+
__name(this, "ListFoundationModelsCommand");
|
|
4482
|
+
}
|
|
4425
4483
|
};
|
|
4426
|
-
__name(_ListFoundationModelsCommand, "ListFoundationModelsCommand");
|
|
4427
|
-
var ListFoundationModelsCommand = _ListFoundationModelsCommand;
|
|
4428
4484
|
|
|
4429
4485
|
// src/commands/ListGuardrailsCommand.ts
|
|
4430
4486
|
|
|
4431
4487
|
|
|
4432
4488
|
|
|
4433
|
-
var
|
|
4489
|
+
var ListGuardrailsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4434
4490
|
return [
|
|
4435
4491
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4436
4492
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4437
4493
|
];
|
|
4438
4494
|
}).s("AmazonBedrockControlPlaneService", "ListGuardrails", {}).n("BedrockClient", "ListGuardrailsCommand").f(void 0, ListGuardrailsResponseFilterSensitiveLog).ser(se_ListGuardrailsCommand).de(de_ListGuardrailsCommand).build() {
|
|
4495
|
+
static {
|
|
4496
|
+
__name(this, "ListGuardrailsCommand");
|
|
4497
|
+
}
|
|
4439
4498
|
};
|
|
4440
|
-
__name(_ListGuardrailsCommand, "ListGuardrailsCommand");
|
|
4441
|
-
var ListGuardrailsCommand = _ListGuardrailsCommand;
|
|
4442
4499
|
|
|
4443
4500
|
// src/commands/ListImportedModelsCommand.ts
|
|
4444
4501
|
|
|
4445
4502
|
|
|
4446
4503
|
|
|
4447
|
-
var
|
|
4504
|
+
var ListImportedModelsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4448
4505
|
return [
|
|
4449
4506
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4450
4507
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4451
4508
|
];
|
|
4452
4509
|
}).s("AmazonBedrockControlPlaneService", "ListImportedModels", {}).n("BedrockClient", "ListImportedModelsCommand").f(void 0, void 0).ser(se_ListImportedModelsCommand).de(de_ListImportedModelsCommand).build() {
|
|
4510
|
+
static {
|
|
4511
|
+
__name(this, "ListImportedModelsCommand");
|
|
4512
|
+
}
|
|
4453
4513
|
};
|
|
4454
|
-
__name(_ListImportedModelsCommand, "ListImportedModelsCommand");
|
|
4455
|
-
var ListImportedModelsCommand = _ListImportedModelsCommand;
|
|
4456
4514
|
|
|
4457
4515
|
// src/commands/ListInferenceProfilesCommand.ts
|
|
4458
4516
|
|
|
4459
4517
|
|
|
4460
4518
|
|
|
4461
|
-
var
|
|
4519
|
+
var ListInferenceProfilesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4462
4520
|
return [
|
|
4463
4521
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4464
4522
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4465
4523
|
];
|
|
4466
4524
|
}).s("AmazonBedrockControlPlaneService", "ListInferenceProfiles", {}).n("BedrockClient", "ListInferenceProfilesCommand").f(void 0, ListInferenceProfilesResponseFilterSensitiveLog).ser(se_ListInferenceProfilesCommand).de(de_ListInferenceProfilesCommand).build() {
|
|
4525
|
+
static {
|
|
4526
|
+
__name(this, "ListInferenceProfilesCommand");
|
|
4527
|
+
}
|
|
4467
4528
|
};
|
|
4468
|
-
__name(_ListInferenceProfilesCommand, "ListInferenceProfilesCommand");
|
|
4469
|
-
var ListInferenceProfilesCommand = _ListInferenceProfilesCommand;
|
|
4470
4529
|
|
|
4471
4530
|
// src/commands/ListMarketplaceModelEndpointsCommand.ts
|
|
4472
4531
|
|
|
4473
4532
|
|
|
4474
4533
|
|
|
4475
|
-
var
|
|
4534
|
+
var ListMarketplaceModelEndpointsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4476
4535
|
return [
|
|
4477
4536
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4478
4537
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4479
4538
|
];
|
|
4480
4539
|
}).s("AmazonBedrockControlPlaneService", "ListMarketplaceModelEndpoints", {}).n("BedrockClient", "ListMarketplaceModelEndpointsCommand").f(void 0, void 0).ser(se_ListMarketplaceModelEndpointsCommand).de(de_ListMarketplaceModelEndpointsCommand).build() {
|
|
4540
|
+
static {
|
|
4541
|
+
__name(this, "ListMarketplaceModelEndpointsCommand");
|
|
4542
|
+
}
|
|
4481
4543
|
};
|
|
4482
|
-
__name(_ListMarketplaceModelEndpointsCommand, "ListMarketplaceModelEndpointsCommand");
|
|
4483
|
-
var ListMarketplaceModelEndpointsCommand = _ListMarketplaceModelEndpointsCommand;
|
|
4484
4544
|
|
|
4485
4545
|
// src/commands/ListModelCopyJobsCommand.ts
|
|
4486
4546
|
|
|
4487
4547
|
|
|
4488
4548
|
|
|
4489
|
-
var
|
|
4549
|
+
var ListModelCopyJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4490
4550
|
return [
|
|
4491
4551
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4492
4552
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4493
4553
|
];
|
|
4494
4554
|
}).s("AmazonBedrockControlPlaneService", "ListModelCopyJobs", {}).n("BedrockClient", "ListModelCopyJobsCommand").f(void 0, void 0).ser(se_ListModelCopyJobsCommand).de(de_ListModelCopyJobsCommand).build() {
|
|
4555
|
+
static {
|
|
4556
|
+
__name(this, "ListModelCopyJobsCommand");
|
|
4557
|
+
}
|
|
4495
4558
|
};
|
|
4496
|
-
__name(_ListModelCopyJobsCommand, "ListModelCopyJobsCommand");
|
|
4497
|
-
var ListModelCopyJobsCommand = _ListModelCopyJobsCommand;
|
|
4498
4559
|
|
|
4499
4560
|
// src/commands/ListModelCustomizationJobsCommand.ts
|
|
4500
4561
|
|
|
4501
4562
|
|
|
4502
4563
|
|
|
4503
|
-
var
|
|
4564
|
+
var ListModelCustomizationJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4504
4565
|
return [
|
|
4505
4566
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4506
4567
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4507
4568
|
];
|
|
4508
4569
|
}).s("AmazonBedrockControlPlaneService", "ListModelCustomizationJobs", {}).n("BedrockClient", "ListModelCustomizationJobsCommand").f(void 0, void 0).ser(se_ListModelCustomizationJobsCommand).de(de_ListModelCustomizationJobsCommand).build() {
|
|
4570
|
+
static {
|
|
4571
|
+
__name(this, "ListModelCustomizationJobsCommand");
|
|
4572
|
+
}
|
|
4509
4573
|
};
|
|
4510
|
-
__name(_ListModelCustomizationJobsCommand, "ListModelCustomizationJobsCommand");
|
|
4511
|
-
var ListModelCustomizationJobsCommand = _ListModelCustomizationJobsCommand;
|
|
4512
4574
|
|
|
4513
4575
|
// src/commands/ListModelImportJobsCommand.ts
|
|
4514
4576
|
|
|
4515
4577
|
|
|
4516
4578
|
|
|
4517
|
-
var
|
|
4579
|
+
var ListModelImportJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4518
4580
|
return [
|
|
4519
4581
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4520
4582
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4521
4583
|
];
|
|
4522
4584
|
}).s("AmazonBedrockControlPlaneService", "ListModelImportJobs", {}).n("BedrockClient", "ListModelImportJobsCommand").f(void 0, void 0).ser(se_ListModelImportJobsCommand).de(de_ListModelImportJobsCommand).build() {
|
|
4585
|
+
static {
|
|
4586
|
+
__name(this, "ListModelImportJobsCommand");
|
|
4587
|
+
}
|
|
4523
4588
|
};
|
|
4524
|
-
__name(_ListModelImportJobsCommand, "ListModelImportJobsCommand");
|
|
4525
|
-
var ListModelImportJobsCommand = _ListModelImportJobsCommand;
|
|
4526
4589
|
|
|
4527
4590
|
// src/commands/ListModelInvocationJobsCommand.ts
|
|
4528
4591
|
|
|
4529
4592
|
|
|
4530
4593
|
|
|
4531
|
-
var
|
|
4594
|
+
var ListModelInvocationJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4532
4595
|
return [
|
|
4533
4596
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4534
4597
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4535
4598
|
];
|
|
4536
4599
|
}).s("AmazonBedrockControlPlaneService", "ListModelInvocationJobs", {}).n("BedrockClient", "ListModelInvocationJobsCommand").f(void 0, ListModelInvocationJobsResponseFilterSensitiveLog).ser(se_ListModelInvocationJobsCommand).de(de_ListModelInvocationJobsCommand).build() {
|
|
4600
|
+
static {
|
|
4601
|
+
__name(this, "ListModelInvocationJobsCommand");
|
|
4602
|
+
}
|
|
4537
4603
|
};
|
|
4538
|
-
__name(_ListModelInvocationJobsCommand, "ListModelInvocationJobsCommand");
|
|
4539
|
-
var ListModelInvocationJobsCommand = _ListModelInvocationJobsCommand;
|
|
4540
4604
|
|
|
4541
4605
|
// src/commands/ListPromptRoutersCommand.ts
|
|
4542
4606
|
|
|
4543
4607
|
|
|
4544
4608
|
|
|
4545
|
-
var
|
|
4609
|
+
var ListPromptRoutersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4546
4610
|
return [
|
|
4547
4611
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4548
4612
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4549
4613
|
];
|
|
4550
4614
|
}).s("AmazonBedrockControlPlaneService", "ListPromptRouters", {}).n("BedrockClient", "ListPromptRoutersCommand").f(void 0, ListPromptRoutersResponseFilterSensitiveLog).ser(se_ListPromptRoutersCommand).de(de_ListPromptRoutersCommand).build() {
|
|
4615
|
+
static {
|
|
4616
|
+
__name(this, "ListPromptRoutersCommand");
|
|
4617
|
+
}
|
|
4551
4618
|
};
|
|
4552
|
-
__name(_ListPromptRoutersCommand, "ListPromptRoutersCommand");
|
|
4553
|
-
var ListPromptRoutersCommand = _ListPromptRoutersCommand;
|
|
4554
4619
|
|
|
4555
4620
|
// src/commands/ListProvisionedModelThroughputsCommand.ts
|
|
4556
4621
|
|
|
4557
4622
|
|
|
4558
4623
|
|
|
4559
|
-
var
|
|
4624
|
+
var ListProvisionedModelThroughputsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4560
4625
|
return [
|
|
4561
4626
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4562
4627
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4563
4628
|
];
|
|
4564
4629
|
}).s("AmazonBedrockControlPlaneService", "ListProvisionedModelThroughputs", {}).n("BedrockClient", "ListProvisionedModelThroughputsCommand").f(void 0, void 0).ser(se_ListProvisionedModelThroughputsCommand).de(de_ListProvisionedModelThroughputsCommand).build() {
|
|
4630
|
+
static {
|
|
4631
|
+
__name(this, "ListProvisionedModelThroughputsCommand");
|
|
4632
|
+
}
|
|
4565
4633
|
};
|
|
4566
|
-
__name(_ListProvisionedModelThroughputsCommand, "ListProvisionedModelThroughputsCommand");
|
|
4567
|
-
var ListProvisionedModelThroughputsCommand = _ListProvisionedModelThroughputsCommand;
|
|
4568
4634
|
|
|
4569
4635
|
// src/commands/ListTagsForResourceCommand.ts
|
|
4570
4636
|
|
|
4571
4637
|
|
|
4572
4638
|
|
|
4573
|
-
var
|
|
4639
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4574
4640
|
return [
|
|
4575
4641
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4576
4642
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4577
4643
|
];
|
|
4578
4644
|
}).s("AmazonBedrockControlPlaneService", "ListTagsForResource", {}).n("BedrockClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
4645
|
+
static {
|
|
4646
|
+
__name(this, "ListTagsForResourceCommand");
|
|
4647
|
+
}
|
|
4579
4648
|
};
|
|
4580
|
-
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
4581
|
-
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
4582
4649
|
|
|
4583
4650
|
// src/commands/PutModelInvocationLoggingConfigurationCommand.ts
|
|
4584
4651
|
|
|
4585
4652
|
|
|
4586
4653
|
|
|
4587
|
-
var
|
|
4654
|
+
var PutModelInvocationLoggingConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4588
4655
|
return [
|
|
4589
4656
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4590
4657
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4591
4658
|
];
|
|
4592
4659
|
}).s("AmazonBedrockControlPlaneService", "PutModelInvocationLoggingConfiguration", {}).n("BedrockClient", "PutModelInvocationLoggingConfigurationCommand").f(void 0, void 0).ser(se_PutModelInvocationLoggingConfigurationCommand).de(de_PutModelInvocationLoggingConfigurationCommand).build() {
|
|
4660
|
+
static {
|
|
4661
|
+
__name(this, "PutModelInvocationLoggingConfigurationCommand");
|
|
4662
|
+
}
|
|
4593
4663
|
};
|
|
4594
|
-
__name(_PutModelInvocationLoggingConfigurationCommand, "PutModelInvocationLoggingConfigurationCommand");
|
|
4595
|
-
var PutModelInvocationLoggingConfigurationCommand = _PutModelInvocationLoggingConfigurationCommand;
|
|
4596
4664
|
|
|
4597
4665
|
// src/commands/RegisterMarketplaceModelEndpointCommand.ts
|
|
4598
4666
|
|
|
4599
4667
|
|
|
4600
4668
|
|
|
4601
|
-
var
|
|
4669
|
+
var RegisterMarketplaceModelEndpointCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4602
4670
|
return [
|
|
4603
4671
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4604
4672
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4605
4673
|
];
|
|
4606
4674
|
}).s("AmazonBedrockControlPlaneService", "RegisterMarketplaceModelEndpoint", {}).n("BedrockClient", "RegisterMarketplaceModelEndpointCommand").f(void 0, void 0).ser(se_RegisterMarketplaceModelEndpointCommand).de(de_RegisterMarketplaceModelEndpointCommand).build() {
|
|
4675
|
+
static {
|
|
4676
|
+
__name(this, "RegisterMarketplaceModelEndpointCommand");
|
|
4677
|
+
}
|
|
4607
4678
|
};
|
|
4608
|
-
__name(_RegisterMarketplaceModelEndpointCommand, "RegisterMarketplaceModelEndpointCommand");
|
|
4609
|
-
var RegisterMarketplaceModelEndpointCommand = _RegisterMarketplaceModelEndpointCommand;
|
|
4610
4679
|
|
|
4611
4680
|
// src/commands/StopEvaluationJobCommand.ts
|
|
4612
4681
|
|
|
4613
4682
|
|
|
4614
4683
|
|
|
4615
|
-
var
|
|
4684
|
+
var StopEvaluationJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4616
4685
|
return [
|
|
4617
4686
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4618
4687
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4619
4688
|
];
|
|
4620
4689
|
}).s("AmazonBedrockControlPlaneService", "StopEvaluationJob", {}).n("BedrockClient", "StopEvaluationJobCommand").f(StopEvaluationJobRequestFilterSensitiveLog, void 0).ser(se_StopEvaluationJobCommand).de(de_StopEvaluationJobCommand).build() {
|
|
4690
|
+
static {
|
|
4691
|
+
__name(this, "StopEvaluationJobCommand");
|
|
4692
|
+
}
|
|
4621
4693
|
};
|
|
4622
|
-
__name(_StopEvaluationJobCommand, "StopEvaluationJobCommand");
|
|
4623
|
-
var StopEvaluationJobCommand = _StopEvaluationJobCommand;
|
|
4624
4694
|
|
|
4625
4695
|
// src/commands/StopModelCustomizationJobCommand.ts
|
|
4626
4696
|
|
|
4627
4697
|
|
|
4628
4698
|
|
|
4629
|
-
var
|
|
4699
|
+
var StopModelCustomizationJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4630
4700
|
return [
|
|
4631
4701
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4632
4702
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4633
4703
|
];
|
|
4634
4704
|
}).s("AmazonBedrockControlPlaneService", "StopModelCustomizationJob", {}).n("BedrockClient", "StopModelCustomizationJobCommand").f(void 0, void 0).ser(se_StopModelCustomizationJobCommand).de(de_StopModelCustomizationJobCommand).build() {
|
|
4705
|
+
static {
|
|
4706
|
+
__name(this, "StopModelCustomizationJobCommand");
|
|
4707
|
+
}
|
|
4635
4708
|
};
|
|
4636
|
-
__name(_StopModelCustomizationJobCommand, "StopModelCustomizationJobCommand");
|
|
4637
|
-
var StopModelCustomizationJobCommand = _StopModelCustomizationJobCommand;
|
|
4638
4709
|
|
|
4639
4710
|
// src/commands/StopModelInvocationJobCommand.ts
|
|
4640
4711
|
|
|
4641
4712
|
|
|
4642
4713
|
|
|
4643
|
-
var
|
|
4714
|
+
var StopModelInvocationJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4644
4715
|
return [
|
|
4645
4716
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4646
4717
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4647
4718
|
];
|
|
4648
4719
|
}).s("AmazonBedrockControlPlaneService", "StopModelInvocationJob", {}).n("BedrockClient", "StopModelInvocationJobCommand").f(void 0, void 0).ser(se_StopModelInvocationJobCommand).de(de_StopModelInvocationJobCommand).build() {
|
|
4720
|
+
static {
|
|
4721
|
+
__name(this, "StopModelInvocationJobCommand");
|
|
4722
|
+
}
|
|
4649
4723
|
};
|
|
4650
|
-
__name(_StopModelInvocationJobCommand, "StopModelInvocationJobCommand");
|
|
4651
|
-
var StopModelInvocationJobCommand = _StopModelInvocationJobCommand;
|
|
4652
4724
|
|
|
4653
4725
|
// src/commands/TagResourceCommand.ts
|
|
4654
4726
|
|
|
4655
4727
|
|
|
4656
4728
|
|
|
4657
|
-
var
|
|
4729
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4658
4730
|
return [
|
|
4659
4731
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4660
4732
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4661
4733
|
];
|
|
4662
4734
|
}).s("AmazonBedrockControlPlaneService", "TagResource", {}).n("BedrockClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
4735
|
+
static {
|
|
4736
|
+
__name(this, "TagResourceCommand");
|
|
4737
|
+
}
|
|
4663
4738
|
};
|
|
4664
|
-
__name(_TagResourceCommand, "TagResourceCommand");
|
|
4665
|
-
var TagResourceCommand = _TagResourceCommand;
|
|
4666
4739
|
|
|
4667
4740
|
// src/commands/UntagResourceCommand.ts
|
|
4668
4741
|
|
|
4669
4742
|
|
|
4670
4743
|
|
|
4671
|
-
var
|
|
4744
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4672
4745
|
return [
|
|
4673
4746
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4674
4747
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4675
4748
|
];
|
|
4676
4749
|
}).s("AmazonBedrockControlPlaneService", "UntagResource", {}).n("BedrockClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
4750
|
+
static {
|
|
4751
|
+
__name(this, "UntagResourceCommand");
|
|
4752
|
+
}
|
|
4677
4753
|
};
|
|
4678
|
-
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
4679
|
-
var UntagResourceCommand = _UntagResourceCommand;
|
|
4680
4754
|
|
|
4681
4755
|
// src/commands/UpdateGuardrailCommand.ts
|
|
4682
4756
|
|
|
4683
4757
|
|
|
4684
4758
|
|
|
4685
|
-
var
|
|
4759
|
+
var UpdateGuardrailCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4686
4760
|
return [
|
|
4687
4761
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4688
4762
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4689
4763
|
];
|
|
4690
4764
|
}).s("AmazonBedrockControlPlaneService", "UpdateGuardrail", {}).n("BedrockClient", "UpdateGuardrailCommand").f(UpdateGuardrailRequestFilterSensitiveLog, void 0).ser(se_UpdateGuardrailCommand).de(de_UpdateGuardrailCommand).build() {
|
|
4765
|
+
static {
|
|
4766
|
+
__name(this, "UpdateGuardrailCommand");
|
|
4767
|
+
}
|
|
4691
4768
|
};
|
|
4692
|
-
__name(_UpdateGuardrailCommand, "UpdateGuardrailCommand");
|
|
4693
|
-
var UpdateGuardrailCommand = _UpdateGuardrailCommand;
|
|
4694
4769
|
|
|
4695
4770
|
// src/commands/UpdateMarketplaceModelEndpointCommand.ts
|
|
4696
4771
|
|
|
4697
4772
|
|
|
4698
4773
|
|
|
4699
|
-
var
|
|
4774
|
+
var UpdateMarketplaceModelEndpointCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4700
4775
|
return [
|
|
4701
4776
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4702
4777
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4703
4778
|
];
|
|
4704
4779
|
}).s("AmazonBedrockControlPlaneService", "UpdateMarketplaceModelEndpoint", {}).n("BedrockClient", "UpdateMarketplaceModelEndpointCommand").f(void 0, void 0).ser(se_UpdateMarketplaceModelEndpointCommand).de(de_UpdateMarketplaceModelEndpointCommand).build() {
|
|
4780
|
+
static {
|
|
4781
|
+
__name(this, "UpdateMarketplaceModelEndpointCommand");
|
|
4782
|
+
}
|
|
4705
4783
|
};
|
|
4706
|
-
__name(_UpdateMarketplaceModelEndpointCommand, "UpdateMarketplaceModelEndpointCommand");
|
|
4707
|
-
var UpdateMarketplaceModelEndpointCommand = _UpdateMarketplaceModelEndpointCommand;
|
|
4708
4784
|
|
|
4709
4785
|
// src/commands/UpdateProvisionedModelThroughputCommand.ts
|
|
4710
4786
|
|
|
4711
4787
|
|
|
4712
4788
|
|
|
4713
|
-
var
|
|
4789
|
+
var UpdateProvisionedModelThroughputCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4714
4790
|
return [
|
|
4715
4791
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4716
4792
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
4717
4793
|
];
|
|
4718
4794
|
}).s("AmazonBedrockControlPlaneService", "UpdateProvisionedModelThroughput", {}).n("BedrockClient", "UpdateProvisionedModelThroughputCommand").f(void 0, void 0).ser(se_UpdateProvisionedModelThroughputCommand).de(de_UpdateProvisionedModelThroughputCommand).build() {
|
|
4795
|
+
static {
|
|
4796
|
+
__name(this, "UpdateProvisionedModelThroughputCommand");
|
|
4797
|
+
}
|
|
4719
4798
|
};
|
|
4720
|
-
__name(_UpdateProvisionedModelThroughputCommand, "UpdateProvisionedModelThroughputCommand");
|
|
4721
|
-
var UpdateProvisionedModelThroughputCommand = _UpdateProvisionedModelThroughputCommand;
|
|
4722
4799
|
|
|
4723
4800
|
// src/Bedrock.ts
|
|
4724
4801
|
var commands = {
|
|
@@ -4780,10 +4857,11 @@ var commands = {
|
|
|
4780
4857
|
UpdateMarketplaceModelEndpointCommand,
|
|
4781
4858
|
UpdateProvisionedModelThroughputCommand
|
|
4782
4859
|
};
|
|
4783
|
-
var
|
|
4860
|
+
var Bedrock = class extends BedrockClient {
|
|
4861
|
+
static {
|
|
4862
|
+
__name(this, "Bedrock");
|
|
4863
|
+
}
|
|
4784
4864
|
};
|
|
4785
|
-
__name(_Bedrock, "Bedrock");
|
|
4786
|
-
var Bedrock = _Bedrock;
|
|
4787
4865
|
(0, import_smithy_client.createAggregatedClient)(commands, Bedrock);
|
|
4788
4866
|
|
|
4789
4867
|
// src/pagination/ListCustomModelsPaginator.ts
|