Skip to content

Commit bec9e08

Browse files
author
AWS
committed
Amazon Connect Service Update: This release adds API support for managing phone numbers that can be used across multiple AWS regions through telephony traffic distribution.
1 parent 92e9ab1 commit bec9e08

File tree

3 files changed

+559
-49
lines changed

3 files changed

+559
-49
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 API support for managing phone numbers that can be used across multiple AWS regions through telephony traffic distribution."
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
@@ -170,6 +170,12 @@
170170
"output_token": "NextToken",
171171
"result_key": "TaskTemplates"
172172
},
173+
"ListTrafficDistributionGroups": {
174+
"input_token": "NextToken",
175+
"limit_key": "MaxResults",
176+
"output_token": "NextToken",
177+
"result_key": "TrafficDistributionGroupSummaryList"
178+
},
173179
"ListUseCases": {
174180
"input_token": "NextToken",
175181
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)