aws-sdk 2.1623.0 → 2.1624.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.
@@ -4,6 +4,9 @@
4
4
  "apiVersion": "2022-01-01",
5
5
  "endpointPrefix": "osis",
6
6
  "protocol": "rest-json",
7
+ "protocols": [
8
+ "rest-json"
9
+ ],
7
10
  "serviceFullName": "Amazon OpenSearch Ingestion",
8
11
  "serviceId": "OSIS",
9
12
  "signatureVersion": "v4",
@@ -38,13 +41,13 @@
38
41
  "shape": "S9"
39
42
  },
40
43
  "BufferOptions": {
41
- "shape": "Se"
44
+ "shape": "Sg"
42
45
  },
43
46
  "EncryptionAtRestOptions": {
44
- "shape": "Sf"
47
+ "shape": "Sh"
45
48
  },
46
49
  "Tags": {
47
- "shape": "Sh"
50
+ "shape": "Sj"
48
51
  }
49
52
  }
50
53
  },
@@ -52,7 +55,7 @@
52
55
  "type": "structure",
53
56
  "members": {
54
57
  "Pipeline": {
55
- "shape": "Sm"
58
+ "shape": "So"
56
59
  }
57
60
  }
58
61
  }
@@ -100,7 +103,7 @@
100
103
  "type": "structure",
101
104
  "members": {
102
105
  "Pipeline": {
103
- "shape": "Sm"
106
+ "shape": "So"
104
107
  }
105
108
  }
106
109
  }
@@ -119,6 +122,10 @@
119
122
  "BlueprintName": {
120
123
  "location": "uri",
121
124
  "locationName": "BlueprintName"
125
+ },
126
+ "Format": {
127
+ "location": "querystring",
128
+ "locationName": "format"
122
129
  }
123
130
  }
124
131
  },
@@ -129,9 +136,14 @@
129
136
  "type": "structure",
130
137
  "members": {
131
138
  "BlueprintName": {},
132
- "PipelineConfigurationBody": {}
139
+ "PipelineConfigurationBody": {},
140
+ "DisplayName": {},
141
+ "DisplayDescription": {},
142
+ "Service": {},
143
+ "UseCase": {}
133
144
  }
134
- }
145
+ },
146
+ "Format": {}
135
147
  }
136
148
  }
137
149
  },
@@ -203,7 +215,11 @@
203
215
  "member": {
204
216
  "type": "structure",
205
217
  "members": {
206
- "BlueprintName": {}
218
+ "BlueprintName": {},
219
+ "DisplayName": {},
220
+ "DisplayDescription": {},
221
+ "Service": {},
222
+ "UseCase": {}
207
223
  }
208
224
  }
209
225
  }
@@ -240,7 +256,7 @@
240
256
  "members": {
241
257
  "Status": {},
242
258
  "StatusReason": {
243
- "shape": "Sq"
259
+ "shape": "Ss"
244
260
  },
245
261
  "PipelineName": {},
246
262
  "PipelineArn": {},
@@ -256,8 +272,11 @@
256
272
  "LastUpdatedAt": {
257
273
  "type": "timestamp"
258
274
  },
275
+ "Destinations": {
276
+ "shape": "S10"
277
+ },
259
278
  "Tags": {
260
- "shape": "Sh"
279
+ "shape": "Sj"
261
280
  }
262
281
  }
263
282
  }
@@ -286,7 +305,7 @@
286
305
  "type": "structure",
287
306
  "members": {
288
307
  "Tags": {
289
- "shape": "Sh"
308
+ "shape": "Sj"
290
309
  }
291
310
  }
292
311
  }
@@ -312,7 +331,7 @@
312
331
  "type": "structure",
313
332
  "members": {
314
333
  "Pipeline": {
315
- "shape": "Sm"
334
+ "shape": "So"
316
335
  }
317
336
  }
318
337
  }
@@ -338,7 +357,7 @@
338
357
  "type": "structure",
339
358
  "members": {
340
359
  "Pipeline": {
341
- "shape": "Sm"
360
+ "shape": "So"
342
361
  }
343
362
  }
344
363
  }
@@ -359,7 +378,7 @@
359
378
  "locationName": "arn"
360
379
  },
361
380
  "Tags": {
362
- "shape": "Sh"
381
+ "shape": "Sj"
363
382
  }
364
383
  }
365
384
  },
@@ -420,10 +439,10 @@
420
439
  "shape": "S5"
421
440
  },
422
441
  "BufferOptions": {
423
- "shape": "Se"
442
+ "shape": "Sg"
424
443
  },
425
444
  "EncryptionAtRestOptions": {
426
- "shape": "Sf"
445
+ "shape": "Sh"
427
446
  }
428
447
  }
429
448
  },
@@ -431,7 +450,7 @@
431
450
  "type": "structure",
432
451
  "members": {
433
452
  "Pipeline": {
434
- "shape": "Sm"
453
+ "shape": "So"
435
454
  }
436
455
  }
437
456
  }
@@ -499,10 +518,22 @@
499
518
  "SecurityGroupIds": {
500
519
  "type": "list",
501
520
  "member": {}
521
+ },
522
+ "VpcAttachmentOptions": {
523
+ "type": "structure",
524
+ "required": [
525
+ "AttachToVpc"
526
+ ],
527
+ "members": {
528
+ "AttachToVpc": {
529
+ "type": "boolean"
530
+ },
531
+ "CidrBlock": {}
532
+ }
502
533
  }
503
534
  }
504
535
  },
505
- "Se": {
536
+ "Sg": {
506
537
  "type": "structure",
507
538
  "required": [
508
539
  "PersistentBufferEnabled"
@@ -513,7 +544,7 @@
513
544
  }
514
545
  }
515
546
  },
516
- "Sf": {
547
+ "Sh": {
517
548
  "type": "structure",
518
549
  "required": [
519
550
  "KmsKeyArn"
@@ -522,7 +553,7 @@
522
553
  "KmsKeyArn": {}
523
554
  }
524
555
  },
525
- "Sh": {
556
+ "Sj": {
526
557
  "type": "list",
527
558
  "member": {
528
559
  "type": "structure",
@@ -536,7 +567,7 @@
536
567
  }
537
568
  }
538
569
  },
539
- "Sm": {
570
+ "So": {
540
571
  "type": "structure",
541
572
  "members": {
542
573
  "PipelineName": {},
@@ -549,7 +580,7 @@
549
580
  },
550
581
  "Status": {},
551
582
  "StatusReason": {
552
- "shape": "Sq"
583
+ "shape": "Ss"
553
584
  },
554
585
  "PipelineConfigurationBody": {},
555
586
  "CreatedAt": {
@@ -579,10 +610,10 @@
579
610
  }
580
611
  },
581
612
  "BufferOptions": {
582
- "shape": "Se"
613
+ "shape": "Sg"
583
614
  },
584
615
  "EncryptionAtRestOptions": {
585
- "shape": "Sf"
616
+ "shape": "Sh"
586
617
  },
587
618
  "ServiceVpcEndpoints": {
588
619
  "type": "list",
@@ -594,16 +625,29 @@
594
625
  }
595
626
  }
596
627
  },
628
+ "Destinations": {
629
+ "shape": "S10"
630
+ },
597
631
  "Tags": {
598
- "shape": "Sh"
632
+ "shape": "Sj"
599
633
  }
600
634
  }
601
635
  },
602
- "Sq": {
636
+ "Ss": {
603
637
  "type": "structure",
604
638
  "members": {
605
639
  "Description": {}
606
640
  }
641
+ },
642
+ "S10": {
643
+ "type": "list",
644
+ "member": {
645
+ "type": "structure",
646
+ "members": {
647
+ "ServiceName": {},
648
+ "Endpoint": {}
649
+ }
650
+ }
607
651
  }
608
652
  }
609
653
  }
@@ -492,6 +492,7 @@
492
492
  "type": "boolean"
493
493
  },
494
494
  "CACertificateIdentifier": {},
495
+ "EngineLifecycleSupport": {},
495
496
  "SourceRegion": {}
496
497
  }
497
498
  },
@@ -709,7 +710,8 @@
709
710
  },
710
711
  "MultiTenant": {
711
712
  "type": "boolean"
712
- }
713
+ },
714
+ "EngineLifecycleSupport": {}
713
715
  }
714
716
  },
715
717
  "output": {
@@ -1089,6 +1091,7 @@
1089
1091
  "SourceDBClusterIdentifier": {},
1090
1092
  "Engine": {},
1091
1093
  "EngineVersion": {},
1094
+ "EngineLifecycleSupport": {},
1092
1095
  "DeletionProtection": {
1093
1096
  "type": "boolean"
1094
1097
  },
@@ -4612,7 +4615,8 @@
4612
4615
  "type": "boolean"
4613
4616
  },
4614
4617
  "MasterUserSecretKmsKeyId": {},
4615
- "StorageType": {}
4618
+ "StorageType": {},
4619
+ "EngineLifecycleSupport": {}
4616
4620
  }
4617
4621
  },
4618
4622
  "output": {
@@ -4690,7 +4694,8 @@
4690
4694
  "NetworkType": {},
4691
4695
  "RdsCustomClusterConfiguration": {
4692
4696
  "shape": "S2w"
4693
- }
4697
+ },
4698
+ "EngineLifecycleSupport": {}
4694
4699
  }
4695
4700
  },
4696
4701
  "output": {
@@ -4768,7 +4773,8 @@
4768
4773
  "SourceDbClusterResourceId": {},
4769
4774
  "RdsCustomClusterConfiguration": {
4770
4775
  "shape": "S2w"
4771
- }
4776
+ },
4777
+ "EngineLifecycleSupport": {}
4772
4778
  }
4773
4779
  },
4774
4780
  "output": {
@@ -4864,7 +4870,8 @@
4864
4870
  "DedicatedLogVolume": {
4865
4871
  "type": "boolean"
4866
4872
  },
4867
- "CACertificateIdentifier": {}
4873
+ "CACertificateIdentifier": {},
4874
+ "EngineLifecycleSupport": {}
4868
4875
  }
4869
4876
  },
4870
4877
  "output": {
@@ -4987,7 +4994,8 @@
4987
4994
  "DedicatedLogVolume": {
4988
4995
  "type": "boolean"
4989
4996
  },
4990
- "CACertificateIdentifier": {}
4997
+ "CACertificateIdentifier": {},
4998
+ "EngineLifecycleSupport": {}
4991
4999
  }
4992
5000
  },
4993
5001
  "output": {
@@ -5093,7 +5101,8 @@
5093
5101
  "DedicatedLogVolume": {
5094
5102
  "type": "boolean"
5095
5103
  },
5096
- "CACertificateIdentifier": {}
5104
+ "CACertificateIdentifier": {},
5105
+ "EngineLifecycleSupport": {}
5097
5106
  }
5098
5107
  },
5099
5108
  "output": {
@@ -6343,7 +6352,8 @@
6343
6352
  },
6344
6353
  "CertificateDetails": {
6345
6354
  "shape": "S3j"
6346
- }
6355
+ },
6356
+ "EngineLifecycleSupport": {}
6347
6357
  },
6348
6358
  "wrapper": true
6349
6359
  },
@@ -6686,7 +6696,8 @@
6686
6696
  },
6687
6697
  "MultiTenant": {
6688
6698
  "type": "boolean"
6689
- }
6699
+ },
6700
+ "EngineLifecycleSupport": {}
6690
6701
  },
6691
6702
  "wrapper": true
6692
6703
  },
@@ -6870,6 +6881,7 @@
6870
6881
  "Status": {},
6871
6882
  "Engine": {},
6872
6883
  "EngineVersion": {},
6884
+ "EngineLifecycleSupport": {},
6873
6885
  "DatabaseName": {},
6874
6886
  "StorageEncrypted": {
6875
6887
  "type": "boolean"
@@ -427,6 +427,10 @@ declare namespace BedrockAgent {
427
427
  * The foundation model used for orchestration by the agent.
428
428
  */
429
429
  foundationModel?: ModelIdentifier;
430
+ /**
431
+ * The guardrails configuration assigned to the agent.
432
+ */
433
+ guardrailConfiguration?: GuardrailConfiguration;
430
434
  /**
431
435
  * The number of seconds for which Amazon Bedrock keeps information about a user's conversation with the agent. A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Bedrock deletes any data provided before the timeout.
432
436
  */
@@ -686,6 +690,10 @@ declare namespace BedrockAgent {
686
690
  * The description of the agent.
687
691
  */
688
692
  description?: Description;
693
+ /**
694
+ * The details of the guardrails configuration in the agent summary.
695
+ */
696
+ guardrailConfiguration?: GuardrailConfiguration;
689
697
  /**
690
698
  * The latest version of the agent.
691
699
  */
@@ -736,6 +744,10 @@ declare namespace BedrockAgent {
736
744
  * The foundation model that the version invokes.
737
745
  */
738
746
  foundationModel?: ModelIdentifier;
747
+ /**
748
+ * The guardrails configuration assigned to the agent version.
749
+ */
750
+ guardrailConfiguration?: GuardrailConfiguration;
739
751
  /**
740
752
  * The number of seconds for which Amazon Bedrock keeps information about a user's conversation with the agent. A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Bedrock deletes any data provided before the timeout.
741
753
  */
@@ -783,6 +795,10 @@ declare namespace BedrockAgent {
783
795
  * The description of the version of the agent.
784
796
  */
785
797
  description?: Description;
798
+ /**
799
+ * The details of the guardrails configuration in the agent version summary.
800
+ */
801
+ guardrailConfiguration?: GuardrailConfiguration;
786
802
  /**
787
803
  * The time at which the version was last updated.
788
804
  */
@@ -938,6 +954,10 @@ declare namespace BedrockAgent {
938
954
  * The foundation model to be used for orchestration by the agent you create.
939
955
  */
940
956
  foundationModel?: ModelIdentifier;
957
+ /**
958
+ * The unique Guardrail configuration assigned to the agent when it is created.
959
+ */
960
+ guardrailConfiguration?: GuardrailConfiguration;
941
961
  /**
942
962
  * The number of seconds for which Amazon Bedrock keeps information about a user's conversation with the agent. A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Bedrock deletes any data provided before the timeout.
943
963
  */
@@ -1449,6 +1469,18 @@ declare namespace BedrockAgent {
1449
1469
  */
1450
1470
  knowledgeBase: KnowledgeBase;
1451
1471
  }
1472
+ export interface GuardrailConfiguration {
1473
+ /**
1474
+ * The guardrails identifier assigned to the guardrails configuration.
1475
+ */
1476
+ guardrailIdentifier?: GuardrailIdentifier;
1477
+ /**
1478
+ * The guardrails version assigned to the guardrails configuration.
1479
+ */
1480
+ guardrailVersion?: GuardrailVersion;
1481
+ }
1482
+ export type GuardrailIdentifier = string;
1483
+ export type GuardrailVersion = string;
1452
1484
  export type Id = string;
1453
1485
  export interface InferenceConfiguration {
1454
1486
  /**
@@ -2069,7 +2101,7 @@ declare namespace BedrockAgent {
2069
2101
  export type PrimitiveLong = number;
2070
2102
  export interface PromptConfiguration {
2071
2103
  /**
2072
- * Defines the prompt template with which to replace the default prompt template. You can use placeholder variables in the base prompt template to customize the prompt. For more information, see Prompt template placeholder variables.
2104
+ * Defines the prompt template with which to replace the default prompt template. You can use placeholder variables in the base prompt template to customize the prompt. For more information, see Prompt template placeholder variables. For more information, see Configure the prompt templates.
2073
2105
  */
2074
2106
  basePromptTemplate?: BasePromptTemplate;
2075
2107
  /**
@@ -2096,7 +2128,7 @@ declare namespace BedrockAgent {
2096
2128
  export type PromptConfigurations = PromptConfiguration[];
2097
2129
  export interface PromptOverrideConfiguration {
2098
2130
  /**
2099
- * The ARN of the Lambda function to use when parsing the raw foundation model output in parts of the agent sequence. If you specify this field, at least one of the promptConfigurations must contain a parserMode value that is set to OVERRIDDEN.
2131
+ * The ARN of the Lambda function to use when parsing the raw foundation model output in parts of the agent sequence. If you specify this field, at least one of the promptConfigurations must contain a parserMode value that is set to OVERRIDDEN. For more information, see Parser Lambda function in Agents for Amazon Bedrock.
2100
2132
  */
2101
2133
  overrideLambda?: LambdaArn;
2102
2134
  /**
@@ -2438,6 +2470,10 @@ declare namespace BedrockAgent {
2438
2470
  * Specifies a new foundation model to be used for orchestration by the agent.
2439
2471
  */
2440
2472
  foundationModel: ModelIdentifier;
2473
+ /**
2474
+ * The unique Guardrail configuration assigned to the agent when it is updated.
2475
+ */
2476
+ guardrailConfiguration?: GuardrailConfiguration;
2441
2477
  /**
2442
2478
  * The number of seconds for which Amazon Bedrock keeps information about a user's conversation with the agent. A user interaction remains active for the amount of time specified. If no conversation occurs during this time, the session expires and Amazon Bedrock deletes any data provided before the timeout.
2443
2479
  */
@@ -366,6 +366,26 @@ declare namespace BedrockAgentRuntime {
366
366
  promptTemplate?: PromptTemplate;
367
367
  }
368
368
  export type GuadrailAction = "INTERVENED"|"NONE"|string;
369
+ export type GuardrailAction = "INTERVENED"|"NONE"|string;
370
+ export interface GuardrailAssessment {
371
+ /**
372
+ * Content policy details of the Guardrail.
373
+ */
374
+ contentPolicy?: GuardrailContentPolicyAssessment;
375
+ /**
376
+ * Sensitive Information policy details of Guardrail.
377
+ */
378
+ sensitiveInformationPolicy?: GuardrailSensitiveInformationPolicyAssessment;
379
+ /**
380
+ * Topic policy details of the Guardrail.
381
+ */
382
+ topicPolicy?: GuardrailTopicPolicyAssessment;
383
+ /**
384
+ * Word policy details of the Guardrail.
385
+ */
386
+ wordPolicy?: GuardrailWordPolicyAssessment;
387
+ }
388
+ export type GuardrailAssessmentList = GuardrailAssessment[];
369
389
  export interface GuardrailConfiguration {
370
390
  /**
371
391
  * The unique identifier for the guardrail.
@@ -378,6 +398,155 @@ declare namespace BedrockAgentRuntime {
378
398
  }
379
399
  export type GuardrailConfigurationGuardrailIdString = string;
380
400
  export type GuardrailConfigurationGuardrailVersionString = string;
401
+ export interface GuardrailContentFilter {
402
+ /**
403
+ * The action placed on the content by the Guardrail filter.
404
+ */
405
+ action?: GuardrailContentPolicyAction;
406
+ /**
407
+ * The confidence level regarding the content detected in the filter by the Guardrail.
408
+ */
409
+ confidence?: GuardrailContentFilterConfidence;
410
+ /**
411
+ * The type of content detected in the filter by the Guardrail.
412
+ */
413
+ type?: GuardrailContentFilterType;
414
+ }
415
+ export type GuardrailContentFilterConfidence = "NONE"|"LOW"|"MEDIUM"|"HIGH"|string;
416
+ export type GuardrailContentFilterList = GuardrailContentFilter[];
417
+ export type GuardrailContentFilterType = "INSULTS"|"HATE"|"SEXUAL"|"VIOLENCE"|"MISCONDUCT"|"PROMPT_ATTACK"|string;
418
+ export type GuardrailContentPolicyAction = "BLOCKED"|string;
419
+ export interface GuardrailContentPolicyAssessment {
420
+ /**
421
+ * The filter details of the policy assessment used in the Guardrails filter.
422
+ */
423
+ filters?: GuardrailContentFilterList;
424
+ }
425
+ export interface GuardrailCustomWord {
426
+ /**
427
+ * The action details for the custom word filter in the Guardrail.
428
+ */
429
+ action?: GuardrailWordPolicyAction;
430
+ /**
431
+ * The match details for the custom word filter in the Guardrail.
432
+ */
433
+ match?: String;
434
+ }
435
+ export type GuardrailCustomWordList = GuardrailCustomWord[];
436
+ export interface GuardrailManagedWord {
437
+ /**
438
+ * The action details for the managed word filter in the Guardrail.
439
+ */
440
+ action?: GuardrailWordPolicyAction;
441
+ /**
442
+ * The match details for the managed word filter in the Guardrail.
443
+ */
444
+ match?: String;
445
+ /**
446
+ * The type details for the managed word filter in the Guardrail.
447
+ */
448
+ type?: GuardrailManagedWordType;
449
+ }
450
+ export type GuardrailManagedWordList = GuardrailManagedWord[];
451
+ export type GuardrailManagedWordType = "PROFANITY"|string;
452
+ export interface GuardrailPiiEntityFilter {
453
+ /**
454
+ * The action of the Guardrail filter to identify and remove PII.
455
+ */
456
+ action?: GuardrailSensitiveInformationPolicyAction;
457
+ /**
458
+ * The match to settings in the Guardrail filter to identify and remove PII.
459
+ */
460
+ match?: String;
461
+ /**
462
+ * The type of PII the Guardrail filter has identified and removed.
463
+ */
464
+ type?: GuardrailPiiEntityType;
465
+ }
466
+ export type GuardrailPiiEntityFilterList = GuardrailPiiEntityFilter[];
467
+ export type GuardrailPiiEntityType = "ADDRESS"|"AGE"|"AWS_ACCESS_KEY"|"AWS_SECRET_KEY"|"CA_HEALTH_NUMBER"|"CA_SOCIAL_INSURANCE_NUMBER"|"CREDIT_DEBIT_CARD_CVV"|"CREDIT_DEBIT_CARD_EXPIRY"|"CREDIT_DEBIT_CARD_NUMBER"|"DRIVER_ID"|"EMAIL"|"INTERNATIONAL_BANK_ACCOUNT_NUMBER"|"IP_ADDRESS"|"LICENSE_PLATE"|"MAC_ADDRESS"|"NAME"|"PASSWORD"|"PHONE"|"PIN"|"SWIFT_CODE"|"UK_NATIONAL_HEALTH_SERVICE_NUMBER"|"UK_NATIONAL_INSURANCE_NUMBER"|"UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER"|"URL"|"USERNAME"|"US_BANK_ACCOUNT_NUMBER"|"US_BANK_ROUTING_NUMBER"|"US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER"|"US_PASSPORT_NUMBER"|"US_SOCIAL_SECURITY_NUMBER"|"VEHICLE_IDENTIFICATION_NUMBER"|string;
468
+ export interface GuardrailRegexFilter {
469
+ /**
470
+ * The action details for the regex filter used in the Guardrail.
471
+ */
472
+ action?: GuardrailSensitiveInformationPolicyAction;
473
+ /**
474
+ * The match details for the regex filter used in the Guardrail.
475
+ */
476
+ match?: String;
477
+ /**
478
+ * The name details for the regex filter used in the Guardrail.
479
+ */
480
+ name?: String;
481
+ /**
482
+ * The regex details for the regex filter used in the Guardrail.
483
+ */
484
+ regex?: String;
485
+ }
486
+ export type GuardrailRegexFilterList = GuardrailRegexFilter[];
487
+ export type GuardrailSensitiveInformationPolicyAction = "BLOCKED"|"ANONYMIZED"|string;
488
+ export interface GuardrailSensitiveInformationPolicyAssessment {
489
+ /**
490
+ * The details of the PII entities used in the sensitive policy assessment for the Guardrail.
491
+ */
492
+ piiEntities?: GuardrailPiiEntityFilterList;
493
+ /**
494
+ * The details of the regexes used in the sensitive policy assessment for the Guardrail.
495
+ */
496
+ regexes?: GuardrailRegexFilterList;
497
+ }
498
+ export interface GuardrailTopic {
499
+ /**
500
+ * The action details on a specific topic in the Guardrail.
501
+ */
502
+ action?: GuardrailTopicPolicyAction;
503
+ /**
504
+ * The name details on a specific topic in the Guardrail.
505
+ */
506
+ name?: String;
507
+ /**
508
+ * The type details on a specific topic in the Guardrail.
509
+ */
510
+ type?: GuardrailTopicType;
511
+ }
512
+ export type GuardrailTopicList = GuardrailTopic[];
513
+ export type GuardrailTopicPolicyAction = "BLOCKED"|string;
514
+ export interface GuardrailTopicPolicyAssessment {
515
+ /**
516
+ * The topic details of the policy assessment used in the Guardrail.
517
+ */
518
+ topics?: GuardrailTopicList;
519
+ }
520
+ export type GuardrailTopicType = "DENY"|string;
521
+ export interface GuardrailTrace {
522
+ /**
523
+ * The trace action details used with the Guardrail.
524
+ */
525
+ action?: GuardrailAction;
526
+ /**
527
+ * The details of the input assessments used in the Guardrail Trace.
528
+ */
529
+ inputAssessments?: GuardrailAssessmentList;
530
+ /**
531
+ * The details of the output assessments used in the Guardrail Trace.
532
+ */
533
+ outputAssessments?: GuardrailAssessmentList;
534
+ /**
535
+ * The details of the trace Id used in the Guardrail Trace.
536
+ */
537
+ traceId?: TraceId;
538
+ }
539
+ export type GuardrailWordPolicyAction = "BLOCKED"|string;
540
+ export interface GuardrailWordPolicyAssessment {
541
+ /**
542
+ * The custom word details for words defined in the Guardrail filter.
543
+ */
544
+ customWords?: GuardrailCustomWordList;
545
+ /**
546
+ * The managed word lists for words defined in the Guardrail filter.
547
+ */
548
+ managedWordLists?: GuardrailManagedWordList;
549
+ }
381
550
  export type Identifier = string;
382
551
  export interface InferenceConfig {
383
552
  /**
@@ -1086,6 +1255,10 @@ declare namespace BedrockAgentRuntime {
1086
1255
  * Contains information about the failure of the interaction.
1087
1256
  */
1088
1257
  failureTrace?: FailureTrace;
1258
+ /**
1259
+ * The trace details for a trace defined in the Guardrail filter.
1260
+ */
1261
+ guardrailTrace?: GuardrailTrace;
1089
1262
  /**
1090
1263
  * Details about the orchestration step, in which the agent determines the order in which actions are executed and which knowledge bases are retrieved.
1091
1264
  */