update_connect_client_add_in
(**kwargs)¶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
response = client.update_connect_client_add_in(
AddInId='string',
ResourceId='string',
Name='string',
URL='string'
)
[REQUIRED]
The identifier of the client add-in to update.
[REQUIRED]
The directory identifier for which the client add-in is configured.
dict
Response Syntax
{}
Response Structure
Exceptions
WorkSpaces.Client.exceptions.InvalidParameterValuesException
WorkSpaces.Client.exceptions.ResourceNotFoundException
WorkSpaces.Client.exceptions.AccessDeniedException