:doc:`WorkSpaces <../../workspaces>` / Client / update_connect_client_add_in

****************************
update_connect_client_add_in
****************************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/UpdateConnectClientAddIn>`_  


  **Request Syntax**
  ::

    response = client.update_connect_client_add_in(
        AddInId='string',
        ResourceId='string',
        Name='string',
        URL='string'
    )
    
  :type AddInId: string
  :param AddInId: **[REQUIRED]** 

    The identifier of the client add-in to update.

    

  
  :type ResourceId: string
  :param ResourceId: **[REQUIRED]** 

    The directory identifier for which the client add-in is configured.

    

  
  :type Name: string
  :param Name: 

    The name of the client add-in.

    

  
  :type URL: string
  :param URL: 

    The endpoint URL of the Amazon Connect client add-in.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`WorkSpaces.Client.exceptions.InvalidParameterValuesException`

  
  *   :py:class:`WorkSpaces.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`WorkSpaces.Client.exceptions.AccessDeniedException`

  