Skip to content

Commit db1341a

Browse files
author
AWS
committed
Amazon Connect Service Update: Adds CreateContactFlowVersion and ListContactFlowVersions APIs to create and view the versions of a contact flow.
1 parent c737ff6 commit db1341a

File tree

3 files changed

+210
-3
lines changed

3 files changed

+210
-3
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": "Adds CreateContactFlowVersion and ListContactFlowVersions APIs to create and view the versions of a contact flow."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@
5555
"output_token": "NextToken",
5656
"result_key": "ContactFlowModulesSummaryList"
5757
},
58+
"ListContactFlowVersions": {
59+
"input_token": "NextToken",
60+
"limit_key": "MaxResults",
61+
"output_token": "NextToken",
62+
"result_key": "ContactFlowVersionSummaryList"
63+
},
5864
"ListContactFlows": {
5965
"input_token": "NextToken",
6066
"limit_key": "MaxResults",

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

Lines changed: 198 additions & 3 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)