WorkSpaces / Client / update_connect_client_add_in

update_connect_client_add_in#

WorkSpaces.Client.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'
)
Parameters:
  • AddInId (string) –

    [REQUIRED]

    The identifier of the client add-in to update.

  • ResourceId (string) –

    [REQUIRED]

    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 Amazon Connect client add-in.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions