@aws-sdk/client-bedrock 3.934.0 → 3.935.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 (47) hide show
  1. package/dist-cjs/index.js +389 -389
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +355 -0
  4. package/dist-es/models/errors.js +123 -0
  5. package/dist-es/models/models_0.js +1 -355
  6. package/dist-es/models/models_1.js +1 -123
  7. package/dist-es/schemas/schemas_0.js +1 -1
  8. package/dist-types/commands/CreateGuardrailCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateGuardrailVersionCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateInferenceProfileCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteGuardrailCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteInferenceProfileCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +1 -1
  14. package/dist-types/commands/GetGuardrailCommand.d.ts +1 -1
  15. package/dist-types/commands/GetInferenceProfileCommand.d.ts +1 -1
  16. package/dist-types/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +1 -1
  17. package/dist-types/commands/ListGuardrailsCommand.d.ts +1 -1
  18. package/dist-types/commands/ListInferenceProfilesCommand.d.ts +1 -1
  19. package/dist-types/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +2 -1
  20. package/dist-types/commands/UpdateGuardrailCommand.d.ts +1 -1
  21. package/dist-types/index.d.ts +4 -1
  22. package/dist-types/models/enums.d.ts +891 -0
  23. package/dist-types/models/errors.d.ts +127 -0
  24. package/dist-types/models/models_0.d.ts +1306 -696
  25. package/dist-types/models/models_1.d.ts +2 -1628
  26. package/dist-types/ts3.4/commands/CreateGuardrailCommand.d.ts +1 -1
  27. package/dist-types/ts3.4/commands/CreateGuardrailVersionCommand.d.ts +1 -1
  28. package/dist-types/ts3.4/commands/CreateInferenceProfileCommand.d.ts +1 -1
  29. package/dist-types/ts3.4/commands/DeleteGuardrailCommand.d.ts +1 -1
  30. package/dist-types/ts3.4/commands/DeleteInferenceProfileCommand.d.ts +1 -1
  31. package/dist-types/ts3.4/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +1 -1
  32. package/dist-types/ts3.4/commands/GetGuardrailCommand.d.ts +1 -1
  33. package/dist-types/ts3.4/commands/GetInferenceProfileCommand.d.ts +1 -1
  34. package/dist-types/ts3.4/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +1 -1
  35. package/dist-types/ts3.4/commands/ListGuardrailsCommand.d.ts +1 -1
  36. package/dist-types/ts3.4/commands/ListInferenceProfilesCommand.d.ts +1 -1
  37. package/dist-types/ts3.4/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +2 -4
  38. package/dist-types/ts3.4/commands/UpdateGuardrailCommand.d.ts +1 -1
  39. package/dist-types/ts3.4/index.d.ts +4 -1
  40. package/dist-types/ts3.4/models/enums.d.ts +478 -0
  41. package/dist-types/ts3.4/models/errors.d.ts +71 -0
  42. package/dist-types/ts3.4/models/models_0.d.ts +371 -380
  43. package/dist-types/ts3.4/models/models_1.d.ts +30 -520
  44. package/package.json +13 -13
  45. package/dist-es/models/index.js +0 -2
  46. package/dist-types/models/index.d.ts +0 -2
  47. package/dist-types/ts3.4/models/index.d.ts +0 -2
package/dist-cjs/index.js CHANGED
@@ -138,12 +138,6 @@ let AccessDeniedException$1 = class AccessDeniedException extends BedrockService
138
138
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
139
139
  }
140
140
  };
141
- const AgreementStatus = {
142
- AVAILABLE: "AVAILABLE",
143
- ERROR: "ERROR",
144
- NOT_AVAILABLE: "NOT_AVAILABLE",
145
- PENDING: "PENDING",
146
- };
147
141
  let InternalServerException$1 = class InternalServerException extends BedrockServiceException$1 {
148
142
  name = "InternalServerException";
149
143
  $fault = "server";
@@ -230,15 +224,6 @@ let TooManyTagsException$1 = class TooManyTagsException extends BedrockServiceEx
230
224
  this.resourceName = opts.resourceName;
231
225
  }
232
226
  };
233
- const AutomatedReasoningCheckResult = {
234
- IMPOSSIBLE: "IMPOSSIBLE",
235
- INVALID: "INVALID",
236
- NO_TRANSLATION: "NO_TRANSLATION",
237
- SATISFIABLE: "SATISFIABLE",
238
- TOO_COMPLEX: "TOO_COMPLEX",
239
- TRANSLATION_AMBIGUOUS: "TRANSLATION_AMBIGUOUS",
240
- VALID: "VALID",
241
- };
242
227
  let ResourceInUseException$1 = class ResourceInUseException extends BedrockServiceException$1 {
243
228
  name = "ResourceInUseException";
244
229
  $fault = "client";
@@ -251,59 +236,6 @@ let ResourceInUseException$1 = class ResourceInUseException extends BedrockServi
251
236
  Object.setPrototypeOf(this, ResourceInUseException.prototype);
252
237
  }
253
238
  };
254
- const AutomatedReasoningPolicyBuildWorkflowType = {
255
- IMPORT_POLICY: "IMPORT_POLICY",
256
- INGEST_CONTENT: "INGEST_CONTENT",
257
- REFINE_POLICY: "REFINE_POLICY",
258
- };
259
- const AutomatedReasoningPolicyBuildDocumentContentType = {
260
- PDF: "pdf",
261
- TEXT: "txt",
262
- };
263
- const AutomatedReasoningPolicyBuildWorkflowStatus = {
264
- BUILDING: "BUILDING",
265
- CANCELLED: "CANCELLED",
266
- CANCEL_REQUESTED: "CANCEL_REQUESTED",
267
- COMPLETED: "COMPLETED",
268
- FAILED: "FAILED",
269
- PREPROCESSING: "PREPROCESSING",
270
- SCHEDULED: "SCHEDULED",
271
- TESTING: "TESTING",
272
- };
273
- const AutomatedReasoningPolicyBuildResultAssetType = {
274
- BUILD_LOG: "BUILD_LOG",
275
- GENERATED_TEST_CASES: "GENERATED_TEST_CASES",
276
- POLICY_DEFINITION: "POLICY_DEFINITION",
277
- QUALITY_REPORT: "QUALITY_REPORT",
278
- };
279
- const AutomatedReasoningPolicyBuildMessageType = {
280
- ERROR: "ERROR",
281
- INFO: "INFO",
282
- WARNING: "WARNING",
283
- };
284
- const AutomatedReasoningPolicyAnnotationStatus = {
285
- APPLIED: "APPLIED",
286
- FAILED: "FAILED",
287
- };
288
- const AutomatedReasoningCheckLogicWarningType = {
289
- ALWAYS_FALSE: "ALWAYS_FALSE",
290
- ALWAYS_TRUE: "ALWAYS_TRUE",
291
- };
292
- const AutomatedReasoningPolicyTestRunResult = {
293
- FAILED: "FAILED",
294
- PASSED: "PASSED",
295
- };
296
- const AutomatedReasoningPolicyTestRunStatus = {
297
- COMPLETED: "COMPLETED",
298
- FAILED: "FAILED",
299
- IN_PROGRESS: "IN_PROGRESS",
300
- NOT_STARTED: "NOT_STARTED",
301
- SCHEDULED: "SCHEDULED",
302
- };
303
- const Status = {
304
- INCOMPATIBLE_ENDPOINT: "INCOMPATIBLE_ENDPOINT",
305
- REGISTERED: "REGISTERED",
306
- };
307
239
  let ServiceUnavailableException$1 = class ServiceUnavailableException extends BedrockServiceException$1 {
308
240
  name = "ServiceUnavailableException";
309
241
  $fault = "server";
@@ -316,294 +248,6 @@ let ServiceUnavailableException$1 = class ServiceUnavailableException extends Be
316
248
  Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
317
249
  }
318
250
  };
319
- const CustomModelDeploymentStatus = {
320
- ACTIVE: "Active",
321
- CREATING: "Creating",
322
- FAILED: "Failed",
323
- };
324
- const SortModelsBy = {
325
- CREATION_TIME: "CreationTime",
326
- };
327
- const SortOrder = {
328
- ASCENDING: "Ascending",
329
- DESCENDING: "Descending",
330
- };
331
- const CustomizationType = {
332
- CONTINUED_PRE_TRAINING: "CONTINUED_PRE_TRAINING",
333
- DISTILLATION: "DISTILLATION",
334
- FINE_TUNING: "FINE_TUNING",
335
- IMPORTED: "IMPORTED",
336
- };
337
- const ModelStatus = {
338
- ACTIVE: "Active",
339
- CREATING: "Creating",
340
- FAILED: "Failed",
341
- };
342
- const EvaluationJobStatus = {
343
- COMPLETED: "Completed",
344
- DELETING: "Deleting",
345
- FAILED: "Failed",
346
- IN_PROGRESS: "InProgress",
347
- STOPPED: "Stopped",
348
- STOPPING: "Stopping",
349
- };
350
- const ApplicationType = {
351
- MODEL_EVALUATION: "ModelEvaluation",
352
- RAG_EVALUATION: "RagEvaluation",
353
- };
354
- const EvaluationTaskType = {
355
- CLASSIFICATION: "Classification",
356
- CUSTOM: "Custom",
357
- GENERATION: "Generation",
358
- QUESTION_AND_ANSWER: "QuestionAndAnswer",
359
- SUMMARIZATION: "Summarization",
360
- };
361
- const PerformanceConfigLatency = {
362
- OPTIMIZED: "optimized",
363
- STANDARD: "standard",
364
- };
365
- const ExternalSourceType = {
366
- BYTE_CONTENT: "BYTE_CONTENT",
367
- S3: "S3",
368
- };
369
- const QueryTransformationType = {
370
- QUERY_DECOMPOSITION: "QUERY_DECOMPOSITION",
371
- };
372
- const AttributeType = {
373
- BOOLEAN: "BOOLEAN",
374
- NUMBER: "NUMBER",
375
- STRING: "STRING",
376
- STRING_LIST: "STRING_LIST",
377
- };
378
- const SearchType = {
379
- HYBRID: "HYBRID",
380
- SEMANTIC: "SEMANTIC",
381
- };
382
- const RerankingMetadataSelectionMode = {
383
- ALL: "ALL",
384
- SELECTIVE: "SELECTIVE",
385
- };
386
- const VectorSearchRerankingConfigurationType = {
387
- BEDROCK_RERANKING_MODEL: "BEDROCK_RERANKING_MODEL",
388
- };
389
- const RetrieveAndGenerateType = {
390
- EXTERNAL_SOURCES: "EXTERNAL_SOURCES",
391
- KNOWLEDGE_BASE: "KNOWLEDGE_BASE",
392
- };
393
- const EvaluationJobType = {
394
- AUTOMATED: "Automated",
395
- HUMAN: "Human",
396
- };
397
- const SortJobsBy = {
398
- CREATION_TIME: "CreationTime",
399
- };
400
- const GuardrailContentFilterAction$1 = {
401
- BLOCK: "BLOCK",
402
- NONE: "NONE",
403
- };
404
- const GuardrailModality$1 = {
405
- IMAGE: "IMAGE",
406
- TEXT: "TEXT",
407
- };
408
- const GuardrailFilterStrength = {
409
- HIGH: "HIGH",
410
- LOW: "LOW",
411
- MEDIUM: "MEDIUM",
412
- NONE: "NONE",
413
- };
414
- const GuardrailContentFilterType = {
415
- HATE: "HATE",
416
- INSULTS: "INSULTS",
417
- MISCONDUCT: "MISCONDUCT",
418
- PROMPT_ATTACK: "PROMPT_ATTACK",
419
- SEXUAL: "SEXUAL",
420
- VIOLENCE: "VIOLENCE",
421
- };
422
- const GuardrailContentFiltersTierName$1 = {
423
- CLASSIC: "CLASSIC",
424
- STANDARD: "STANDARD",
425
- };
426
- const GuardrailContextualGroundingAction$1 = {
427
- BLOCK: "BLOCK",
428
- NONE: "NONE",
429
- };
430
- const GuardrailContextualGroundingFilterType = {
431
- GROUNDING: "GROUNDING",
432
- RELEVANCE: "RELEVANCE",
433
- };
434
- const GuardrailSensitiveInformationAction = {
435
- ANONYMIZE: "ANONYMIZE",
436
- BLOCK: "BLOCK",
437
- NONE: "NONE",
438
- };
439
- const GuardrailPiiEntityType = {
440
- ADDRESS: "ADDRESS",
441
- AGE: "AGE",
442
- AWS_ACCESS_KEY: "AWS_ACCESS_KEY",
443
- AWS_SECRET_KEY: "AWS_SECRET_KEY",
444
- CA_HEALTH_NUMBER: "CA_HEALTH_NUMBER",
445
- CA_SOCIAL_INSURANCE_NUMBER: "CA_SOCIAL_INSURANCE_NUMBER",
446
- CREDIT_DEBIT_CARD_CVV: "CREDIT_DEBIT_CARD_CVV",
447
- CREDIT_DEBIT_CARD_EXPIRY: "CREDIT_DEBIT_CARD_EXPIRY",
448
- CREDIT_DEBIT_CARD_NUMBER: "CREDIT_DEBIT_CARD_NUMBER",
449
- DRIVER_ID: "DRIVER_ID",
450
- EMAIL: "EMAIL",
451
- INTERNATIONAL_BANK_ACCOUNT_NUMBER: "INTERNATIONAL_BANK_ACCOUNT_NUMBER",
452
- IP_ADDRESS: "IP_ADDRESS",
453
- LICENSE_PLATE: "LICENSE_PLATE",
454
- MAC_ADDRESS: "MAC_ADDRESS",
455
- NAME: "NAME",
456
- PASSWORD: "PASSWORD",
457
- PHONE: "PHONE",
458
- PIN: "PIN",
459
- SWIFT_CODE: "SWIFT_CODE",
460
- UK_NATIONAL_HEALTH_SERVICE_NUMBER: "UK_NATIONAL_HEALTH_SERVICE_NUMBER",
461
- UK_NATIONAL_INSURANCE_NUMBER: "UK_NATIONAL_INSURANCE_NUMBER",
462
- UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER: "UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER",
463
- URL: "URL",
464
- USERNAME: "USERNAME",
465
- US_BANK_ACCOUNT_NUMBER: "US_BANK_ACCOUNT_NUMBER",
466
- US_BANK_ROUTING_NUMBER: "US_BANK_ROUTING_NUMBER",
467
- US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER: "US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER",
468
- US_PASSPORT_NUMBER: "US_PASSPORT_NUMBER",
469
- US_SOCIAL_SECURITY_NUMBER: "US_SOCIAL_SECURITY_NUMBER",
470
- VEHICLE_IDENTIFICATION_NUMBER: "VEHICLE_IDENTIFICATION_NUMBER",
471
- };
472
- const GuardrailTopicsTierName$1 = {
473
- CLASSIC: "CLASSIC",
474
- STANDARD: "STANDARD",
475
- };
476
- const GuardrailTopicAction$1 = {
477
- BLOCK: "BLOCK",
478
- NONE: "NONE",
479
- };
480
- const GuardrailTopicType = {
481
- DENY: "DENY",
482
- };
483
-
484
- const GuardrailWordAction$1 = {
485
- BLOCK: "BLOCK",
486
- NONE: "NONE",
487
- };
488
- const GuardrailManagedWordsType = {
489
- PROFANITY: "PROFANITY",
490
- };
491
- const GuardrailStatus = {
492
- CREATING: "CREATING",
493
- DELETING: "DELETING",
494
- FAILED: "FAILED",
495
- READY: "READY",
496
- UPDATING: "UPDATING",
497
- VERSIONING: "VERSIONING",
498
- };
499
- const InferenceProfileStatus = {
500
- ACTIVE: "ACTIVE",
501
- };
502
- const InferenceProfileType = {
503
- APPLICATION: "APPLICATION",
504
- SYSTEM_DEFINED: "SYSTEM_DEFINED",
505
- };
506
- const ModelCopyJobStatus = {
507
- COMPLETED: "Completed",
508
- FAILED: "Failed",
509
- IN_PROGRESS: "InProgress",
510
- };
511
- const ModelImportJobStatus = {
512
- COMPLETED: "Completed",
513
- FAILED: "Failed",
514
- IN_PROGRESS: "InProgress",
515
- };
516
- const S3InputFormat = {
517
- JSONL: "JSONL",
518
- };
519
- const ModelInvocationJobStatus = {
520
- COMPLETED: "Completed",
521
- EXPIRED: "Expired",
522
- FAILED: "Failed",
523
- IN_PROGRESS: "InProgress",
524
- PARTIALLY_COMPLETED: "PartiallyCompleted",
525
- SCHEDULED: "Scheduled",
526
- STOPPED: "Stopped",
527
- STOPPING: "Stopping",
528
- SUBMITTED: "Submitted",
529
- VALIDATING: "Validating",
530
- };
531
- const ModelCustomization = {
532
- CONTINUED_PRE_TRAINING: "CONTINUED_PRE_TRAINING",
533
- DISTILLATION: "DISTILLATION",
534
- FINE_TUNING: "FINE_TUNING",
535
- };
536
- const InferenceType = {
537
- ON_DEMAND: "ON_DEMAND",
538
- PROVISIONED: "PROVISIONED",
539
- };
540
- const ModelModality = {
541
- EMBEDDING: "EMBEDDING",
542
- IMAGE: "IMAGE",
543
- TEXT: "TEXT",
544
- };
545
- const FoundationModelLifecycleStatus = {
546
- ACTIVE: "ACTIVE",
547
- LEGACY: "LEGACY",
548
- };
549
- const PromptRouterStatus = {
550
- AVAILABLE: "AVAILABLE",
551
- };
552
- const PromptRouterType = {
553
- CUSTOM: "custom",
554
- DEFAULT: "default",
555
- };
556
- const CommitmentDuration = {
557
- ONE_MONTH: "OneMonth",
558
- SIX_MONTHS: "SixMonths",
559
- };
560
- const ProvisionedModelStatus = {
561
- CREATING: "Creating",
562
- FAILED: "Failed",
563
- IN_SERVICE: "InService",
564
- UPDATING: "Updating",
565
- };
566
- const SortByProvisionedModels = {
567
- CREATION_TIME: "CreationTime",
568
- };
569
- const AuthorizationStatus = {
570
- AUTHORIZED: "AUTHORIZED",
571
- NOT_AUTHORIZED: "NOT_AUTHORIZED",
572
- };
573
- const EntitlementAvailability = {
574
- AVAILABLE: "AVAILABLE",
575
- NOT_AVAILABLE: "NOT_AVAILABLE",
576
- };
577
- const RegionAvailability = {
578
- AVAILABLE: "AVAILABLE",
579
- NOT_AVAILABLE: "NOT_AVAILABLE",
580
- };
581
- const OfferType = {
582
- ALL: "ALL",
583
- PUBLIC: "PUBLIC",
584
- };
585
- const ModelCustomizationJobStatus = {
586
- COMPLETED: "Completed",
587
- FAILED: "Failed",
588
- IN_PROGRESS: "InProgress",
589
- STOPPED: "Stopped",
590
- STOPPING: "Stopping",
591
- };
592
- const JobStatusDetails = {
593
- COMPLETED: "Completed",
594
- FAILED: "Failed",
595
- IN_PROGRESS: "InProgress",
596
- NOT_STARTED: "NotStarted",
597
- STOPPED: "Stopped",
598
- STOPPING: "Stopping",
599
- };
600
- const FineTuningJobStatus = {
601
- COMPLETED: "Completed",
602
- FAILED: "Failed",
603
- IN_PROGRESS: "InProgress",
604
- STOPPED: "Stopped",
605
- STOPPING: "Stopping",
606
- };
607
251
 
608
252
  const _AA = "AgreementAvailability";
609
253
  const _ADE = "AccessDeniedException";
@@ -1805,20 +1449,20 @@ var EvaluationMetricDescription = [0, n0, _EMD, 8, 0];
1805
1449
  var EvaluationMetricName = [0, n0, _EMN, 8, 0];
1806
1450
  var EvaluationModelInferenceParams = [0, n0, _EMIP, 8, 0];
1807
1451
  var GuardrailBlockedMessaging = [0, n0, _GBM, 8, 0];
1808
- var GuardrailContentFilterAction = [0, n0, _GCFA, 8, 0];
1809
- var GuardrailContentFiltersTierName = [0, n0, _GCFTN, 8, 0];
1810
- var GuardrailContextualGroundingAction = [0, n0, _GCGA, 8, 0];
1452
+ var GuardrailContentFilterAction$1 = [0, n0, _GCFA, 8, 0];
1453
+ var GuardrailContentFiltersTierName$1 = [0, n0, _GCFTN, 8, 0];
1454
+ var GuardrailContextualGroundingAction$1 = [0, n0, _GCGA, 8, 0];
1811
1455
  var GuardrailDescription = [0, n0, _GD, 8, 0];
1812
1456
  var GuardrailFailureRecommendation = [0, n0, _GFR, 8, 0];
1813
- var GuardrailModality = [0, n0, _GM, 8, 0];
1457
+ var GuardrailModality$1 = [0, n0, _GM, 8, 0];
1814
1458
  var GuardrailName = [0, n0, _GN, 8, 0];
1815
1459
  var GuardrailStatusReason = [0, n0, _GSR, 8, 0];
1816
- var GuardrailTopicAction = [0, n0, _GTA, 8, 0];
1460
+ var GuardrailTopicAction$1 = [0, n0, _GTA, 8, 0];
1817
1461
  var GuardrailTopicDefinition = [0, n0, _GTD, 8, 0];
1818
1462
  var GuardrailTopicExample = [0, n0, _GTE, 8, 0];
1819
1463
  var GuardrailTopicName = [0, n0, _GTN, 8, 0];
1820
- var GuardrailTopicsTierName = [0, n0, _GTTN, 8, 0];
1821
- var GuardrailWordAction = [0, n0, _GWA, 8, 0];
1464
+ var GuardrailTopicsTierName$1 = [0, n0, _GTTN, 8, 0];
1465
+ var GuardrailWordAction$1 = [0, n0, _GWA, 8, 0];
1822
1466
  var HumanTaskInstructions = [0, n0, _HTI, 8, 0];
1823
1467
  var Identifier = [0, n0, _I, 8, 0];
1824
1468
  var InferenceProfileDescription = [0, n0, _IPD, 8, 0];
@@ -3414,8 +3058,8 @@ var GuardrailContentFilter = [
3414
3058
  0,
3415
3059
  [() => GuardrailModalities, 0],
3416
3060
  [() => GuardrailModalities, 0],
3417
- [() => GuardrailContentFilterAction, 0],
3418
- [() => GuardrailContentFilterAction, 0],
3061
+ [() => GuardrailContentFilterAction$1, 0],
3062
+ [() => GuardrailContentFilterAction$1, 0],
3419
3063
  2,
3420
3064
  2,
3421
3065
  ],
@@ -3432,8 +3076,8 @@ var GuardrailContentFilterConfig = [
3432
3076
  0,
3433
3077
  [() => GuardrailModalities, 0],
3434
3078
  [() => GuardrailModalities, 0],
3435
- [() => GuardrailContentFilterAction, 0],
3436
- [() => GuardrailContentFilterAction, 0],
3079
+ [() => GuardrailContentFilterAction$1, 0],
3080
+ [() => GuardrailContentFilterAction$1, 0],
3437
3081
  2,
3438
3082
  2,
3439
3083
  ],
@@ -3444,7 +3088,7 @@ var GuardrailContentFiltersTier = [
3444
3088
  _GCFT,
3445
3089
  0,
3446
3090
  [_tNi],
3447
- [[() => GuardrailContentFiltersTierName, 0]],
3091
+ [[() => GuardrailContentFiltersTierName$1, 0]],
3448
3092
  ];
3449
3093
  var GuardrailContentFiltersTierConfig = [
3450
3094
  3,
@@ -3452,7 +3096,7 @@ var GuardrailContentFiltersTierConfig = [
3452
3096
  _GCFTC,
3453
3097
  0,
3454
3098
  [_tNi],
3455
- [[() => GuardrailContentFiltersTierName, 0]],
3099
+ [[() => GuardrailContentFiltersTierName$1, 0]],
3456
3100
  ];
3457
3101
  var GuardrailContentPolicy = [
3458
3102
  3,
@@ -3482,7 +3126,7 @@ var GuardrailContextualGroundingFilter = [
3482
3126
  _GCGF,
3483
3127
  0,
3484
3128
  [_ty, _th, _ac, _ena],
3485
- [0, 1, [() => GuardrailContextualGroundingAction, 0], 2],
3129
+ [0, 1, [() => GuardrailContextualGroundingAction$1, 0], 2],
3486
3130
  ];
3487
3131
  var GuardrailContextualGroundingFilterConfig = [
3488
3132
  3,
@@ -3490,7 +3134,7 @@ var GuardrailContextualGroundingFilterConfig = [
3490
3134
  _GCGFC,
3491
3135
  0,
3492
3136
  [_ty, _th, _ac, _ena],
3493
- [0, 1, [() => GuardrailContextualGroundingAction, 0], 2],
3137
+ [0, 1, [() => GuardrailContextualGroundingAction$1, 0], 2],
3494
3138
  ];
3495
3139
  var GuardrailContextualGroundingPolicy = [
3496
3140
  3,
@@ -3516,7 +3160,7 @@ var GuardrailManagedWords = [
3516
3160
  _GMW,
3517
3161
  0,
3518
3162
  [_ty, _iA, _oA, _iE, _oE],
3519
- [0, [() => GuardrailWordAction, 0], [() => GuardrailWordAction, 0], 2, 2],
3163
+ [0, [() => GuardrailWordAction$1, 0], [() => GuardrailWordAction$1, 0], 2, 2],
3520
3164
  ];
3521
3165
  var GuardrailManagedWordsConfig = [
3522
3166
  3,
@@ -3524,7 +3168,7 @@ var GuardrailManagedWordsConfig = [
3524
3168
  _GMWC,
3525
3169
  0,
3526
3170
  [_ty, _iA, _oA, _iE, _oE],
3527
- [0, [() => GuardrailWordAction, 0], [() => GuardrailWordAction, 0], 2, 2],
3171
+ [0, [() => GuardrailWordAction$1, 0], [() => GuardrailWordAction$1, 0], 2, 2],
3528
3172
  ];
3529
3173
  var GuardrailPiiEntity = [
3530
3174
  3,
@@ -3593,8 +3237,8 @@ var GuardrailTopic = [
3593
3237
  [() => GuardrailTopicDefinition, 0],
3594
3238
  [() => GuardrailTopicExamples, 0],
3595
3239
  0,
3596
- [() => GuardrailTopicAction, 0],
3597
- [() => GuardrailTopicAction, 0],
3240
+ [() => GuardrailTopicAction$1, 0],
3241
+ [() => GuardrailTopicAction$1, 0],
3598
3242
  2,
3599
3243
  2,
3600
3244
  ],
@@ -3610,8 +3254,8 @@ var GuardrailTopicConfig = [
3610
3254
  [() => GuardrailTopicDefinition, 0],
3611
3255
  [() => GuardrailTopicExamples, 0],
3612
3256
  0,
3613
- [() => GuardrailTopicAction, 0],
3614
- [() => GuardrailTopicAction, 0],
3257
+ [() => GuardrailTopicAction$1, 0],
3258
+ [() => GuardrailTopicAction$1, 0],
3615
3259
  2,
3616
3260
  2,
3617
3261
  ],
@@ -3638,14 +3282,14 @@ var GuardrailTopicPolicyConfig = [
3638
3282
  [() => GuardrailTopicsTierConfig, 0],
3639
3283
  ],
3640
3284
  ];
3641
- var GuardrailTopicsTier = [3, n0, _GTT, 0, [_tNi], [[() => GuardrailTopicsTierName, 0]]];
3285
+ var GuardrailTopicsTier = [3, n0, _GTT, 0, [_tNi], [[() => GuardrailTopicsTierName$1, 0]]];
3642
3286
  var GuardrailTopicsTierConfig = [
3643
3287
  3,
3644
3288
  n0,
3645
3289
  _GTTC,
3646
3290
  0,
3647
3291
  [_tNi],
3648
- [[() => GuardrailTopicsTierName, 0]],
3292
+ [[() => GuardrailTopicsTierName$1, 0]],
3649
3293
  ];
3650
3294
  var GuardrailWord = [
3651
3295
  3,
@@ -3653,7 +3297,7 @@ var GuardrailWord = [
3653
3297
  _GW,
3654
3298
  0,
3655
3299
  [_te, _iA, _oA, _iE, _oE],
3656
- [0, [() => GuardrailWordAction, 0], [() => GuardrailWordAction, 0], 2, 2],
3300
+ [0, [() => GuardrailWordAction$1, 0], [() => GuardrailWordAction$1, 0], 2, 2],
3657
3301
  ];
3658
3302
  var GuardrailWordConfig = [
3659
3303
  3,
@@ -3661,7 +3305,7 @@ var GuardrailWordConfig = [
3661
3305
  _GWC,
3662
3306
  0,
3663
3307
  [_te, _iA, _oA, _iE, _oE],
3664
- [0, [() => GuardrailWordAction, 0], [() => GuardrailWordAction, 0], 2, 2],
3308
+ [0, [() => GuardrailWordAction$1, 0], [() => GuardrailWordAction$1, 0], 2, 2],
3665
3309
  ];
3666
3310
  var GuardrailWordPolicy = [
3667
3311
  3,
@@ -5526,7 +5170,7 @@ var GuardrailManagedWordListsConfig = [
5526
5170
  0,
5527
5171
  [() => GuardrailManagedWordsConfig, 0],
5528
5172
  ];
5529
- var GuardrailModalities = [1, n0, _GMu, 0, [() => GuardrailModality, 0]];
5173
+ var GuardrailModalities = [1, n0, _GMu, 0, [() => GuardrailModality$1, 0]];
5530
5174
  var GuardrailPiiEntities = [1, n0, _GPEu, 0, () => GuardrailPiiEntity];
5531
5175
  var GuardrailPiiEntitiesConfig = [1, n0, _GPECu, 0, () => GuardrailPiiEntityConfig];
5532
5176
  var GuardrailRegexes = [1, n0, _GRu, 0, () => GuardrailRegex];
@@ -8021,6 +7665,362 @@ const paginateListPromptRouters = core.createPaginator(BedrockClient, ListPrompt
8021
7665
 
8022
7666
  const paginateListProvisionedModelThroughputs = core.createPaginator(BedrockClient, ListProvisionedModelThroughputsCommand, "nextToken", "nextToken", "maxResults");
8023
7667
 
7668
+ const AgreementStatus = {
7669
+ AVAILABLE: "AVAILABLE",
7670
+ ERROR: "ERROR",
7671
+ NOT_AVAILABLE: "NOT_AVAILABLE",
7672
+ PENDING: "PENDING",
7673
+ };
7674
+ const AutomatedReasoningCheckResult = {
7675
+ IMPOSSIBLE: "IMPOSSIBLE",
7676
+ INVALID: "INVALID",
7677
+ NO_TRANSLATION: "NO_TRANSLATION",
7678
+ SATISFIABLE: "SATISFIABLE",
7679
+ TOO_COMPLEX: "TOO_COMPLEX",
7680
+ TRANSLATION_AMBIGUOUS: "TRANSLATION_AMBIGUOUS",
7681
+ VALID: "VALID",
7682
+ };
7683
+ const AutomatedReasoningPolicyBuildWorkflowType = {
7684
+ IMPORT_POLICY: "IMPORT_POLICY",
7685
+ INGEST_CONTENT: "INGEST_CONTENT",
7686
+ REFINE_POLICY: "REFINE_POLICY",
7687
+ };
7688
+ const AutomatedReasoningPolicyBuildDocumentContentType = {
7689
+ PDF: "pdf",
7690
+ TEXT: "txt",
7691
+ };
7692
+ const AutomatedReasoningPolicyBuildWorkflowStatus = {
7693
+ BUILDING: "BUILDING",
7694
+ CANCELLED: "CANCELLED",
7695
+ CANCEL_REQUESTED: "CANCEL_REQUESTED",
7696
+ COMPLETED: "COMPLETED",
7697
+ FAILED: "FAILED",
7698
+ PREPROCESSING: "PREPROCESSING",
7699
+ SCHEDULED: "SCHEDULED",
7700
+ TESTING: "TESTING",
7701
+ };
7702
+ const AutomatedReasoningPolicyBuildResultAssetType = {
7703
+ BUILD_LOG: "BUILD_LOG",
7704
+ GENERATED_TEST_CASES: "GENERATED_TEST_CASES",
7705
+ POLICY_DEFINITION: "POLICY_DEFINITION",
7706
+ QUALITY_REPORT: "QUALITY_REPORT",
7707
+ };
7708
+ const AutomatedReasoningPolicyBuildMessageType = {
7709
+ ERROR: "ERROR",
7710
+ INFO: "INFO",
7711
+ WARNING: "WARNING",
7712
+ };
7713
+ const AutomatedReasoningPolicyAnnotationStatus = {
7714
+ APPLIED: "APPLIED",
7715
+ FAILED: "FAILED",
7716
+ };
7717
+ const AutomatedReasoningCheckLogicWarningType = {
7718
+ ALWAYS_FALSE: "ALWAYS_FALSE",
7719
+ ALWAYS_TRUE: "ALWAYS_TRUE",
7720
+ };
7721
+ const AutomatedReasoningPolicyTestRunResult = {
7722
+ FAILED: "FAILED",
7723
+ PASSED: "PASSED",
7724
+ };
7725
+ const AutomatedReasoningPolicyTestRunStatus = {
7726
+ COMPLETED: "COMPLETED",
7727
+ FAILED: "FAILED",
7728
+ IN_PROGRESS: "IN_PROGRESS",
7729
+ NOT_STARTED: "NOT_STARTED",
7730
+ SCHEDULED: "SCHEDULED",
7731
+ };
7732
+ const Status = {
7733
+ INCOMPATIBLE_ENDPOINT: "INCOMPATIBLE_ENDPOINT",
7734
+ REGISTERED: "REGISTERED",
7735
+ };
7736
+ const CustomModelDeploymentStatus = {
7737
+ ACTIVE: "Active",
7738
+ CREATING: "Creating",
7739
+ FAILED: "Failed",
7740
+ };
7741
+ const SortModelsBy = {
7742
+ CREATION_TIME: "CreationTime",
7743
+ };
7744
+ const SortOrder = {
7745
+ ASCENDING: "Ascending",
7746
+ DESCENDING: "Descending",
7747
+ };
7748
+ const CustomizationType = {
7749
+ CONTINUED_PRE_TRAINING: "CONTINUED_PRE_TRAINING",
7750
+ DISTILLATION: "DISTILLATION",
7751
+ FINE_TUNING: "FINE_TUNING",
7752
+ IMPORTED: "IMPORTED",
7753
+ };
7754
+ const ModelStatus = {
7755
+ ACTIVE: "Active",
7756
+ CREATING: "Creating",
7757
+ FAILED: "Failed",
7758
+ };
7759
+ const EvaluationJobStatus = {
7760
+ COMPLETED: "Completed",
7761
+ DELETING: "Deleting",
7762
+ FAILED: "Failed",
7763
+ IN_PROGRESS: "InProgress",
7764
+ STOPPED: "Stopped",
7765
+ STOPPING: "Stopping",
7766
+ };
7767
+ const ApplicationType = {
7768
+ MODEL_EVALUATION: "ModelEvaluation",
7769
+ RAG_EVALUATION: "RagEvaluation",
7770
+ };
7771
+ const EvaluationTaskType = {
7772
+ CLASSIFICATION: "Classification",
7773
+ CUSTOM: "Custom",
7774
+ GENERATION: "Generation",
7775
+ QUESTION_AND_ANSWER: "QuestionAndAnswer",
7776
+ SUMMARIZATION: "Summarization",
7777
+ };
7778
+ const PerformanceConfigLatency = {
7779
+ OPTIMIZED: "optimized",
7780
+ STANDARD: "standard",
7781
+ };
7782
+ const ExternalSourceType = {
7783
+ BYTE_CONTENT: "BYTE_CONTENT",
7784
+ S3: "S3",
7785
+ };
7786
+ const QueryTransformationType = {
7787
+ QUERY_DECOMPOSITION: "QUERY_DECOMPOSITION",
7788
+ };
7789
+ const AttributeType = {
7790
+ BOOLEAN: "BOOLEAN",
7791
+ NUMBER: "NUMBER",
7792
+ STRING: "STRING",
7793
+ STRING_LIST: "STRING_LIST",
7794
+ };
7795
+ const SearchType = {
7796
+ HYBRID: "HYBRID",
7797
+ SEMANTIC: "SEMANTIC",
7798
+ };
7799
+ const RerankingMetadataSelectionMode = {
7800
+ ALL: "ALL",
7801
+ SELECTIVE: "SELECTIVE",
7802
+ };
7803
+ const VectorSearchRerankingConfigurationType = {
7804
+ BEDROCK_RERANKING_MODEL: "BEDROCK_RERANKING_MODEL",
7805
+ };
7806
+ const RetrieveAndGenerateType = {
7807
+ EXTERNAL_SOURCES: "EXTERNAL_SOURCES",
7808
+ KNOWLEDGE_BASE: "KNOWLEDGE_BASE",
7809
+ };
7810
+ const EvaluationJobType = {
7811
+ AUTOMATED: "Automated",
7812
+ HUMAN: "Human",
7813
+ };
7814
+ const SortJobsBy = {
7815
+ CREATION_TIME: "CreationTime",
7816
+ };
7817
+ const GuardrailContentFilterAction = {
7818
+ BLOCK: "BLOCK",
7819
+ NONE: "NONE",
7820
+ };
7821
+ const GuardrailModality = {
7822
+ IMAGE: "IMAGE",
7823
+ TEXT: "TEXT",
7824
+ };
7825
+ const GuardrailFilterStrength = {
7826
+ HIGH: "HIGH",
7827
+ LOW: "LOW",
7828
+ MEDIUM: "MEDIUM",
7829
+ NONE: "NONE",
7830
+ };
7831
+ const GuardrailContentFilterType = {
7832
+ HATE: "HATE",
7833
+ INSULTS: "INSULTS",
7834
+ MISCONDUCT: "MISCONDUCT",
7835
+ PROMPT_ATTACK: "PROMPT_ATTACK",
7836
+ SEXUAL: "SEXUAL",
7837
+ VIOLENCE: "VIOLENCE",
7838
+ };
7839
+ const GuardrailContentFiltersTierName = {
7840
+ CLASSIC: "CLASSIC",
7841
+ STANDARD: "STANDARD",
7842
+ };
7843
+ const GuardrailContextualGroundingAction = {
7844
+ BLOCK: "BLOCK",
7845
+ NONE: "NONE",
7846
+ };
7847
+ const GuardrailContextualGroundingFilterType = {
7848
+ GROUNDING: "GROUNDING",
7849
+ RELEVANCE: "RELEVANCE",
7850
+ };
7851
+ const GuardrailSensitiveInformationAction = {
7852
+ ANONYMIZE: "ANONYMIZE",
7853
+ BLOCK: "BLOCK",
7854
+ NONE: "NONE",
7855
+ };
7856
+ const GuardrailPiiEntityType = {
7857
+ ADDRESS: "ADDRESS",
7858
+ AGE: "AGE",
7859
+ AWS_ACCESS_KEY: "AWS_ACCESS_KEY",
7860
+ AWS_SECRET_KEY: "AWS_SECRET_KEY",
7861
+ CA_HEALTH_NUMBER: "CA_HEALTH_NUMBER",
7862
+ CA_SOCIAL_INSURANCE_NUMBER: "CA_SOCIAL_INSURANCE_NUMBER",
7863
+ CREDIT_DEBIT_CARD_CVV: "CREDIT_DEBIT_CARD_CVV",
7864
+ CREDIT_DEBIT_CARD_EXPIRY: "CREDIT_DEBIT_CARD_EXPIRY",
7865
+ CREDIT_DEBIT_CARD_NUMBER: "CREDIT_DEBIT_CARD_NUMBER",
7866
+ DRIVER_ID: "DRIVER_ID",
7867
+ EMAIL: "EMAIL",
7868
+ INTERNATIONAL_BANK_ACCOUNT_NUMBER: "INTERNATIONAL_BANK_ACCOUNT_NUMBER",
7869
+ IP_ADDRESS: "IP_ADDRESS",
7870
+ LICENSE_PLATE: "LICENSE_PLATE",
7871
+ MAC_ADDRESS: "MAC_ADDRESS",
7872
+ NAME: "NAME",
7873
+ PASSWORD: "PASSWORD",
7874
+ PHONE: "PHONE",
7875
+ PIN: "PIN",
7876
+ SWIFT_CODE: "SWIFT_CODE",
7877
+ UK_NATIONAL_HEALTH_SERVICE_NUMBER: "UK_NATIONAL_HEALTH_SERVICE_NUMBER",
7878
+ UK_NATIONAL_INSURANCE_NUMBER: "UK_NATIONAL_INSURANCE_NUMBER",
7879
+ UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER: "UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER",
7880
+ URL: "URL",
7881
+ USERNAME: "USERNAME",
7882
+ US_BANK_ACCOUNT_NUMBER: "US_BANK_ACCOUNT_NUMBER",
7883
+ US_BANK_ROUTING_NUMBER: "US_BANK_ROUTING_NUMBER",
7884
+ US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER: "US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER",
7885
+ US_PASSPORT_NUMBER: "US_PASSPORT_NUMBER",
7886
+ US_SOCIAL_SECURITY_NUMBER: "US_SOCIAL_SECURITY_NUMBER",
7887
+ VEHICLE_IDENTIFICATION_NUMBER: "VEHICLE_IDENTIFICATION_NUMBER",
7888
+ };
7889
+ const GuardrailTopicsTierName = {
7890
+ CLASSIC: "CLASSIC",
7891
+ STANDARD: "STANDARD",
7892
+ };
7893
+ const GuardrailTopicAction = {
7894
+ BLOCK: "BLOCK",
7895
+ NONE: "NONE",
7896
+ };
7897
+ const GuardrailTopicType = {
7898
+ DENY: "DENY",
7899
+ };
7900
+ const GuardrailWordAction = {
7901
+ BLOCK: "BLOCK",
7902
+ NONE: "NONE",
7903
+ };
7904
+ const GuardrailManagedWordsType = {
7905
+ PROFANITY: "PROFANITY",
7906
+ };
7907
+ const GuardrailStatus = {
7908
+ CREATING: "CREATING",
7909
+ DELETING: "DELETING",
7910
+ FAILED: "FAILED",
7911
+ READY: "READY",
7912
+ UPDATING: "UPDATING",
7913
+ VERSIONING: "VERSIONING",
7914
+ };
7915
+ const InferenceProfileStatus = {
7916
+ ACTIVE: "ACTIVE",
7917
+ };
7918
+ const InferenceProfileType = {
7919
+ APPLICATION: "APPLICATION",
7920
+ SYSTEM_DEFINED: "SYSTEM_DEFINED",
7921
+ };
7922
+ const ModelCopyJobStatus = {
7923
+ COMPLETED: "Completed",
7924
+ FAILED: "Failed",
7925
+ IN_PROGRESS: "InProgress",
7926
+ };
7927
+ const ModelImportJobStatus = {
7928
+ COMPLETED: "Completed",
7929
+ FAILED: "Failed",
7930
+ IN_PROGRESS: "InProgress",
7931
+ };
7932
+ const S3InputFormat = {
7933
+ JSONL: "JSONL",
7934
+ };
7935
+ const ModelInvocationJobStatus = {
7936
+ COMPLETED: "Completed",
7937
+ EXPIRED: "Expired",
7938
+ FAILED: "Failed",
7939
+ IN_PROGRESS: "InProgress",
7940
+ PARTIALLY_COMPLETED: "PartiallyCompleted",
7941
+ SCHEDULED: "Scheduled",
7942
+ STOPPED: "Stopped",
7943
+ STOPPING: "Stopping",
7944
+ SUBMITTED: "Submitted",
7945
+ VALIDATING: "Validating",
7946
+ };
7947
+ const ModelCustomization = {
7948
+ CONTINUED_PRE_TRAINING: "CONTINUED_PRE_TRAINING",
7949
+ DISTILLATION: "DISTILLATION",
7950
+ FINE_TUNING: "FINE_TUNING",
7951
+ };
7952
+ const InferenceType = {
7953
+ ON_DEMAND: "ON_DEMAND",
7954
+ PROVISIONED: "PROVISIONED",
7955
+ };
7956
+ const ModelModality = {
7957
+ EMBEDDING: "EMBEDDING",
7958
+ IMAGE: "IMAGE",
7959
+ TEXT: "TEXT",
7960
+ };
7961
+ const FoundationModelLifecycleStatus = {
7962
+ ACTIVE: "ACTIVE",
7963
+ LEGACY: "LEGACY",
7964
+ };
7965
+ const PromptRouterStatus = {
7966
+ AVAILABLE: "AVAILABLE",
7967
+ };
7968
+ const PromptRouterType = {
7969
+ CUSTOM: "custom",
7970
+ DEFAULT: "default",
7971
+ };
7972
+ const CommitmentDuration = {
7973
+ ONE_MONTH: "OneMonth",
7974
+ SIX_MONTHS: "SixMonths",
7975
+ };
7976
+ const ProvisionedModelStatus = {
7977
+ CREATING: "Creating",
7978
+ FAILED: "Failed",
7979
+ IN_SERVICE: "InService",
7980
+ UPDATING: "Updating",
7981
+ };
7982
+ const SortByProvisionedModels = {
7983
+ CREATION_TIME: "CreationTime",
7984
+ };
7985
+ const AuthorizationStatus = {
7986
+ AUTHORIZED: "AUTHORIZED",
7987
+ NOT_AUTHORIZED: "NOT_AUTHORIZED",
7988
+ };
7989
+ const EntitlementAvailability = {
7990
+ AVAILABLE: "AVAILABLE",
7991
+ NOT_AVAILABLE: "NOT_AVAILABLE",
7992
+ };
7993
+ const RegionAvailability = {
7994
+ AVAILABLE: "AVAILABLE",
7995
+ NOT_AVAILABLE: "NOT_AVAILABLE",
7996
+ };
7997
+ const OfferType = {
7998
+ ALL: "ALL",
7999
+ PUBLIC: "PUBLIC",
8000
+ };
8001
+ const ModelCustomizationJobStatus = {
8002
+ COMPLETED: "Completed",
8003
+ FAILED: "Failed",
8004
+ IN_PROGRESS: "InProgress",
8005
+ STOPPED: "Stopped",
8006
+ STOPPING: "Stopping",
8007
+ };
8008
+ const JobStatusDetails = {
8009
+ COMPLETED: "Completed",
8010
+ FAILED: "Failed",
8011
+ IN_PROGRESS: "InProgress",
8012
+ NOT_STARTED: "NotStarted",
8013
+ STOPPED: "Stopped",
8014
+ STOPPING: "Stopping",
8015
+ };
8016
+ const FineTuningJobStatus = {
8017
+ COMPLETED: "Completed",
8018
+ FAILED: "Failed",
8019
+ IN_PROGRESS: "InProgress",
8020
+ STOPPED: "Stopped",
8021
+ STOPPING: "Stopping",
8022
+ };
8023
+
8024
8024
  Object.defineProperty(exports, "$Command", {
8025
8025
  enumerable: true,
8026
8026
  get: function () { return smithyClient.Command; }
@@ -8116,21 +8116,21 @@ exports.GetModelInvocationLoggingConfigurationCommand = GetModelInvocationLoggin
8116
8116
  exports.GetPromptRouterCommand = GetPromptRouterCommand;
8117
8117
  exports.GetProvisionedModelThroughputCommand = GetProvisionedModelThroughputCommand;
8118
8118
  exports.GetUseCaseForModelAccessCommand = GetUseCaseForModelAccessCommand;
8119
- exports.GuardrailContentFilterAction = GuardrailContentFilterAction$1;
8119
+ exports.GuardrailContentFilterAction = GuardrailContentFilterAction;
8120
8120
  exports.GuardrailContentFilterType = GuardrailContentFilterType;
8121
- exports.GuardrailContentFiltersTierName = GuardrailContentFiltersTierName$1;
8122
- exports.GuardrailContextualGroundingAction = GuardrailContextualGroundingAction$1;
8121
+ exports.GuardrailContentFiltersTierName = GuardrailContentFiltersTierName;
8122
+ exports.GuardrailContextualGroundingAction = GuardrailContextualGroundingAction;
8123
8123
  exports.GuardrailContextualGroundingFilterType = GuardrailContextualGroundingFilterType;
8124
8124
  exports.GuardrailFilterStrength = GuardrailFilterStrength;
8125
8125
  exports.GuardrailManagedWordsType = GuardrailManagedWordsType;
8126
- exports.GuardrailModality = GuardrailModality$1;
8126
+ exports.GuardrailModality = GuardrailModality;
8127
8127
  exports.GuardrailPiiEntityType = GuardrailPiiEntityType;
8128
8128
  exports.GuardrailSensitiveInformationAction = GuardrailSensitiveInformationAction;
8129
8129
  exports.GuardrailStatus = GuardrailStatus;
8130
- exports.GuardrailTopicAction = GuardrailTopicAction$1;
8130
+ exports.GuardrailTopicAction = GuardrailTopicAction;
8131
8131
  exports.GuardrailTopicType = GuardrailTopicType;
8132
- exports.GuardrailTopicsTierName = GuardrailTopicsTierName$1;
8133
- exports.GuardrailWordAction = GuardrailWordAction$1;
8132
+ exports.GuardrailTopicsTierName = GuardrailTopicsTierName;
8133
+ exports.GuardrailWordAction = GuardrailWordAction;
8134
8134
  exports.InferenceProfileStatus = InferenceProfileStatus;
8135
8135
  exports.InferenceProfileType = InferenceProfileType;
8136
8136
  exports.InferenceType = InferenceType;