Skip to content

Commit f6de3c8

Browse files
author
AWS
committed
Amazon Q Connect Update: This release adds support for the following capabilities: Configuration of the Gen AI system via AIAgent and AIPrompts. Integration support for Bedrock Knowledge Base.
1 parent 8e11475 commit f6de3c8

File tree

3 files changed

+2333
-65
lines changed

3 files changed

+2333
-65
lines changed
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": "This release adds support for the following capabilities: Configuration of the Gen AI system via AIAgent and AIPrompts. Integration support for Bedrock Knowledge Base."
6+
}

services/qconnect/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
{
22
"pagination": {
3+
"ListAIAgentVersions": {
4+
"input_token": "nextToken",
5+
"output_token": "nextToken",
6+
"limit_key": "maxResults",
7+
"result_key": "aiAgentVersionSummaries"
8+
},
9+
"ListAIAgents": {
10+
"input_token": "nextToken",
11+
"output_token": "nextToken",
12+
"limit_key": "maxResults",
13+
"result_key": "aiAgentSummaries"
14+
},
15+
"ListAIPromptVersions": {
16+
"input_token": "nextToken",
17+
"output_token": "nextToken",
18+
"limit_key": "maxResults",
19+
"result_key": "aiPromptVersionSummaries"
20+
},
21+
"ListAIPrompts": {
22+
"input_token": "nextToken",
23+
"output_token": "nextToken",
24+
"limit_key": "maxResults",
25+
"result_key": "aiPromptSummaries"
26+
},
327
"ListAssistantAssociations": {
428
"input_token": "nextToken",
529
"output_token": "nextToken",

0 commit comments

Comments
 (0)