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

************************************
associate_application_to_entitlement
************************************



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

  

  Associates an application to entitle.

  

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


  **Request Syntax**
  ::

    response = client.associate_application_to_entitlement(
        StackName='string',
        EntitlementName='string',
        ApplicationIdentifier='string'
    )
    
  :type StackName: string
  :param StackName: **[REQUIRED]** 

    The name of the stack.

    

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

    The name of the entitlement.

    

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

    The identifier of the application.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`AppStream.Client.exceptions.OperationNotPermittedException`

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

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

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

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

  