Skip to content

Commit 34727f1

Browse files
author
AWS
committed
Amazon Chime SDK Voice Update: Added FOC date as an attribute of PhoneNumberOrder, added AccessDeniedException as a possible return type of ValidateE911Address
1 parent 6e024a4 commit 34727f1

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
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 Chime SDK Voice",
4+
"contributor": "",
5+
"description": "Added FOC date as an attribute of PhoneNumberOrder, added AccessDeniedException as a possible return type of ValidateE911Address"
6+
}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1952,6 +1952,7 @@
19521952
{"shape":"ForbiddenException"},
19531953
{"shape":"BadRequestException"},
19541954
{"shape":"ThrottledClientException"},
1955+
{"shape":"AccessDeniedException"},
19551956
{"shape":"ServiceUnavailableException"},
19561957
{"shape":"ServiceFailureException"}
19571958
],
@@ -4314,6 +4315,10 @@
43144315
"UpdatedTimestamp":{
43154316
"shape":"Iso8601Timestamp",
43164317
"documentation":"<p>The updated phone number order time stamp, in ISO 8601 format.</p>"
4318+
},
4319+
"FocDate":{
4320+
"shape":"Iso8601Timestamp",
4321+
"documentation":"<p>The Firm Order Commitment (FOC) date for phone number porting orders. This field is null if a phone number order is not a porting order.</p>"
43174322
}
43184323
},
43194324
"documentation":"<p>The details of an Amazon Chime SDK phone number order.</p>"

0 commit comments

Comments
 (0)