Skip to content

Commit 15eab41

Browse files
author
AWS
committed
Amazon Connect Service Update: This release adds support for UpdateContactFlowMetadata, DeleteContactFlow and module APIs. For details, see the Release Notes in the Amazon Connect Administrator Guide.
1 parent a418f6f commit 15eab41

File tree

3 files changed

+589
-24
lines changed

3 files changed

+589
-24
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": "This release adds support for UpdateContactFlowMetadata, DeleteContactFlow and module APIs. For details, see the Release Notes in the Amazon Connect Administrator Guide."
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
@@ -28,6 +28,12 @@
2828
"output_token": "NextToken",
2929
"result_key": "LexBots"
3030
},
31+
"ListContactFlowModules": {
32+
"input_token": "NextToken",
33+
"limit_key": "MaxResults",
34+
"output_token": "NextToken",
35+
"result_key": "ContactFlowModulesSummaryList"
36+
},
3137
"ListContactFlows": {
3238
"input_token": "NextToken",
3339
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)