Skip to content

Commit 39f79b7

Browse files
author
AWS
committed
Amazon Connect Service Update: New APIs to support aliases and versions for ContactFlowModule. Updated ContactFlowModule APIs to support custom blocks.
1 parent d52c5bb commit 39f79b7

File tree

3 files changed

+646
-2
lines changed

3 files changed

+646
-2
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 Connect Service",
4+
"contributor": "",
5+
"description": "New APIs to support aliases and versions for ContactFlowModule. Updated ContactFlowModule APIs to support custom blocks."
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,18 @@
4949
"output_token": "NextToken",
5050
"result_key": "EvaluationSummaryList"
5151
},
52+
"ListContactFlowModuleAliases": {
53+
"input_token": "NextToken",
54+
"limit_key": "MaxResults",
55+
"output_token": "NextToken",
56+
"result_key": "ContactFlowModuleAliasSummaryList"
57+
},
58+
"ListContactFlowModuleVersions": {
59+
"input_token": "NextToken",
60+
"limit_key": "MaxResults",
61+
"output_token": "NextToken",
62+
"result_key": "ContactFlowModuleVersionSummaryList"
63+
},
5264
"ListContactFlowModules": {
5365
"input_token": "NextToken",
5466
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)