Skip to content

Commit ed4e2ef

Browse files
author
AWS
committed
Amazon Q Connect Update: Fixes incorrect types in the UpdateAssistantAIAgent API request, adds MESSAGE to TargetType enum, and other minor changes.
1 parent 5034993 commit ed4e2ef

2 files changed

Lines changed: 24 additions & 12 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Q Connect",
4+
"contributor": "",
5+
"description": "Fixes incorrect types in the UpdateAssistantAIAgent API request, adds MESSAGE to TargetType enum, and other minor changes."
6+
}

services/qconnect/src/main/resources/codegen-resources/service-2.json

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2543,7 +2543,8 @@
25432543
"documentation":"<p>A hint indicating that the annotation contains potentially destructive content.</p>"
25442544
}
25452545
},
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
25472548
},
25482549
"AnswerRecommendationAIAgentConfiguration":{
25492550
"type":"structure",
@@ -2998,7 +2999,7 @@
29982999
"type":"structure",
29993000
"members":{
30003001
"completion":{
3001-
"shape":"NonEmptyString",
3002+
"shape":"NonEmptySensitiveString",
30023003
"documentation":"<p>A chunk of the case summarization completion.</p>"
30033004
},
30043005
"nextChunkToken":{
@@ -6855,7 +6856,8 @@
68556856
"JSONDocument":{
68566857
"type":"structure",
68576858
"members":{},
6858-
"document":true
6859+
"document":true,
6860+
"sensitive":true
68596861
},
68606862
"KnowledgeBaseAssociationConfigurationData":{
68616863
"type":"structure",
@@ -11483,7 +11485,8 @@
1148311485
"type":"string",
1148411486
"enum":[
1148511487
"RECOMMENDATION",
11486-
"RESULT"
11488+
"RESULT",
11489+
"MESSAGE"
1148711490
]
1148811491
},
1148911492
"TextAIPrompt":{
@@ -11588,15 +11591,15 @@
1158811591
"documentation":"<p>The type of the tool.</p>"
1158911592
},
1159011593
"title":{
11591-
"shape":"NonEmptyString",
11594+
"shape":"NonEmptySensitiveString",
1159211595
"documentation":"<p>The title of the tool configuration.</p>"
1159311596
},
1159411597
"toolId":{
1159511598
"shape":"NonEmptyString",
1159611599
"documentation":"<p>The identifier of the tool, for example toolName from Model Context Provider server.</p>"
1159711600
},
1159811601
"description":{
11599-
"shape":"String",
11602+
"shape":"NonEmptySensitiveString",
1160011603
"documentation":"<p>The description of the tool configuration.</p>"
1160111604
},
1160211605
"instruction":{
@@ -11650,7 +11653,8 @@
1165011653
"documentation":"<p>Examples for using the tool.</p>"
1165111654
}
1165211655
},
11653-
"documentation":"<p>Instructions for using a tool.</p>"
11656+
"documentation":"<p>Instructions for using a tool.</p>",
11657+
"sensitive":true
1165411658
},
1165511659
"ToolOutputConfiguration":{
1165611660
"type":"structure",
@@ -11683,7 +11687,8 @@
1168311687
},
1168411688
"ToolOutputFilterList":{
1168511689
"type":"list",
11686-
"member":{"shape":"ToolOutputFilter"}
11690+
"member":{"shape":"ToolOutputFilter"},
11691+
"sensitive":true
1168711692
},
1168811693
"ToolOverrideConstantInputValue":{
1168911694
"type":"structure",
@@ -11734,7 +11739,8 @@
1173411739
},
1173511740
"ToolOverrideInputValueList":{
1173611741
"type":"list",
11737-
"member":{"shape":"ToolOverrideInputValue"}
11742+
"member":{"shape":"ToolOverrideInputValue"},
11743+
"sensitive":true
1173811744
},
1173911745
"ToolOverrideInputValueType":{
1174011746
"type":"string",
@@ -12035,9 +12041,9 @@
1203512041
"shape":"AIAgentConfigurationData",
1203612042
"documentation":"<p>The configuration of the AI Agent being updated for use by default on the Amazon Q in Connect Assistant.</p>"
1203712043
},
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>"
1204112047
}
1204212048
}
1204312049
},

0 commit comments

Comments
 (0)