Skip to content

Commit 46760ec

Browse files
author
AWS
committed
Amazon Connect Service Update: This release updates these APIs: UpdateInstanceAttribute, DescribeInstanceAttribute and ListInstanceAttributes. You can use it to programmatically enable/disable multi-party conferencing using attribute type MULTI_PARTY_CONFERENCING on the specified Amazon Connect instance.
1 parent 2fc853e commit 46760ec

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-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 updates these APIs: UpdateInstanceAttribute, DescribeInstanceAttribute and ListInstanceAttributes. You can use it to programmatically enable/disable multi-party conferencing using attribute type MULTI_PARTY_CONFERENCING on the specified Amazon Connect instance."
6+
}

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1685,7 +1685,7 @@
16851685
{"shape":"ResourceNotFoundException"},
16861686
{"shape":"InternalServiceException"}
16871687
],
1688-
"documentation":"<p>Ends the specified contact. This call does not work for the following initiation methods:</p> <ul> <li> <p>CALLBACK</p> </li> <li> <p>DISCONNECT</p> </li> <li> <p>TRANSFER</p> </li> <li> <p>QUEUE_TRANSFER</p> </li> </ul>"
1688+
"documentation":"<p>Ends the specified contact. This call does not work for the following initiation methods:</p> <ul> <li> <p>DISCONNECT</p> </li> <li> <p>TRANSFER</p> </li> <li> <p>QUEUE_TRANSFER</p> </li> </ul>"
16891689
},
16901690
"StopContactRecording":{
16911691
"name":"StopContactRecording",
@@ -5631,7 +5631,8 @@
56315631
"CONTACT_LENS",
56325632
"AUTO_RESOLVE_BEST_VOICES",
56335633
"USE_CUSTOM_TTS_VOICES",
5634-
"EARLY_MEDIA"
5634+
"EARLY_MEDIA",
5635+
"MULTI_PARTY_CONFERENCE"
56355636
]
56365637
},
56375638
"InstanceAttributeValue":{

0 commit comments

Comments
 (0)