Skip to content

Commit b977603

Browse files
author
AWS
committed
Amazon Connect Service Update: This release adds new sets of APIs: AssociateBot, DisassociateBot, and ListBots. You can use it to programmatically add an Amazon Lex bot or Amazon Lex V2 bot on the specified Amazon Connect instance
1 parent 9041fff commit b977603

File tree

3 files changed

+273
-94
lines changed

3 files changed

+273
-94
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Connect Service",
4+
"contributor": "",
5+
"description": "This release adds new sets of APIs: AssociateBot, DisassociateBot, and ListBots. You can use it to programmatically add an Amazon Lex bot or Amazon Lex V2 bot on the specified Amazon Connect instance"
6+
}

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

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@
1616
"output_token": "NextToken",
1717
"result_key": "Origins"
1818
},
19+
"ListBots": {
20+
"input_token": "NextToken",
21+
"limit_key": "MaxResults",
22+
"output_token": "NextToken",
23+
"result_key": "LexBots"
24+
},
1925
"ListContactFlows": {
2026
"input_token": "NextToken",
2127
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)