Skip to content

Commit 709901e

Browse files
author
AWS
committed
Amazon Chime Update: Chime VoiceConnector and VoiceConnectorGroup APIs will now return an ARN.
1 parent 07c729b commit 709901e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Chime",
4+
"contributor": "",
5+
"description": "Chime VoiceConnector and VoiceConnectorGroup APIs will now return an ARN."
6+
}

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

+8
Original file line numberDiff line numberDiff line change
@@ -12361,6 +12361,10 @@
1236112361
"UpdatedTimestamp":{
1236212362
"shape":"Iso8601Timestamp",
1236312363
"documentation":"<p>The updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.</p>"
12364+
},
12365+
"VoiceConnectorArn":{
12366+
"shape":"NonEmptyString",
12367+
"documentation":"<p>The ARN of the specified Amazon Chime Voice Connector.</p>"
1236412368
}
1236512369
},
1236612370
"documentation":"<p>The Amazon Chime Voice Connector configuration, including outbound host name and encryption settings.</p>"
@@ -12394,6 +12398,10 @@
1239412398
"UpdatedTimestamp":{
1239512399
"shape":"Iso8601Timestamp",
1239612400
"documentation":"<p>The updated Amazon Chime Voice Connector group time stamp, in ISO 8601 format.</p>"
12401+
},
12402+
"VoiceConnectorGroupArn":{
12403+
"shape":"NonEmptyString",
12404+
"documentation":"<p>The ARN of the specified Amazon Chime Voice Connector group.</p>"
1239712405
}
1239812406
},
1239912407
"documentation":"<p>The Amazon Chime Voice Connector group configuration, including associated Amazon Chime Voice Connectors. You can include Amazon Chime Voice Connectors from different AWS Regions in your group. This creates a fault tolerant mechanism for fallback in case of availability events.</p>"

0 commit comments

Comments
 (0)