Skip to content

Commit 364075e

Browse files
author
AWS
committed
Amazon Connect Service Update: This release adds support for contact flows and routing profiles. For details, see the Release Notes in the Amazon Connect Administrator Guide.
1 parent 6ae52af commit 364075e

File tree

3 files changed

+1035
-27
lines changed

3 files changed

+1035
-27
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Connect Service",
4+
"description": "This release adds support for contact flows and routing profiles. For details, see the Release Notes in the Amazon Connect Administrator Guide."
5+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,24 @@
2828
"output_token": "NextToken",
2929
"result_key": "PhoneNumberSummaryList"
3030
},
31+
"ListPrompts": {
32+
"input_token": "NextToken",
33+
"limit_key": "MaxResults",
34+
"output_token": "NextToken",
35+
"result_key": "PromptSummaryList"
36+
},
3137
"ListQueues": {
3238
"input_token": "NextToken",
3339
"limit_key": "MaxResults",
3440
"output_token": "NextToken",
3541
"result_key": "QueueSummaryList"
3642
},
43+
"ListRoutingProfileQueues": {
44+
"input_token": "NextToken",
45+
"limit_key": "MaxResults",
46+
"output_token": "NextToken",
47+
"result_key": "RoutingProfileQueueConfigSummaryList"
48+
},
3749
"ListRoutingProfiles": {
3850
"input_token": "NextToken",
3951
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)