2022/01/11 - Amazon WorkSpaces - 4 new api methods
Changes Introducing new APIs for Workspaces audio optimization with Amazon Connect: CreateConnectClientAddIn, DescribeConnectClientAddIns, UpdateConnectClientAddIn and DeleteConnectClientAddIn.
Deletes a client-add-in for Amazon Connect that is configured within a directory.
See also: AWS API Documentation
Request Syntax
client.delete_connect_client_add_in( AddInId='string', ResourceId='string' )
string
[REQUIRED]
The identifier of the client add-in to delete.
string
[REQUIRED]
The directory identifier for which the client add-in is configured.
dict
Response Syntax
{}
Response Structure
(dict) --
Updates a Amazon Connect client add-in. Use this action to update the name and endpoint URL of a Amazon Connect client add-in.
See also: AWS API Documentation
Request Syntax
client.update_connect_client_add_in( AddInId='string', ResourceId='string', Name='string', URL='string' )
string
[REQUIRED]
The identifier of the client add-in to update.
string
[REQUIRED]
The directory identifier for which the client add-in is configured.
string
The name of the client add-in.
string
The endpoint URL of the Amazon Connect client add-in.
dict
Response Syntax
{}
Response Structure
(dict) --
Retrieves a list of Amazon Connect client add-ins that have been created.
See also: AWS API Documentation
Request Syntax
client.describe_connect_client_add_ins( ResourceId='string', NextToken='string', MaxResults=123 )
string
[REQUIRED]
The directory identifier for which the client add-in is configured.
string
If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
integer
The maximum number of items to return.
dict
Response Syntax
{ 'AddIns': [ { 'AddInId': 'string', 'ResourceId': 'string', 'Name': 'string', 'URL': 'string' }, ], 'NextToken': 'string' }
Response Structure
(dict) --
AddIns (list) --
Information about client add-ins.
(dict) --
Describes an Amazon Connect client add-in.
AddInId (string) --
The client add-in identifier.
ResourceId (string) --
The directory identifier for which the client add-in is configured.
Name (string) --
The name of the client add in.
URL (string) --
The endpoint URL of the client add-in.
NextToken (string) --
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
Creates a client-add-in for Amazon Connect within a directory. You can create only one Amazon Connect client add-in within a directory.
This client add-in allows WorkSpaces users to seamlessly connect to Amazon Connect.
See also: AWS API Documentation
Request Syntax
client.create_connect_client_add_in( ResourceId='string', Name='string', URL='string' )
string
[REQUIRED]
The directory identifier for which to configure the client add-in.
string
[REQUIRED]
The name of the client add-in.
string
[REQUIRED]
The endpoint URL of the Amazon Connect client add-in.
dict
Response Syntax
{ 'AddInId': 'string' }
Response Structure
(dict) --
AddInId (string) --
The client add-in identifier.