Skip to content

Commit 89ef7a2

Browse files
author
AWS
committed
Amazon Connect Service Update: This release adds support for new number types.
1 parent 32ed07a commit 89ef7a2

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-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 support for new number types."
6+
}

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11937,13 +11937,17 @@
1193711937
"type":"string",
1193811938
"enum":[
1193911939
"TOLL_FREE",
11940-
"DID"
11940+
"DID",
11941+
"UIFN",
11942+
"SHARED",
11943+
"THIRD_PARTY_TF",
11944+
"THIRD_PARTY_DID"
1194111945
]
1194211946
},
1194311947
"PhoneNumberTypes":{
1194411948
"type":"list",
1194511949
"member":{"shape":"PhoneNumberType"},
11946-
"max":2
11950+
"max":6
1194711951
},
1194811952
"PhoneNumberWorkflowMessage":{
1194911953
"type":"string",

0 commit comments

Comments
 (0)