:doc:`AppIntegrationsService <../../appintegrations>` / Client / list_application_associations

*****************************
list_application_associations
*****************************



.. py:method:: AppIntegrationsService.Client.list_application_associations(**kwargs)

  

  Returns a paginated list of application associations for an application.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/appintegrations-2020-07-29/ListApplicationAssociations>`_  


  **Request Syntax**
  ::

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

    A unique identifier for the Application.

    

  
  :type NextToken: string
  :param NextToken: 

    The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

    

  
  :type MaxResults: integer
  :param MaxResults: 

    The maximum number of results to return per page.

    

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

    
    ::

      {
          'ApplicationAssociations': [
              {
                  'ApplicationAssociationArn': 'string',
                  'ApplicationArn': 'string',
                  'ClientId': 'string'
              },
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ApplicationAssociations** *(list) --* 

        List of Application Associations for the Application.

        
        

        - *(dict) --* 

          Summary information about the Application Association.

          
          

          - **ApplicationAssociationArn** *(string) --* 

            The Amazon Resource Name (ARN) of the Application Association.

            
          

          - **ApplicationArn** *(string) --* 

            The Amazon Resource Name (ARN) of the Application.

            
          

          - **ClientId** *(string) --* 

            The identifier for the client that is associated with the Application Association.

            
      
    
      

      - **NextToken** *(string) --* 

        If there are additional results, this is the token for the next set of results.

        
  
  **Exceptions**
  
  *   :py:class:`AppIntegrationsService.Client.exceptions.InternalServiceError`

  
  *   :py:class:`AppIntegrationsService.Client.exceptions.ThrottlingException`

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

  
  *   :py:class:`AppIntegrationsService.Client.exceptions.InvalidRequestException`

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

  