:doc:`AppStream <../../appstream>` / Client / describe_application_fleet_associations

***************************************
describe_application_fleet_associations
***************************************



.. py:method:: AppStream.Client.describe_application_fleet_associations(**kwargs)

  

  Retrieves a list that describes one or more application fleet associations. Either ApplicationArn or FleetName must be specified.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/DescribeApplicationFleetAssociations>`_  


  **Request Syntax**
  ::

    response = client.describe_application_fleet_associations(
        FleetName='string',
        ApplicationArn='string',
        MaxResults=123,
        NextToken='string'
    )
    
  :type FleetName: string
  :param FleetName: 

    The name of the fleet.

    

  
  :type ApplicationArn: string
  :param ApplicationArn: 

    The ARN of the application.

    

  
  :type MaxResults: integer
  :param MaxResults: 

    The maximum size of each page of results.

    

  
  :type NextToken: string
  :param NextToken: 

    The pagination token used to retrieve the next page of results for this operation.

    

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

    
    ::

      {
          'ApplicationFleetAssociations': [
              {
                  'FleetName': 'string',
                  'ApplicationArn': 'string'
              },
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **ApplicationFleetAssociations** *(list) --* 

        The application fleet associations in the list.

        
        

        - *(dict) --* 

          Describes the application fleet association.

          
          

          - **FleetName** *(string) --* 

            The name of the fleet associated with the application.

            
          

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

            The ARN of the application associated with the fleet.

            
      
    
      

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

        The pagination token used to retrieve the next page of results for this operation.

        
  
  **Exceptions**
  
  *   :py:class:`AppStream.Client.exceptions.InvalidParameterCombinationException`

  
  *   :py:class:`AppStream.Client.exceptions.OperationNotPermittedException`

  