Skip to content

Commit 3042a04

Browse files
author
AWS
committed
Amazon Connect Service Update: This release adds APIs to search, claim, release, list, update, and describe phone numbers. You can also use them to associate and disassociate contact flows to phone numbers.
1 parent 8e0f895 commit 3042a04

File tree

3 files changed

+557
-2
lines changed

3 files changed

+557
-2
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 APIs to search, claim, release, list, update, and describe phone numbers. You can also use them to associate and disassociate contact flows to phone numbers."
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@
9999
"output_token": "NextToken",
100100
"result_key": "PhoneNumberSummaryList"
101101
},
102+
"ListPhoneNumbersV2": {
103+
"input_token": "NextToken",
104+
"limit_key": "MaxResults",
105+
"output_token": "NextToken",
106+
"result_key": "ListPhoneNumbersSummaryList"
107+
},
102108
"ListPrompts": {
103109
"input_token": "NextToken",
104110
"limit_key": "MaxResults",
@@ -171,6 +177,12 @@
171177
"output_token": "NextToken",
172178
"result_key": "UserSummaryList"
173179
},
180+
"SearchAvailablePhoneNumbers": {
181+
"input_token": "NextToken",
182+
"limit_key": "MaxResults",
183+
"output_token": "NextToken",
184+
"result_key": "AvailableNumbersList"
185+
},
174186
"SearchVocabularies": {
175187
"input_token": "NextToken",
176188
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)