Skip to content

Commit c8a6fd0

Browse files
author
AWS
committed
Amazon Connect Service Update: Amazon Connect provides enhanced search capabilities for flows & flow modules on the Connect admin website and programmatically using APIs. You can search for flows and flow modules by name, description, type, status, and tags, to filter and identify a specific flow in your Connect instances.
1 parent 554a87f commit c8a6fd0

File tree

3 files changed

+247
-10
lines changed

3 files changed

+247
-10
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": "Amazon Connect provides enhanced search capabilities for flows & flow modules on the Connect admin website and programmatically using APIs. You can search for flows and flow modules by name, description, type, status, and tags, to filter and identify a specific flow in your Connect instances."
6+
}

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,24 @@
295295
"output_token": "NextToken",
296296
"result_key": "AvailableNumbersList"
297297
},
298+
"SearchContactFlowModules": {
299+
"input_token": "NextToken",
300+
"limit_key": "MaxResults",
301+
"non_aggregate_keys": [
302+
"ApproximateTotalCount"
303+
],
304+
"output_token": "NextToken",
305+
"result_key": "ContactFlowModules"
306+
},
307+
"SearchContactFlows": {
308+
"input_token": "NextToken",
309+
"limit_key": "MaxResults",
310+
"non_aggregate_keys": [
311+
"ApproximateTotalCount"
312+
],
313+
"output_token": "NextToken",
314+
"result_key": "ContactFlows"
315+
},
298316
"SearchContacts": {
299317
"input_token": "NextToken",
300318
"limit_key": "MaxResults",

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

Lines changed: 223 additions & 10 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)