Skip to content

Commit

Permalink
feat(client-connect): This release updates these APIs: UpdateInstance…
Browse files Browse the repository at this point in the history
…Attribute, 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.
  • Loading branch information
awstools committed Apr 1, 2022
1 parent 549b088 commit f7b6683
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
3 changes: 0 additions & 3 deletions clients/client-connect/src/Connect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3892,9 +3892,6 @@ export class Connect extends ConnectClient {
* <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>
Expand Down
3 changes: 0 additions & 3 deletions clients/client-connect/src/commands/StopContactCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ export interface StopContactCommandOutput extends StopContactResponse, __Metadat
* <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>
Expand Down
1 change: 1 addition & 0 deletions clients/client-connect/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3212,6 +3212,7 @@ export enum InstanceAttributeType {
CONTACT_LENS = "CONTACT_LENS",
EARLY_MEDIA = "EARLY_MEDIA",
INBOUND_CALLS = "INBOUND_CALLS",
MULTI_PARTY_CONFERENCE = "MULTI_PARTY_CONFERENCE",
OUTBOUND_CALLS = "OUTBOUND_CALLS",
USE_CUSTOM_TTS_VOICES = "USE_CUSTOM_TTS_VOICES",
}
Expand Down
6 changes: 5 additions & 1 deletion codegen/sdk-codegen/aws-models/connect.json
Original file line number Diff line number Diff line change
Expand Up @@ -7204,6 +7204,10 @@
{
"value": "EARLY_MEDIA",
"name": "EARLY_MEDIA"
},
{
"value": "MULTI_PARTY_CONFERENCE",
"name": "MULTI_PARTY_CONFERENCE"
}
]
}
Expand Down Expand Up @@ -13390,7 +13394,7 @@
}
],
"traits": {
"smithy.api#documentation": "<p>Ends the specified contact. This call does not work for the following initiation methods:</p>\n <ul>\n <li>\n <p>CALLBACK</p>\n </li>\n <li>\n <p>DISCONNECT</p>\n </li>\n <li>\n <p>TRANSFER</p>\n </li>\n <li>\n <p>QUEUE_TRANSFER</p>\n </li>\n </ul>",
"smithy.api#documentation": "<p>Ends the specified contact. This call does not work for the following initiation methods:</p>\n <ul>\n <li>\n <p>DISCONNECT</p>\n </li>\n <li>\n <p>TRANSFER</p>\n </li>\n <li>\n <p>QUEUE_TRANSFER</p>\n </li>\n </ul>",
"smithy.api#http": {
"method": "POST",
"uri": "/contact/stop",
Expand Down

0 comments on commit f7b6683

Please sign in to comment.