Skip to content

Commit b6b0ca1

Browse files
author
AWS
committed
Amazon Chime SDK Voice Update: Added support for IPv4-only and dual-stack network configurations for VoiceConnector and CreateVoiceConnector API.
1 parent 55e7532 commit b6b0ca1

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

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 support for IPv4-only and dual-stack network configurations for VoiceConnector and CreateVoiceConnector API."
6+
}

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2540,6 +2540,10 @@
25402540
"IntegrationType":{
25412541
"shape":"VoiceConnectorIntegrationType",
25422542
"documentation":"<p>The connectors for use with Amazon Connect.</p> <p>The following options are available:</p> <ul> <li> <p> <code>CONNECT_CALL_TRANSFER_CONNECTOR</code> - Enables enterprises to integrate Amazon Connect with other voice systems to directly transfer voice calls and metadata without using the public telephone network. They can use Amazon Connect telephony and Interactive Voice Response (IVR) with their existing voice systems to modernize the IVR experience of their existing contact center and their enterprise and branch voice systems. Additionally, enterprises migrating their contact center to Amazon Connect can start with Connect telephony and IVR for immediate modernization ahead of agent migration.</p> </li> <li> <p> <code>CONNECT_ANALYTICS_CONNECTOR</code> - Enables enterprises to integrate Amazon Connect with other voice systems for real-time and post-call analytics. They can use Amazon Connect Contact Lens with their existing voice systems to provides call recordings, conversational analytics (including contact transcript, sensitive data redaction, content categorization, theme detection, sentiment analysis, real-time alerts, and post-contact summary), and agent performance evaluations (including evaluation forms, automated evaluation, supervisor review) with a rich user experience to display, search and filter customer interactions, and programmatic access to data streams and the data lake. Additionally, enterprises migrating their contact center to Amazon Connect can start with Contact Lens analytics and performance insights ahead of agent migration.</p> </li> </ul>"
2543+
},
2544+
"NetworkType":{
2545+
"shape":"NetworkType",
2546+
"documentation":"<p>The type of network for the Voice Connector. Either IPv4 only or dual-stack (IPv4 and IPv6).</p>"
25432547
}
25442548
}
25452549
},
@@ -3938,6 +3942,13 @@
39383942
},
39393943
"documentation":"<p>The configuration for a call analytics task.</p>"
39403944
},
3945+
"NetworkType":{
3946+
"type":"string",
3947+
"enum":[
3948+
"IPV4_ONLY",
3949+
"DUAL_STACK"
3950+
]
3951+
},
39413952
"NextTokenString":{
39423953
"type":"string",
39433954
"max":65535
@@ -5946,6 +5957,10 @@
59465957
"IntegrationType":{
59475958
"shape":"VoiceConnectorIntegrationType",
59485959
"documentation":"<p>The connectors for use with Amazon Connect.</p>"
5960+
},
5961+
"NetworkType":{
5962+
"shape":"NetworkType",
5963+
"documentation":"<p>The type of network of the Voice Connector. Either IPv4 only or dual-stack (IPv4 and IPv6).</p>"
59495964
}
59505965
},
59515966
"documentation":"<p>The Amazon Chime SDK Voice Connector configuration, including outbound host name and encryption settings.</p>"

0 commit comments

Comments
 (0)