Skip to content

Commit 76ace8c

Browse files
author
AWS
committed
Amazon Connect Service Update: Adds supports for manual contact picking (WorkList) operations on Routing Profiles, Agent Management and SearchContacts APIs.
1 parent d5a6ea4 commit 76ace8c

File tree

3 files changed

+345
-9
lines changed

3 files changed

+345
-9
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 supports for manual contact picking (WorkList) operations on Routing Profiles, Agent Management and SearchContacts APIs."
6+
}

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,16 @@
199199
"limit_key": "MaxResults",
200200
"output_token": "NextToken"
201201
},
202+
"ListRoutingProfileManualAssignmentQueues": {
203+
"input_token": "NextToken",
204+
"limit_key": "MaxResults",
205+
"non_aggregate_keys": [
206+
"LastModifiedRegion",
207+
"LastModifiedTime"
208+
],
209+
"output_token": "NextToken",
210+
"result_key": "RoutingProfileManualAssignmentQueueConfigSummaryList"
211+
},
202212
"ListRoutingProfileQueues": {
203213
"input_token": "NextToken",
204214
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)