|
2543 | 2543 | "documentation":"<p>A hint indicating that the annotation contains potentially destructive content.</p>" |
2544 | 2544 | } |
2545 | 2545 | }, |
2546 | | - "documentation":"<p>An annotation that provides additional context or metadata.</p>" |
| 2546 | + "documentation":"<p>An annotation that provides additional context or metadata.</p>", |
| 2547 | + "sensitive":true |
2547 | 2548 | }, |
2548 | 2549 | "AnswerRecommendationAIAgentConfiguration":{ |
2549 | 2550 | "type":"structure", |
|
2998 | 2999 | "type":"structure", |
2999 | 3000 | "members":{ |
3000 | 3001 | "completion":{ |
3001 | | - "shape":"NonEmptyString", |
| 3002 | + "shape":"NonEmptySensitiveString", |
3002 | 3003 | "documentation":"<p>A chunk of the case summarization completion.</p>" |
3003 | 3004 | }, |
3004 | 3005 | "nextChunkToken":{ |
|
6855 | 6856 | "JSONDocument":{ |
6856 | 6857 | "type":"structure", |
6857 | 6858 | "members":{}, |
6858 | | - "document":true |
| 6859 | + "document":true, |
| 6860 | + "sensitive":true |
6859 | 6861 | }, |
6860 | 6862 | "KnowledgeBaseAssociationConfigurationData":{ |
6861 | 6863 | "type":"structure", |
|
11483 | 11485 | "type":"string", |
11484 | 11486 | "enum":[ |
11485 | 11487 | "RECOMMENDATION", |
11486 | | - "RESULT" |
| 11488 | + "RESULT", |
| 11489 | + "MESSAGE" |
11487 | 11490 | ] |
11488 | 11491 | }, |
11489 | 11492 | "TextAIPrompt":{ |
@@ -11588,15 +11591,15 @@ |
11588 | 11591 | "documentation":"<p>The type of the tool.</p>" |
11589 | 11592 | }, |
11590 | 11593 | "title":{ |
11591 | | - "shape":"NonEmptyString", |
| 11594 | + "shape":"NonEmptySensitiveString", |
11592 | 11595 | "documentation":"<p>The title of the tool configuration.</p>" |
11593 | 11596 | }, |
11594 | 11597 | "toolId":{ |
11595 | 11598 | "shape":"NonEmptyString", |
11596 | 11599 | "documentation":"<p>The identifier of the tool, for example toolName from Model Context Provider server.</p>" |
11597 | 11600 | }, |
11598 | 11601 | "description":{ |
11599 | | - "shape":"String", |
| 11602 | + "shape":"NonEmptySensitiveString", |
11600 | 11603 | "documentation":"<p>The description of the tool configuration.</p>" |
11601 | 11604 | }, |
11602 | 11605 | "instruction":{ |
|
11650 | 11653 | "documentation":"<p>Examples for using the tool.</p>" |
11651 | 11654 | } |
11652 | 11655 | }, |
11653 | | - "documentation":"<p>Instructions for using a tool.</p>" |
| 11656 | + "documentation":"<p>Instructions for using a tool.</p>", |
| 11657 | + "sensitive":true |
11654 | 11658 | }, |
11655 | 11659 | "ToolOutputConfiguration":{ |
11656 | 11660 | "type":"structure", |
|
11683 | 11687 | }, |
11684 | 11688 | "ToolOutputFilterList":{ |
11685 | 11689 | "type":"list", |
11686 | | - "member":{"shape":"ToolOutputFilter"} |
| 11690 | + "member":{"shape":"ToolOutputFilter"}, |
| 11691 | + "sensitive":true |
11687 | 11692 | }, |
11688 | 11693 | "ToolOverrideConstantInputValue":{ |
11689 | 11694 | "type":"structure", |
|
11734 | 11739 | }, |
11735 | 11740 | "ToolOverrideInputValueList":{ |
11736 | 11741 | "type":"list", |
11737 | | - "member":{"shape":"ToolOverrideInputValue"} |
| 11742 | + "member":{"shape":"ToolOverrideInputValue"}, |
| 11743 | + "sensitive":true |
11738 | 11744 | }, |
11739 | 11745 | "ToolOverrideInputValueType":{ |
11740 | 11746 | "type":"string", |
|
12035 | 12041 | "shape":"AIAgentConfigurationData", |
12036 | 12042 | "documentation":"<p>The configuration of the AI Agent being updated for use by default on the Amazon Q in Connect Assistant.</p>" |
12037 | 12043 | }, |
12038 | | - "orchestratorConfigurationList":{ |
12039 | | - "shape":"OrchestratorConfigurationList", |
12040 | | - "documentation":"<p>The updated list of orchestrator configurations for the assistant AI Agent.</p>" |
| 12044 | + "orchestratorUseCase":{ |
| 12045 | + "shape":"NonEmptyString", |
| 12046 | + "documentation":"<p>The orchestrator use case for the AI Agent being added.</p>" |
12041 | 12047 | } |
12042 | 12048 | } |
12043 | 12049 | }, |
|
0 commit comments