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

*******************************
describe_connect_client_add_ins
*******************************



.. py:method:: WorkSpaces.Client.describe_connect_client_add_ins(**kwargs)

  

  Retrieves a list of Amazon Connect client add-ins that have been created.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/workspaces-2015-04-08/DescribeConnectClientAddIns>`_  


  **Request Syntax**
  ::

    response = client.describe_connect_client_add_ins(
        ResourceId='string',
        NextToken='string',
        MaxResults=123
    )
    
  :type ResourceId: string
  :param ResourceId: **[REQUIRED]** 

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

    

  
  :type NextToken: string
  :param NextToken: 

    If you received a ``NextToken`` from a previous call that was paginated, provide this token to receive the next set of results.

    

  
  :type MaxResults: integer
  :param MaxResults: 

    The maximum number of items to return.

    

  
  
  :rtype: dict
  :returns: 
    
    **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.

        
  
  **Exceptions**
  
  *   :py:class:`WorkSpaces.Client.exceptions.InvalidParameterValuesException`

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

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

  