@aws-sdk/client-bedrock 3.936.0 → 3.938.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.
Files changed (45) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +183 -20
  3. package/dist-es/Bedrock.js +6 -0
  4. package/dist-es/commands/DeleteEnforcedGuardrailConfigurationCommand.js +16 -0
  5. package/dist-es/commands/ListEnforcedGuardrailsConfigurationCommand.js +16 -0
  6. package/dist-es/commands/PutEnforcedGuardrailConfigurationCommand.js +16 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/models/enums.js +4 -0
  9. package/dist-es/models/models_0.js +3 -1
  10. package/dist-es/pagination/ListEnforcedGuardrailsConfigurationPaginator.js +4 -0
  11. package/dist-es/pagination/index.js +1 -0
  12. package/dist-es/schemas/schemas_0.js +133 -20
  13. package/dist-types/Bedrock.d.ts +22 -0
  14. package/dist-types/BedrockClient.d.ts +5 -2
  15. package/dist-types/commands/DeleteEnforcedGuardrailConfigurationCommand.d.ts +87 -0
  16. package/dist-types/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +1 -1
  17. package/dist-types/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +1 -1
  18. package/dist-types/commands/ListEnforcedGuardrailsConfigurationCommand.d.ts +103 -0
  19. package/dist-types/commands/ListInferenceProfilesCommand.d.ts +2 -1
  20. package/dist-types/commands/PutEnforcedGuardrailConfigurationCommand.d.ts +99 -0
  21. package/dist-types/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +1 -2
  22. package/dist-types/commands/index.d.ts +3 -0
  23. package/dist-types/models/enums.d.ts +12 -0
  24. package/dist-types/models/models_0.d.ts +167 -124
  25. package/dist-types/models/models_1.d.ts +124 -1
  26. package/dist-types/pagination/ListEnforcedGuardrailsConfigurationPaginator.d.ts +7 -0
  27. package/dist-types/pagination/index.d.ts +1 -0
  28. package/dist-types/schemas/schemas_0.d.ts +12 -0
  29. package/dist-types/ts3.4/Bedrock.d.ts +70 -0
  30. package/dist-types/ts3.4/BedrockClient.d.ts +18 -0
  31. package/dist-types/ts3.4/commands/DeleteEnforcedGuardrailConfigurationCommand.d.ts +51 -0
  32. package/dist-types/ts3.4/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +1 -1
  33. package/dist-types/ts3.4/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +1 -1
  34. package/dist-types/ts3.4/commands/ListEnforcedGuardrailsConfigurationCommand.d.ts +51 -0
  35. package/dist-types/ts3.4/commands/ListInferenceProfilesCommand.d.ts +2 -4
  36. package/dist-types/ts3.4/commands/PutEnforcedGuardrailConfigurationCommand.d.ts +51 -0
  37. package/dist-types/ts3.4/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +4 -2
  38. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  39. package/dist-types/ts3.4/models/enums.d.ts +5 -0
  40. package/dist-types/ts3.4/models/models_0.d.ts +45 -30
  41. package/dist-types/ts3.4/models/models_1.d.ts +31 -0
  42. package/dist-types/ts3.4/pagination/ListEnforcedGuardrailsConfigurationPaginator.d.ts +11 -0
  43. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  44. package/dist-types/ts3.4/schemas/schemas_0.d.ts +12 -0
  45. package/package.json +1 -1
@@ -1,3 +1,7 @@
1
+ export const InputTags = {
2
+ HONOR: "HONOR",
3
+ IGNORE: "IGNORE",
4
+ };
1
5
  export const AgreementStatus = {
2
6
  AVAILABLE: "AVAILABLE",
3
7
  ERROR: "ERROR",
@@ -1 +1,3 @@
1
- export {};
1
+ export const ConfigurationOwner = {
2
+ ACCOUNT: "ACCOUNT",
3
+ };
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { BedrockClient } from "../BedrockClient";
3
+ import { ListEnforcedGuardrailsConfigurationCommand, } from "../commands/ListEnforcedGuardrailsConfigurationCommand";
4
+ export const paginateListEnforcedGuardrailsConfiguration = createPaginator(BedrockClient, ListEnforcedGuardrailsConfigurationCommand, "nextToken", "nextToken", "");
@@ -5,6 +5,7 @@ export * from "./ListAutomatedReasoningPolicyTestCasesPaginator";
5
5
  export * from "./ListAutomatedReasoningPolicyTestResultsPaginator";
6
6
  export * from "./ListCustomModelDeploymentsPaginator";
7
7
  export * from "./ListCustomModelsPaginator";
8
+ export * from "./ListEnforcedGuardrailsConfigurationPaginator";
8
9
  export * from "./ListEvaluationJobsPaginator";
9
10
  export * from "./ListGuardrailsPaginator";
10
11
  export * from "./ListImportedModelsPaginator";
@@ -4,6 +4,9 @@ const _AEC = "AutomatedEvaluationConfig";
4
4
  const _AECM = "AutomatedEvaluationCustomMetrics";
5
5
  const _AECMC = "AutomatedEvaluationCustomMetricConfig";
6
6
  const _AECMS = "AutomatedEvaluationCustomMetricSource";
7
+ const _AEGIIC = "AccountEnforcedGuardrailInferenceInputConfiguration";
8
+ const _AEGOC = "AccountEnforcedGuardrailOutputConfiguration";
9
+ const _AEGOCc = "AccountEnforcedGuardrailsOutputConfiguration";
7
10
  const _ARCDSL = "AutomatedReasoningCheckDifferenceScenarioList";
8
11
  const _ARCF = "AutomatedReasoningCheckFinding";
9
12
  const _ARCFL = "AutomatedReasoningCheckFindingList";
@@ -214,6 +217,9 @@ const _DCMDR = "DeleteCustomModelDeploymentRequest";
214
217
  const _DCMDRe = "DeleteCustomModelDeploymentResponse";
215
218
  const _DCMR = "DeleteCustomModelRequest";
216
219
  const _DCMRe = "DeleteCustomModelResponse";
220
+ const _DEGC = "DeleteEnforcedGuardrailConfiguration";
221
+ const _DEGCR = "DeleteEnforcedGuardrailConfigurationRequest";
222
+ const _DEGCRe = "DeleteEnforcedGuardrailConfigurationResponse";
217
223
  const _DFMA = "DeleteFoundationModelAgreement";
218
224
  const _DFMAR = "DeleteFoundationModelAgreementRequest";
219
225
  const _DFMARe = "DeleteFoundationModelAgreementResponse";
@@ -469,6 +475,9 @@ const _LCMDR = "ListCustomModelDeploymentsRequest";
469
475
  const _LCMDRi = "ListCustomModelDeploymentsResponse";
470
476
  const _LCMR = "ListCustomModelsRequest";
471
477
  const _LCMRi = "ListCustomModelsResponse";
478
+ const _LEGC = "ListEnforcedGuardrailsConfiguration";
479
+ const _LEGCR = "ListEnforcedGuardrailsConfigurationRequest";
480
+ const _LEGCRi = "ListEnforcedGuardrailsConfigurationResponse";
472
481
  const _LEJ = "ListEvaluationJobs";
473
482
  const _LEJR = "ListEvaluationJobsRequest";
474
483
  const _LEJRi = "ListEvaluationJobsResponse";
@@ -538,6 +547,9 @@ const _OC = "OrchestrationConfiguration";
538
547
  const _ODC = "OutputDataConfig";
539
548
  const _Of = "Offers";
540
549
  const _PC = "PerformanceConfiguration";
550
+ const _PEGC = "PutEnforcedGuardrailConfiguration";
551
+ const _PEGCR = "PutEnforcedGuardrailConfigurationRequest";
552
+ const _PEGCRu = "PutEnforcedGuardrailConfigurationResponse";
541
553
  const _PMILC = "PutModelInvocationLoggingConfiguration";
542
554
  const _PMILCR = "PutModelInvocationLoggingConfigurationRequest";
543
555
  const _PMILCRu = "PutModelInvocationLoggingConfigurationResponse";
@@ -696,7 +708,8 @@ const _bWT = "buildWorkflowType";
696
708
  const _c = "client";
697
709
  const _cA = "createdAt";
698
710
  const _cAr = "createdAfter";
699
- const _cB = "createdBefore";
711
+ const _cB = "createdBy";
712
+ const _cBr = "createdBefore";
700
713
  const _cC = "customizationConfig";
701
714
  const _cD = "commitmentDuration";
702
715
  const _cEKI = "customerEncryptionKeyId";
@@ -705,6 +718,7 @@ const _cF = "copyFrom";
705
718
  const _cFS = "claimsFalseScenario";
706
719
  const _cGP = "contextualGroundingPolicy";
707
720
  const _cGPC = "contextualGroundingPolicyConfig";
721
+ const _cI = "configId";
708
722
  const _cM = "customMetrics";
709
723
  const _cMA = "customModelArn";
710
724
  const _cMC = "customMetricConfig";
@@ -813,8 +827,10 @@ const _gA = "guardrailArn";
813
827
  const _gC = "guardContent";
814
828
  const _gCe = "generationConfiguration";
815
829
  const _gCu = "guardrailConfiguration";
816
- const _gI = "guardrailId";
817
- const _gIu = "guardrailIdentifier";
830
+ const _gCua = "guardrailsConfig";
831
+ const _gI = "guardrailIdentifier";
832
+ const _gIC = "guardrailInferenceConfig";
833
+ const _gIu = "guardrailId";
818
834
  const _gPA = "guardrailProfileArn";
819
835
  const _gPI = "guardrailProfileIdentifier";
820
836
  const _gPIu = "guardrailProfileId";
@@ -858,9 +874,10 @@ const _iPS = "inferenceProfileSummaries";
858
874
  const _iS = "instructSupported";
859
875
  const _iSI = "inferenceSourceIdentifier";
860
876
  const _iSn = "inputStrength";
861
- const _iT = "instanceType";
877
+ const _iT = "inputTags";
862
878
  const _iTS = "inferenceTypesSupported";
863
879
  const _iTd = "idempotencyToken";
880
+ const _iTn = "instanceType";
864
881
  const _id = "identifier";
865
882
  const _im = "impossible";
866
883
  const _in = "instructions";
@@ -953,7 +970,7 @@ const _nORR = "numberOfRerankedResults";
953
970
  const _nT = "nextToken";
954
971
  const _nTo = "noTranslations";
955
972
  const _nV = "newValue";
956
- const _o = "options";
973
+ const _o = "owner";
957
974
  const _oA = "outputAction";
958
975
  const _oAI = "ownerAccountId";
959
976
  const _oAr = "orAll";
@@ -971,6 +988,7 @@ const _oST = "overrideSearchType";
971
988
  const _oT = "offerToken";
972
989
  const _oTf = "offerType";
973
990
  const _of = "offers";
991
+ const _op = "options";
974
992
  const _p = "premises";
975
993
  const _pA = "policyArn";
976
994
  const _pC = "performanceConfig";
@@ -1129,6 +1147,7 @@ const _ty = "type";
1129
1147
  const _typ = "types";
1130
1148
  const _u = "unit";
1131
1149
  const _uA = "updatedAt";
1150
+ const _uB = "updatedBy";
1132
1151
  const _uBPT = "usageBasedPricingTerm";
1133
1152
  const _uC = "untranslatedClaims";
1134
1153
  const _uFRF = "updateFromRulesFeedback";
@@ -1234,6 +1253,22 @@ export var AccessDeniedException = [
1234
1253
  [0],
1235
1254
  ];
1236
1255
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
1256
+ export var AccountEnforcedGuardrailInferenceInputConfiguration = [
1257
+ 3,
1258
+ n0,
1259
+ _AEGIIC,
1260
+ 0,
1261
+ [_gI, _gV, _iT],
1262
+ [0, 0, 0],
1263
+ ];
1264
+ export var AccountEnforcedGuardrailOutputConfiguration = [
1265
+ 3,
1266
+ n0,
1267
+ _AEGOC,
1268
+ 0,
1269
+ [_cI, _gA, _gIu, _iT, _gV, _cA, _cB, _uA, _uB, _o],
1270
+ [0, 0, 0, 0, 0, 5, 0, 5, 0, 0],
1271
+ ];
1237
1272
  export var AgreementAvailability = [3, n0, _AA, 0, [_s, _eM], [0, 0]];
1238
1273
  export var AutomatedEvaluationConfig = [
1239
1274
  3,
@@ -1338,7 +1373,7 @@ export var AutomatedReasoningCheckTranslationAmbiguousFinding = [
1338
1373
  n0,
1339
1374
  _ARCTAF,
1340
1375
  0,
1341
- [_o, _dS],
1376
+ [_op, _dS],
1342
1377
  [
1343
1378
  [() => AutomatedReasoningCheckTranslationOptionList, 0],
1344
1379
  [() => AutomatedReasoningCheckDifferenceScenarioList, 0],
@@ -1991,20 +2026,20 @@ export var CreateGuardrailRequest = [
1991
2026
  [0, 4],
1992
2027
  ],
1993
2028
  ];
1994
- export var CreateGuardrailResponse = [3, n0, _CGRr, 0, [_gI, _gA, _ve, _cA], [0, 0, 0, 5]];
2029
+ export var CreateGuardrailResponse = [3, n0, _CGRr, 0, [_gIu, _gA, _ve, _cA], [0, 0, 0, 5]];
1995
2030
  export var CreateGuardrailVersionRequest = [
1996
2031
  3,
1997
2032
  n0,
1998
2033
  _CGVR,
1999
2034
  0,
2000
- [_gIu, _d, _cRT],
2035
+ [_gI, _d, _cRT],
2001
2036
  [
2002
2037
  [0, 1],
2003
2038
  [() => GuardrailDescription, 0],
2004
2039
  [0, 4],
2005
2040
  ],
2006
2041
  ];
2007
- export var CreateGuardrailVersionResponse = [3, n0, _CGVRr, 0, [_gI, _ve], [0, 0]];
2042
+ export var CreateGuardrailVersionResponse = [3, n0, _CGVRr, 0, [_gIu, _ve], [0, 0]];
2008
2043
  export var CreateInferenceProfileRequest = [
2009
2044
  3,
2010
2045
  n0,
@@ -2210,6 +2245,8 @@ export var DeleteCustomModelDeploymentRequest = [3, n0, _DCMDR, 0, [_cMDI], [[0,
2210
2245
  export var DeleteCustomModelDeploymentResponse = [3, n0, _DCMDRe, 0, [], []];
2211
2246
  export var DeleteCustomModelRequest = [3, n0, _DCMR, 0, [_mI], [[0, 1]]];
2212
2247
  export var DeleteCustomModelResponse = [3, n0, _DCMRe, 0, [], []];
2248
+ export var DeleteEnforcedGuardrailConfigurationRequest = [3, n0, _DEGCR, 0, [_cI], [[0, 1]]];
2249
+ export var DeleteEnforcedGuardrailConfigurationResponse = [3, n0, _DEGCRe, 0, [], []];
2213
2250
  export var DeleteFoundationModelAgreementRequest = [3, n0, _DFMAR, 0, [_mIo], [0]];
2214
2251
  export var DeleteFoundationModelAgreementResponse = [3, n0, _DFMARe, 0, [], []];
2215
2252
  export var DeleteGuardrailRequest = [
@@ -2217,7 +2254,7 @@ export var DeleteGuardrailRequest = [
2217
2254
  n0,
2218
2255
  _DGR,
2219
2256
  0,
2220
- [_gIu, _gV],
2257
+ [_gI, _gV],
2221
2258
  [
2222
2259
  [0, 1],
2223
2260
  [
@@ -2588,7 +2625,7 @@ export var GetGuardrailRequest = [
2588
2625
  n0,
2589
2626
  _GGR,
2590
2627
  0,
2591
- [_gIu, _gV],
2628
+ [_gI, _gV],
2592
2629
  [
2593
2630
  [0, 1],
2594
2631
  [
@@ -2604,7 +2641,7 @@ export var GetGuardrailResponse = [
2604
2641
  n0,
2605
2642
  _GGRe,
2606
2643
  0,
2607
- [_n, _d, _gI, _gA, _ve, _s, _tP, _cP, _wP, _sIP, _cGP, _aRP, _cRD, _cA, _uA, _sRt, _fR, _bIM, _bOM, _kKA],
2644
+ [_n, _d, _gIu, _gA, _ve, _s, _tP, _cP, _wP, _sIP, _cGP, _aRP, _cRD, _cA, _uA, _sRt, _fR, _bIM, _bOM, _kKA],
2608
2645
  [
2609
2646
  [() => GuardrailName, 0],
2610
2647
  [() => GuardrailDescription, 0],
@@ -2797,7 +2834,7 @@ export var GetUseCaseForModelAccessRequest = [3, n0, _GUCFMAR, 0, [], []];
2797
2834
  export var GetUseCaseForModelAccessResponse = [3, n0, _GUCFMARe, 0, [_fD], [21]];
2798
2835
  export var GuardrailAutomatedReasoningPolicy = [3, n0, _GARP, 0, [_po, _cT], [64 | 0, 1]];
2799
2836
  export var GuardrailAutomatedReasoningPolicyConfig = [3, n0, _GARPC, 0, [_po, _cT], [64 | 0, 1]];
2800
- export var GuardrailConfiguration = [3, n0, _GCu, 0, [_gI, _gV], [0, 0]];
2837
+ export var GuardrailConfiguration = [3, n0, _GCu, 0, [_gIu, _gV], [0, 0]];
2801
2838
  export var GuardrailContentFilter = [
2802
2839
  3,
2803
2840
  n0,
@@ -3316,12 +3353,12 @@ export var ListCustomModelDeploymentsRequest = [
3316
3353
  n0,
3317
3354
  _LCMDR,
3318
3355
  0,
3319
- [_cB, _cAr, _nC, _mR, _nT, _sB, _sO, _sEt, _mAE],
3356
+ [_cBr, _cAr, _nC, _mR, _nT, _sB, _sO, _sEt, _mAE],
3320
3357
  [
3321
3358
  [
3322
3359
  5,
3323
3360
  {
3324
- [_hQ]: _cB,
3361
+ [_hQ]: _cBr,
3325
3362
  },
3326
3363
  ],
3327
3364
  [
@@ -3465,6 +3502,29 @@ export var ListCustomModelsResponse = [
3465
3502
  [_nT, _mSod],
3466
3503
  [0, () => CustomModelSummaryList],
3467
3504
  ];
3505
+ export var ListEnforcedGuardrailsConfigurationRequest = [
3506
+ 3,
3507
+ n0,
3508
+ _LEGCR,
3509
+ 0,
3510
+ [_nT],
3511
+ [
3512
+ [
3513
+ 0,
3514
+ {
3515
+ [_hQ]: _nT,
3516
+ },
3517
+ ],
3518
+ ],
3519
+ ];
3520
+ export var ListEnforcedGuardrailsConfigurationResponse = [
3521
+ 3,
3522
+ n0,
3523
+ _LEGCRi,
3524
+ 0,
3525
+ [_gCua, _nT],
3526
+ [() => AccountEnforcedGuardrailsOutputConfiguration, 0],
3527
+ ];
3468
3528
  export var ListEvaluationJobsRequest = [
3469
3529
  3,
3470
3530
  n0,
@@ -3606,12 +3666,12 @@ export var ListGuardrailsRequest = [
3606
3666
  n0,
3607
3667
  _LGR,
3608
3668
  0,
3609
- [_gIu, _mR, _nT],
3669
+ [_gI, _mR, _nT],
3610
3670
  [
3611
3671
  [
3612
3672
  0,
3613
3673
  {
3614
- [_hQ]: _gIu,
3674
+ [_hQ]: _gI,
3615
3675
  },
3616
3676
  ],
3617
3677
  [
@@ -4283,6 +4343,22 @@ export var ProvisionedModelSummary = [
4283
4343
  [_pMN, _pMA, _mA, _dMA, _fMA, _mU, _dMU, _s, _cD, _cET, _cTr, _lMT],
4284
4344
  [0, 0, 0, 0, 0, 1, 1, 0, 0, 5, 5, 5],
4285
4345
  ];
4346
+ export var PutEnforcedGuardrailConfigurationRequest = [
4347
+ 3,
4348
+ n0,
4349
+ _PEGCR,
4350
+ 0,
4351
+ [_cI, _gIC],
4352
+ [0, () => AccountEnforcedGuardrailInferenceInputConfiguration],
4353
+ ];
4354
+ export var PutEnforcedGuardrailConfigurationResponse = [
4355
+ 3,
4356
+ n0,
4357
+ _PEGCRu,
4358
+ 0,
4359
+ [_cI, _uA, _uB],
4360
+ [0, 5, 0],
4361
+ ];
4286
4362
  export var PutModelInvocationLoggingConfigurationRequest = [
4287
4363
  3,
4288
4364
  n0,
@@ -4376,7 +4452,7 @@ export var SageMakerEndpoint = [
4376
4452
  n0,
4377
4453
  _SME,
4378
4454
  0,
4379
- [_iIC, _iT, _eRx, _kEK, _vp],
4455
+ [_iIC, _iTn, _eRx, _kEK, _vp],
4380
4456
  [1, 0, 0, 0, () => VpcConfig],
4381
4457
  ];
4382
4458
  export var ServiceQuotaExceededException = [
@@ -4577,7 +4653,7 @@ export var UpdateGuardrailRequest = [
4577
4653
  n0,
4578
4654
  _UGR,
4579
4655
  0,
4580
- [_gIu, _n, _d, _tPC, _cPC, _wPC, _sIPC, _cGPC, _aRPC, _cRC, _bIM, _bOM, _kKI],
4656
+ [_gI, _n, _d, _tPC, _cPC, _wPC, _sIPC, _cGPC, _aRPC, _cRC, _bIM, _bOM, _kKI],
4581
4657
  [
4582
4658
  [0, 1],
4583
4659
  [() => GuardrailName, 0],
@@ -4594,7 +4670,7 @@ export var UpdateGuardrailRequest = [
4594
4670
  0,
4595
4671
  ],
4596
4672
  ];
4597
- export var UpdateGuardrailResponse = [3, n0, _UGRp, 0, [_gI, _gA, _ve, _uA], [0, 0, 0, 5]];
4673
+ export var UpdateGuardrailResponse = [3, n0, _UGRp, 0, [_gIu, _gA, _ve, _uA], [0, 0, 0, 5]];
4598
4674
  export var UpdateMarketplaceModelEndpointRequest = [
4599
4675
  3,
4600
4676
  n0,
@@ -4665,6 +4741,13 @@ export var VpcConfig = [3, n0, _VC, 0, [_sI, _sGI], [64 | 0, 64 | 0]];
4665
4741
  export var __Unit = "unit";
4666
4742
  export var BedrockServiceException = [-3, _sm, "BedrockServiceException", 0, [], []];
4667
4743
  TypeRegistry.for(_sm).registerError(BedrockServiceException, __BedrockServiceException);
4744
+ export var AccountEnforcedGuardrailsOutputConfiguration = [
4745
+ 1,
4746
+ n0,
4747
+ _AEGOCc,
4748
+ 0,
4749
+ () => AccountEnforcedGuardrailOutputConfiguration,
4750
+ ];
4668
4751
  export var AutomatedEvaluationCustomMetrics = [
4669
4752
  1,
4670
4753
  n0,
@@ -5472,6 +5555,16 @@ export var DeleteCustomModelDeployment = [
5472
5555
  () => DeleteCustomModelDeploymentRequest,
5473
5556
  () => DeleteCustomModelDeploymentResponse,
5474
5557
  ];
5558
+ export var DeleteEnforcedGuardrailConfiguration = [
5559
+ 9,
5560
+ n0,
5561
+ _DEGC,
5562
+ {
5563
+ [_ht]: ["DELETE", "/enforcedGuardrailsConfiguration/{configId}", 200],
5564
+ },
5565
+ () => DeleteEnforcedGuardrailConfigurationRequest,
5566
+ () => DeleteEnforcedGuardrailConfigurationResponse,
5567
+ ];
5475
5568
  export var DeleteFoundationModelAgreement = [
5476
5569
  9,
5477
5570
  n0,
@@ -5876,6 +5969,16 @@ export var ListCustomModels = [
5876
5969
  () => ListCustomModelsRequest,
5877
5970
  () => ListCustomModelsResponse,
5878
5971
  ];
5972
+ export var ListEnforcedGuardrailsConfiguration = [
5973
+ 9,
5974
+ n0,
5975
+ _LEGC,
5976
+ {
5977
+ [_ht]: ["GET", "/enforcedGuardrailsConfiguration", 200],
5978
+ },
5979
+ () => ListEnforcedGuardrailsConfigurationRequest,
5980
+ () => ListEnforcedGuardrailsConfigurationResponse,
5981
+ ];
5879
5982
  export var ListEvaluationJobs = [
5880
5983
  9,
5881
5984
  n0,
@@ -6016,6 +6119,16 @@ export var ListTagsForResource = [
6016
6119
  () => ListTagsForResourceRequest,
6017
6120
  () => ListTagsForResourceResponse,
6018
6121
  ];
6122
+ export var PutEnforcedGuardrailConfiguration = [
6123
+ 9,
6124
+ n0,
6125
+ _PEGC,
6126
+ {
6127
+ [_ht]: ["PUT", "/enforcedGuardrailsConfiguration", 200],
6128
+ },
6129
+ () => PutEnforcedGuardrailConfigurationRequest,
6130
+ () => PutEnforcedGuardrailConfigurationResponse,
6131
+ ];
6019
6132
  export var PutModelInvocationLoggingConfiguration = [
6020
6133
  9,
6021
6134
  n0,
@@ -24,6 +24,7 @@ import { DeleteAutomatedReasoningPolicyCommandInput, DeleteAutomatedReasoningPol
24
24
  import { DeleteAutomatedReasoningPolicyTestCaseCommandInput, DeleteAutomatedReasoningPolicyTestCaseCommandOutput } from "./commands/DeleteAutomatedReasoningPolicyTestCaseCommand";
25
25
  import { DeleteCustomModelCommandInput, DeleteCustomModelCommandOutput } from "./commands/DeleteCustomModelCommand";
26
26
  import { DeleteCustomModelDeploymentCommandInput, DeleteCustomModelDeploymentCommandOutput } from "./commands/DeleteCustomModelDeploymentCommand";
27
+ import { DeleteEnforcedGuardrailConfigurationCommandInput, DeleteEnforcedGuardrailConfigurationCommandOutput } from "./commands/DeleteEnforcedGuardrailConfigurationCommand";
27
28
  import { DeleteFoundationModelAgreementCommandInput, DeleteFoundationModelAgreementCommandOutput } from "./commands/DeleteFoundationModelAgreementCommand";
28
29
  import { DeleteGuardrailCommandInput, DeleteGuardrailCommandOutput } from "./commands/DeleteGuardrailCommand";
29
30
  import { DeleteImportedModelCommandInput, DeleteImportedModelCommandOutput } from "./commands/DeleteImportedModelCommand";
@@ -64,6 +65,7 @@ import { ListAutomatedReasoningPolicyTestCasesCommandInput, ListAutomatedReasoni
64
65
  import { ListAutomatedReasoningPolicyTestResultsCommandInput, ListAutomatedReasoningPolicyTestResultsCommandOutput } from "./commands/ListAutomatedReasoningPolicyTestResultsCommand";
65
66
  import { ListCustomModelDeploymentsCommandInput, ListCustomModelDeploymentsCommandOutput } from "./commands/ListCustomModelDeploymentsCommand";
66
67
  import { ListCustomModelsCommandInput, ListCustomModelsCommandOutput } from "./commands/ListCustomModelsCommand";
68
+ import { ListEnforcedGuardrailsConfigurationCommandInput, ListEnforcedGuardrailsConfigurationCommandOutput } from "./commands/ListEnforcedGuardrailsConfigurationCommand";
67
69
  import { ListEvaluationJobsCommandInput, ListEvaluationJobsCommandOutput } from "./commands/ListEvaluationJobsCommand";
68
70
  import { ListFoundationModelAgreementOffersCommandInput, ListFoundationModelAgreementOffersCommandOutput } from "./commands/ListFoundationModelAgreementOffersCommand";
69
71
  import { ListFoundationModelsCommandInput, ListFoundationModelsCommandOutput } from "./commands/ListFoundationModelsCommand";
@@ -78,6 +80,7 @@ import { ListModelInvocationJobsCommandInput, ListModelInvocationJobsCommandOutp
78
80
  import { ListPromptRoutersCommandInput, ListPromptRoutersCommandOutput } from "./commands/ListPromptRoutersCommand";
79
81
  import { ListProvisionedModelThroughputsCommandInput, ListProvisionedModelThroughputsCommandOutput } from "./commands/ListProvisionedModelThroughputsCommand";
80
82
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
83
+ import { PutEnforcedGuardrailConfigurationCommandInput, PutEnforcedGuardrailConfigurationCommandOutput } from "./commands/PutEnforcedGuardrailConfigurationCommand";
81
84
  import { PutModelInvocationLoggingConfigurationCommandInput, PutModelInvocationLoggingConfigurationCommandOutput } from "./commands/PutModelInvocationLoggingConfigurationCommand";
82
85
  import { PutUseCaseForModelAccessCommandInput, PutUseCaseForModelAccessCommandOutput } from "./commands/PutUseCaseForModelAccessCommand";
83
86
  import { RegisterMarketplaceModelEndpointCommandInput, RegisterMarketplaceModelEndpointCommandOutput } from "./commands/RegisterMarketplaceModelEndpointCommand";
@@ -239,6 +242,12 @@ export interface Bedrock {
239
242
  deleteCustomModelDeployment(args: DeleteCustomModelDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomModelDeploymentCommandOutput>;
240
243
  deleteCustomModelDeployment(args: DeleteCustomModelDeploymentCommandInput, cb: (err: any, data?: DeleteCustomModelDeploymentCommandOutput) => void): void;
241
244
  deleteCustomModelDeployment(args: DeleteCustomModelDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomModelDeploymentCommandOutput) => void): void;
245
+ /**
246
+ * @see {@link DeleteEnforcedGuardrailConfigurationCommand}
247
+ */
248
+ deleteEnforcedGuardrailConfiguration(args: DeleteEnforcedGuardrailConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEnforcedGuardrailConfigurationCommandOutput>;
249
+ deleteEnforcedGuardrailConfiguration(args: DeleteEnforcedGuardrailConfigurationCommandInput, cb: (err: any, data?: DeleteEnforcedGuardrailConfigurationCommandOutput) => void): void;
250
+ deleteEnforcedGuardrailConfiguration(args: DeleteEnforcedGuardrailConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEnforcedGuardrailConfigurationCommandOutput) => void): void;
242
251
  /**
243
252
  * @see {@link DeleteFoundationModelAgreementCommand}
244
253
  */
@@ -485,6 +494,13 @@ export interface Bedrock {
485
494
  listCustomModels(args: ListCustomModelsCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomModelsCommandOutput>;
486
495
  listCustomModels(args: ListCustomModelsCommandInput, cb: (err: any, data?: ListCustomModelsCommandOutput) => void): void;
487
496
  listCustomModels(args: ListCustomModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomModelsCommandOutput) => void): void;
497
+ /**
498
+ * @see {@link ListEnforcedGuardrailsConfigurationCommand}
499
+ */
500
+ listEnforcedGuardrailsConfiguration(): Promise<ListEnforcedGuardrailsConfigurationCommandOutput>;
501
+ listEnforcedGuardrailsConfiguration(args: ListEnforcedGuardrailsConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<ListEnforcedGuardrailsConfigurationCommandOutput>;
502
+ listEnforcedGuardrailsConfiguration(args: ListEnforcedGuardrailsConfigurationCommandInput, cb: (err: any, data?: ListEnforcedGuardrailsConfigurationCommandOutput) => void): void;
503
+ listEnforcedGuardrailsConfiguration(args: ListEnforcedGuardrailsConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEnforcedGuardrailsConfigurationCommandOutput) => void): void;
488
504
  /**
489
505
  * @see {@link ListEvaluationJobsCommand}
490
506
  */
@@ -581,6 +597,12 @@ export interface Bedrock {
581
597
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
582
598
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
583
599
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
600
+ /**
601
+ * @see {@link PutEnforcedGuardrailConfigurationCommand}
602
+ */
603
+ putEnforcedGuardrailConfiguration(args: PutEnforcedGuardrailConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutEnforcedGuardrailConfigurationCommandOutput>;
604
+ putEnforcedGuardrailConfiguration(args: PutEnforcedGuardrailConfigurationCommandInput, cb: (err: any, data?: PutEnforcedGuardrailConfigurationCommandOutput) => void): void;
605
+ putEnforcedGuardrailConfiguration(args: PutEnforcedGuardrailConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutEnforcedGuardrailConfigurationCommandOutput) => void): void;
584
606
  /**
585
607
  * @see {@link PutModelInvocationLoggingConfigurationCommand}
586
608
  */
@@ -31,6 +31,7 @@ import { DeleteAutomatedReasoningPolicyCommandInput, DeleteAutomatedReasoningPol
31
31
  import { DeleteAutomatedReasoningPolicyTestCaseCommandInput, DeleteAutomatedReasoningPolicyTestCaseCommandOutput } from "./commands/DeleteAutomatedReasoningPolicyTestCaseCommand";
32
32
  import { DeleteCustomModelCommandInput, DeleteCustomModelCommandOutput } from "./commands/DeleteCustomModelCommand";
33
33
  import { DeleteCustomModelDeploymentCommandInput, DeleteCustomModelDeploymentCommandOutput } from "./commands/DeleteCustomModelDeploymentCommand";
34
+ import { DeleteEnforcedGuardrailConfigurationCommandInput, DeleteEnforcedGuardrailConfigurationCommandOutput } from "./commands/DeleteEnforcedGuardrailConfigurationCommand";
34
35
  import { DeleteFoundationModelAgreementCommandInput, DeleteFoundationModelAgreementCommandOutput } from "./commands/DeleteFoundationModelAgreementCommand";
35
36
  import { DeleteGuardrailCommandInput, DeleteGuardrailCommandOutput } from "./commands/DeleteGuardrailCommand";
36
37
  import { DeleteImportedModelCommandInput, DeleteImportedModelCommandOutput } from "./commands/DeleteImportedModelCommand";
@@ -71,6 +72,7 @@ import { ListAutomatedReasoningPolicyTestCasesCommandInput, ListAutomatedReasoni
71
72
  import { ListAutomatedReasoningPolicyTestResultsCommandInput, ListAutomatedReasoningPolicyTestResultsCommandOutput } from "./commands/ListAutomatedReasoningPolicyTestResultsCommand";
72
73
  import { ListCustomModelDeploymentsCommandInput, ListCustomModelDeploymentsCommandOutput } from "./commands/ListCustomModelDeploymentsCommand";
73
74
  import { ListCustomModelsCommandInput, ListCustomModelsCommandOutput } from "./commands/ListCustomModelsCommand";
75
+ import { ListEnforcedGuardrailsConfigurationCommandInput, ListEnforcedGuardrailsConfigurationCommandOutput } from "./commands/ListEnforcedGuardrailsConfigurationCommand";
74
76
  import { ListEvaluationJobsCommandInput, ListEvaluationJobsCommandOutput } from "./commands/ListEvaluationJobsCommand";
75
77
  import { ListFoundationModelAgreementOffersCommandInput, ListFoundationModelAgreementOffersCommandOutput } from "./commands/ListFoundationModelAgreementOffersCommand";
76
78
  import { ListFoundationModelsCommandInput, ListFoundationModelsCommandOutput } from "./commands/ListFoundationModelsCommand";
@@ -85,6 +87,7 @@ import { ListModelInvocationJobsCommandInput, ListModelInvocationJobsCommandOutp
85
87
  import { ListPromptRoutersCommandInput, ListPromptRoutersCommandOutput } from "./commands/ListPromptRoutersCommand";
86
88
  import { ListProvisionedModelThroughputsCommandInput, ListProvisionedModelThroughputsCommandOutput } from "./commands/ListProvisionedModelThroughputsCommand";
87
89
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
90
+ import { PutEnforcedGuardrailConfigurationCommandInput, PutEnforcedGuardrailConfigurationCommandOutput } from "./commands/PutEnforcedGuardrailConfigurationCommand";
88
91
  import { PutModelInvocationLoggingConfigurationCommandInput, PutModelInvocationLoggingConfigurationCommandOutput } from "./commands/PutModelInvocationLoggingConfigurationCommand";
89
92
  import { PutUseCaseForModelAccessCommandInput, PutUseCaseForModelAccessCommandOutput } from "./commands/PutUseCaseForModelAccessCommand";
90
93
  import { RegisterMarketplaceModelEndpointCommandInput, RegisterMarketplaceModelEndpointCommandOutput } from "./commands/RegisterMarketplaceModelEndpointCommand";
@@ -107,11 +110,11 @@ export { __Client };
107
110
  /**
108
111
  * @public
109
112
  */
110
- export type ServiceInputTypes = BatchDeleteEvaluationJobCommandInput | CancelAutomatedReasoningPolicyBuildWorkflowCommandInput | CreateAutomatedReasoningPolicyCommandInput | CreateAutomatedReasoningPolicyTestCaseCommandInput | CreateAutomatedReasoningPolicyVersionCommandInput | CreateCustomModelCommandInput | CreateCustomModelDeploymentCommandInput | CreateEvaluationJobCommandInput | CreateFoundationModelAgreementCommandInput | CreateGuardrailCommandInput | CreateGuardrailVersionCommandInput | CreateInferenceProfileCommandInput | CreateMarketplaceModelEndpointCommandInput | CreateModelCopyJobCommandInput | CreateModelCustomizationJobCommandInput | CreateModelImportJobCommandInput | CreateModelInvocationJobCommandInput | CreatePromptRouterCommandInput | CreateProvisionedModelThroughputCommandInput | DeleteAutomatedReasoningPolicyBuildWorkflowCommandInput | DeleteAutomatedReasoningPolicyCommandInput | DeleteAutomatedReasoningPolicyTestCaseCommandInput | DeleteCustomModelCommandInput | DeleteCustomModelDeploymentCommandInput | DeleteFoundationModelAgreementCommandInput | DeleteGuardrailCommandInput | DeleteImportedModelCommandInput | DeleteInferenceProfileCommandInput | DeleteMarketplaceModelEndpointCommandInput | DeleteModelInvocationLoggingConfigurationCommandInput | DeletePromptRouterCommandInput | DeleteProvisionedModelThroughputCommandInput | DeregisterMarketplaceModelEndpointCommandInput | ExportAutomatedReasoningPolicyVersionCommandInput | GetAutomatedReasoningPolicyAnnotationsCommandInput | GetAutomatedReasoningPolicyBuildWorkflowCommandInput | GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandInput | GetAutomatedReasoningPolicyCommandInput | GetAutomatedReasoningPolicyNextScenarioCommandInput | GetAutomatedReasoningPolicyTestCaseCommandInput | GetAutomatedReasoningPolicyTestResultCommandInput | GetCustomModelCommandInput | GetCustomModelDeploymentCommandInput | GetEvaluationJobCommandInput | GetFoundationModelAvailabilityCommandInput | GetFoundationModelCommandInput | GetGuardrailCommandInput | GetImportedModelCommandInput | GetInferenceProfileCommandInput | GetMarketplaceModelEndpointCommandInput | GetModelCopyJobCommandInput | GetModelCustomizationJobCommandInput | GetModelImportJobCommandInput | GetModelInvocationJobCommandInput | GetModelInvocationLoggingConfigurationCommandInput | GetPromptRouterCommandInput | GetProvisionedModelThroughputCommandInput | GetUseCaseForModelAccessCommandInput | ListAutomatedReasoningPoliciesCommandInput | ListAutomatedReasoningPolicyBuildWorkflowsCommandInput | ListAutomatedReasoningPolicyTestCasesCommandInput | ListAutomatedReasoningPolicyTestResultsCommandInput | ListCustomModelDeploymentsCommandInput | ListCustomModelsCommandInput | ListEvaluationJobsCommandInput | ListFoundationModelAgreementOffersCommandInput | ListFoundationModelsCommandInput | ListGuardrailsCommandInput | ListImportedModelsCommandInput | ListInferenceProfilesCommandInput | ListMarketplaceModelEndpointsCommandInput | ListModelCopyJobsCommandInput | ListModelCustomizationJobsCommandInput | ListModelImportJobsCommandInput | ListModelInvocationJobsCommandInput | ListPromptRoutersCommandInput | ListProvisionedModelThroughputsCommandInput | ListTagsForResourceCommandInput | PutModelInvocationLoggingConfigurationCommandInput | PutUseCaseForModelAccessCommandInput | RegisterMarketplaceModelEndpointCommandInput | StartAutomatedReasoningPolicyBuildWorkflowCommandInput | StartAutomatedReasoningPolicyTestWorkflowCommandInput | StopEvaluationJobCommandInput | StopModelCustomizationJobCommandInput | StopModelInvocationJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAutomatedReasoningPolicyAnnotationsCommandInput | UpdateAutomatedReasoningPolicyCommandInput | UpdateAutomatedReasoningPolicyTestCaseCommandInput | UpdateGuardrailCommandInput | UpdateMarketplaceModelEndpointCommandInput | UpdateProvisionedModelThroughputCommandInput;
113
+ export type ServiceInputTypes = BatchDeleteEvaluationJobCommandInput | CancelAutomatedReasoningPolicyBuildWorkflowCommandInput | CreateAutomatedReasoningPolicyCommandInput | CreateAutomatedReasoningPolicyTestCaseCommandInput | CreateAutomatedReasoningPolicyVersionCommandInput | CreateCustomModelCommandInput | CreateCustomModelDeploymentCommandInput | CreateEvaluationJobCommandInput | CreateFoundationModelAgreementCommandInput | CreateGuardrailCommandInput | CreateGuardrailVersionCommandInput | CreateInferenceProfileCommandInput | CreateMarketplaceModelEndpointCommandInput | CreateModelCopyJobCommandInput | CreateModelCustomizationJobCommandInput | CreateModelImportJobCommandInput | CreateModelInvocationJobCommandInput | CreatePromptRouterCommandInput | CreateProvisionedModelThroughputCommandInput | DeleteAutomatedReasoningPolicyBuildWorkflowCommandInput | DeleteAutomatedReasoningPolicyCommandInput | DeleteAutomatedReasoningPolicyTestCaseCommandInput | DeleteCustomModelCommandInput | DeleteCustomModelDeploymentCommandInput | DeleteEnforcedGuardrailConfigurationCommandInput | DeleteFoundationModelAgreementCommandInput | DeleteGuardrailCommandInput | DeleteImportedModelCommandInput | DeleteInferenceProfileCommandInput | DeleteMarketplaceModelEndpointCommandInput | DeleteModelInvocationLoggingConfigurationCommandInput | DeletePromptRouterCommandInput | DeleteProvisionedModelThroughputCommandInput | DeregisterMarketplaceModelEndpointCommandInput | ExportAutomatedReasoningPolicyVersionCommandInput | GetAutomatedReasoningPolicyAnnotationsCommandInput | GetAutomatedReasoningPolicyBuildWorkflowCommandInput | GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandInput | GetAutomatedReasoningPolicyCommandInput | GetAutomatedReasoningPolicyNextScenarioCommandInput | GetAutomatedReasoningPolicyTestCaseCommandInput | GetAutomatedReasoningPolicyTestResultCommandInput | GetCustomModelCommandInput | GetCustomModelDeploymentCommandInput | GetEvaluationJobCommandInput | GetFoundationModelAvailabilityCommandInput | GetFoundationModelCommandInput | GetGuardrailCommandInput | GetImportedModelCommandInput | GetInferenceProfileCommandInput | GetMarketplaceModelEndpointCommandInput | GetModelCopyJobCommandInput | GetModelCustomizationJobCommandInput | GetModelImportJobCommandInput | GetModelInvocationJobCommandInput | GetModelInvocationLoggingConfigurationCommandInput | GetPromptRouterCommandInput | GetProvisionedModelThroughputCommandInput | GetUseCaseForModelAccessCommandInput | ListAutomatedReasoningPoliciesCommandInput | ListAutomatedReasoningPolicyBuildWorkflowsCommandInput | ListAutomatedReasoningPolicyTestCasesCommandInput | ListAutomatedReasoningPolicyTestResultsCommandInput | ListCustomModelDeploymentsCommandInput | ListCustomModelsCommandInput | ListEnforcedGuardrailsConfigurationCommandInput | ListEvaluationJobsCommandInput | ListFoundationModelAgreementOffersCommandInput | ListFoundationModelsCommandInput | ListGuardrailsCommandInput | ListImportedModelsCommandInput | ListInferenceProfilesCommandInput | ListMarketplaceModelEndpointsCommandInput | ListModelCopyJobsCommandInput | ListModelCustomizationJobsCommandInput | ListModelImportJobsCommandInput | ListModelInvocationJobsCommandInput | ListPromptRoutersCommandInput | ListProvisionedModelThroughputsCommandInput | ListTagsForResourceCommandInput | PutEnforcedGuardrailConfigurationCommandInput | PutModelInvocationLoggingConfigurationCommandInput | PutUseCaseForModelAccessCommandInput | RegisterMarketplaceModelEndpointCommandInput | StartAutomatedReasoningPolicyBuildWorkflowCommandInput | StartAutomatedReasoningPolicyTestWorkflowCommandInput | StopEvaluationJobCommandInput | StopModelCustomizationJobCommandInput | StopModelInvocationJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAutomatedReasoningPolicyAnnotationsCommandInput | UpdateAutomatedReasoningPolicyCommandInput | UpdateAutomatedReasoningPolicyTestCaseCommandInput | UpdateGuardrailCommandInput | UpdateMarketplaceModelEndpointCommandInput | UpdateProvisionedModelThroughputCommandInput;
111
114
  /**
112
115
  * @public
113
116
  */
114
- export type ServiceOutputTypes = BatchDeleteEvaluationJobCommandOutput | CancelAutomatedReasoningPolicyBuildWorkflowCommandOutput | CreateAutomatedReasoningPolicyCommandOutput | CreateAutomatedReasoningPolicyTestCaseCommandOutput | CreateAutomatedReasoningPolicyVersionCommandOutput | CreateCustomModelCommandOutput | CreateCustomModelDeploymentCommandOutput | CreateEvaluationJobCommandOutput | CreateFoundationModelAgreementCommandOutput | CreateGuardrailCommandOutput | CreateGuardrailVersionCommandOutput | CreateInferenceProfileCommandOutput | CreateMarketplaceModelEndpointCommandOutput | CreateModelCopyJobCommandOutput | CreateModelCustomizationJobCommandOutput | CreateModelImportJobCommandOutput | CreateModelInvocationJobCommandOutput | CreatePromptRouterCommandOutput | CreateProvisionedModelThroughputCommandOutput | DeleteAutomatedReasoningPolicyBuildWorkflowCommandOutput | DeleteAutomatedReasoningPolicyCommandOutput | DeleteAutomatedReasoningPolicyTestCaseCommandOutput | DeleteCustomModelCommandOutput | DeleteCustomModelDeploymentCommandOutput | DeleteFoundationModelAgreementCommandOutput | DeleteGuardrailCommandOutput | DeleteImportedModelCommandOutput | DeleteInferenceProfileCommandOutput | DeleteMarketplaceModelEndpointCommandOutput | DeleteModelInvocationLoggingConfigurationCommandOutput | DeletePromptRouterCommandOutput | DeleteProvisionedModelThroughputCommandOutput | DeregisterMarketplaceModelEndpointCommandOutput | ExportAutomatedReasoningPolicyVersionCommandOutput | GetAutomatedReasoningPolicyAnnotationsCommandOutput | GetAutomatedReasoningPolicyBuildWorkflowCommandOutput | GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandOutput | GetAutomatedReasoningPolicyCommandOutput | GetAutomatedReasoningPolicyNextScenarioCommandOutput | GetAutomatedReasoningPolicyTestCaseCommandOutput | GetAutomatedReasoningPolicyTestResultCommandOutput | GetCustomModelCommandOutput | GetCustomModelDeploymentCommandOutput | GetEvaluationJobCommandOutput | GetFoundationModelAvailabilityCommandOutput | GetFoundationModelCommandOutput | GetGuardrailCommandOutput | GetImportedModelCommandOutput | GetInferenceProfileCommandOutput | GetMarketplaceModelEndpointCommandOutput | GetModelCopyJobCommandOutput | GetModelCustomizationJobCommandOutput | GetModelImportJobCommandOutput | GetModelInvocationJobCommandOutput | GetModelInvocationLoggingConfigurationCommandOutput | GetPromptRouterCommandOutput | GetProvisionedModelThroughputCommandOutput | GetUseCaseForModelAccessCommandOutput | ListAutomatedReasoningPoliciesCommandOutput | ListAutomatedReasoningPolicyBuildWorkflowsCommandOutput | ListAutomatedReasoningPolicyTestCasesCommandOutput | ListAutomatedReasoningPolicyTestResultsCommandOutput | ListCustomModelDeploymentsCommandOutput | ListCustomModelsCommandOutput | ListEvaluationJobsCommandOutput | ListFoundationModelAgreementOffersCommandOutput | ListFoundationModelsCommandOutput | ListGuardrailsCommandOutput | ListImportedModelsCommandOutput | ListInferenceProfilesCommandOutput | ListMarketplaceModelEndpointsCommandOutput | ListModelCopyJobsCommandOutput | ListModelCustomizationJobsCommandOutput | ListModelImportJobsCommandOutput | ListModelInvocationJobsCommandOutput | ListPromptRoutersCommandOutput | ListProvisionedModelThroughputsCommandOutput | ListTagsForResourceCommandOutput | PutModelInvocationLoggingConfigurationCommandOutput | PutUseCaseForModelAccessCommandOutput | RegisterMarketplaceModelEndpointCommandOutput | StartAutomatedReasoningPolicyBuildWorkflowCommandOutput | StartAutomatedReasoningPolicyTestWorkflowCommandOutput | StopEvaluationJobCommandOutput | StopModelCustomizationJobCommandOutput | StopModelInvocationJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAutomatedReasoningPolicyAnnotationsCommandOutput | UpdateAutomatedReasoningPolicyCommandOutput | UpdateAutomatedReasoningPolicyTestCaseCommandOutput | UpdateGuardrailCommandOutput | UpdateMarketplaceModelEndpointCommandOutput | UpdateProvisionedModelThroughputCommandOutput;
117
+ export type ServiceOutputTypes = BatchDeleteEvaluationJobCommandOutput | CancelAutomatedReasoningPolicyBuildWorkflowCommandOutput | CreateAutomatedReasoningPolicyCommandOutput | CreateAutomatedReasoningPolicyTestCaseCommandOutput | CreateAutomatedReasoningPolicyVersionCommandOutput | CreateCustomModelCommandOutput | CreateCustomModelDeploymentCommandOutput | CreateEvaluationJobCommandOutput | CreateFoundationModelAgreementCommandOutput | CreateGuardrailCommandOutput | CreateGuardrailVersionCommandOutput | CreateInferenceProfileCommandOutput | CreateMarketplaceModelEndpointCommandOutput | CreateModelCopyJobCommandOutput | CreateModelCustomizationJobCommandOutput | CreateModelImportJobCommandOutput | CreateModelInvocationJobCommandOutput | CreatePromptRouterCommandOutput | CreateProvisionedModelThroughputCommandOutput | DeleteAutomatedReasoningPolicyBuildWorkflowCommandOutput | DeleteAutomatedReasoningPolicyCommandOutput | DeleteAutomatedReasoningPolicyTestCaseCommandOutput | DeleteCustomModelCommandOutput | DeleteCustomModelDeploymentCommandOutput | DeleteEnforcedGuardrailConfigurationCommandOutput | DeleteFoundationModelAgreementCommandOutput | DeleteGuardrailCommandOutput | DeleteImportedModelCommandOutput | DeleteInferenceProfileCommandOutput | DeleteMarketplaceModelEndpointCommandOutput | DeleteModelInvocationLoggingConfigurationCommandOutput | DeletePromptRouterCommandOutput | DeleteProvisionedModelThroughputCommandOutput | DeregisterMarketplaceModelEndpointCommandOutput | ExportAutomatedReasoningPolicyVersionCommandOutput | GetAutomatedReasoningPolicyAnnotationsCommandOutput | GetAutomatedReasoningPolicyBuildWorkflowCommandOutput | GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandOutput | GetAutomatedReasoningPolicyCommandOutput | GetAutomatedReasoningPolicyNextScenarioCommandOutput | GetAutomatedReasoningPolicyTestCaseCommandOutput | GetAutomatedReasoningPolicyTestResultCommandOutput | GetCustomModelCommandOutput | GetCustomModelDeploymentCommandOutput | GetEvaluationJobCommandOutput | GetFoundationModelAvailabilityCommandOutput | GetFoundationModelCommandOutput | GetGuardrailCommandOutput | GetImportedModelCommandOutput | GetInferenceProfileCommandOutput | GetMarketplaceModelEndpointCommandOutput | GetModelCopyJobCommandOutput | GetModelCustomizationJobCommandOutput | GetModelImportJobCommandOutput | GetModelInvocationJobCommandOutput | GetModelInvocationLoggingConfigurationCommandOutput | GetPromptRouterCommandOutput | GetProvisionedModelThroughputCommandOutput | GetUseCaseForModelAccessCommandOutput | ListAutomatedReasoningPoliciesCommandOutput | ListAutomatedReasoningPolicyBuildWorkflowsCommandOutput | ListAutomatedReasoningPolicyTestCasesCommandOutput | ListAutomatedReasoningPolicyTestResultsCommandOutput | ListCustomModelDeploymentsCommandOutput | ListCustomModelsCommandOutput | ListEnforcedGuardrailsConfigurationCommandOutput | ListEvaluationJobsCommandOutput | ListFoundationModelAgreementOffersCommandOutput | ListFoundationModelsCommandOutput | ListGuardrailsCommandOutput | ListImportedModelsCommandOutput | ListInferenceProfilesCommandOutput | ListMarketplaceModelEndpointsCommandOutput | ListModelCopyJobsCommandOutput | ListModelCustomizationJobsCommandOutput | ListModelImportJobsCommandOutput | ListModelInvocationJobsCommandOutput | ListPromptRoutersCommandOutput | ListProvisionedModelThroughputsCommandOutput | ListTagsForResourceCommandOutput | PutEnforcedGuardrailConfigurationCommandOutput | PutModelInvocationLoggingConfigurationCommandOutput | PutUseCaseForModelAccessCommandOutput | RegisterMarketplaceModelEndpointCommandOutput | StartAutomatedReasoningPolicyBuildWorkflowCommandOutput | StartAutomatedReasoningPolicyTestWorkflowCommandOutput | StopEvaluationJobCommandOutput | StopModelCustomizationJobCommandOutput | StopModelInvocationJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAutomatedReasoningPolicyAnnotationsCommandOutput | UpdateAutomatedReasoningPolicyCommandOutput | UpdateAutomatedReasoningPolicyTestCaseCommandOutput | UpdateGuardrailCommandOutput | UpdateMarketplaceModelEndpointCommandOutput | UpdateProvisionedModelThroughputCommandOutput;
115
118
  /**
116
119
  * @public
117
120
  */
@@ -0,0 +1,87 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockClient";
4
+ import { DeleteEnforcedGuardrailConfigurationRequest, DeleteEnforcedGuardrailConfigurationResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteEnforcedGuardrailConfigurationCommand}.
14
+ */
15
+ export interface DeleteEnforcedGuardrailConfigurationCommandInput extends DeleteEnforcedGuardrailConfigurationRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteEnforcedGuardrailConfigurationCommand}.
21
+ */
22
+ export interface DeleteEnforcedGuardrailConfigurationCommandOutput extends DeleteEnforcedGuardrailConfigurationResponse, __MetadataBearer {
23
+ }
24
+ declare const DeleteEnforcedGuardrailConfigurationCommand_base: {
25
+ new (input: DeleteEnforcedGuardrailConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEnforcedGuardrailConfigurationCommandInput, DeleteEnforcedGuardrailConfigurationCommandOutput, BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteEnforcedGuardrailConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteEnforcedGuardrailConfigurationCommandInput, DeleteEnforcedGuardrailConfigurationCommandOutput, BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Deletes the account-level enforced guardrail configuration.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { BedrockClient, DeleteEnforcedGuardrailConfigurationCommand } from "@aws-sdk/client-bedrock"; // ES Modules import
35
+ * // const { BedrockClient, DeleteEnforcedGuardrailConfigurationCommand } = require("@aws-sdk/client-bedrock"); // CommonJS import
36
+ * // import type { BedrockClientConfig } from "@aws-sdk/client-bedrock";
37
+ * const config = {}; // type is BedrockClientConfig
38
+ * const client = new BedrockClient(config);
39
+ * const input = { // DeleteEnforcedGuardrailConfigurationRequest
40
+ * configId: "STRING_VALUE", // required
41
+ * };
42
+ * const command = new DeleteEnforcedGuardrailConfigurationCommand(input);
43
+ * const response = await client.send(command);
44
+ * // {};
45
+ *
46
+ * ```
47
+ *
48
+ * @param DeleteEnforcedGuardrailConfigurationCommandInput - {@link DeleteEnforcedGuardrailConfigurationCommandInput}
49
+ * @returns {@link DeleteEnforcedGuardrailConfigurationCommandOutput}
50
+ * @see {@link DeleteEnforcedGuardrailConfigurationCommandInput} for command's `input` shape.
51
+ * @see {@link DeleteEnforcedGuardrailConfigurationCommandOutput} for command's `response` shape.
52
+ * @see {@link BedrockClientResolvedConfig | config} for BedrockClient's `config` shape.
53
+ *
54
+ * @throws {@link AccessDeniedException} (client fault)
55
+ * <p>The request is denied because of missing access permissions.</p>
56
+ *
57
+ * @throws {@link InternalServerException} (server fault)
58
+ * <p>An internal server error occurred. Retry your request.</p>
59
+ *
60
+ * @throws {@link ResourceNotFoundException} (client fault)
61
+ * <p>The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.</p>
62
+ *
63
+ * @throws {@link ThrottlingException} (client fault)
64
+ * <p>The number of requests exceeds the limit. Resubmit your request later.</p>
65
+ *
66
+ * @throws {@link ValidationException} (client fault)
67
+ * <p>Input validation failed. Check your request parameters and retry the request.</p>
68
+ *
69
+ * @throws {@link BedrockServiceException}
70
+ * <p>Base exception class for all service exceptions from Bedrock service.</p>
71
+ *
72
+ *
73
+ * @public
74
+ */
75
+ export declare class DeleteEnforcedGuardrailConfigurationCommand extends DeleteEnforcedGuardrailConfigurationCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteEnforcedGuardrailConfigurationRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeleteEnforcedGuardrailConfigurationCommandInput;
84
+ output: DeleteEnforcedGuardrailConfigurationCommandOutput;
85
+ };
86
+ };
87
+ }
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockClient";
4
- import { DeleteModelInvocationLoggingConfigurationRequest, DeleteModelInvocationLoggingConfigurationResponse } from "../models/models_0";
4
+ import { DeleteModelInvocationLoggingConfigurationRequest, DeleteModelInvocationLoggingConfigurationResponse } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { BedrockClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockClient";
4
- import { GetModelInvocationLoggingConfigurationRequest, GetModelInvocationLoggingConfigurationResponse } from "../models/models_0";
4
+ import { GetModelInvocationLoggingConfigurationRequest, GetModelInvocationLoggingConfigurationResponse } from "../models/models_1";
5
5
  /**
6
6
  * @public
7
7
  */