:doc:`DeadlineCloud <../../deadline>` / Client / update_queue_fleet_association

******************************
update_queue_fleet_association
******************************



.. py:method:: DeadlineCloud.Client.update_queue_fleet_association(**kwargs)

  

  Updates a queue-fleet association.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/UpdateQueueFleetAssociation>`_  


  **Request Syntax**
  ::

    response = client.update_queue_fleet_association(
        farmId='string',
        queueId='string',
        fleetId='string',
        status='ACTIVE'|'STOP_SCHEDULING_AND_COMPLETE_TASKS'|'STOP_SCHEDULING_AND_CANCEL_TASKS'
    )
    
  :type farmId: string
  :param farmId: **[REQUIRED]** 

    The farm ID to update.

    

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

    The queue ID to update.

    

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

    The fleet ID to update.

    

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

    The status to update.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`DeadlineCloud.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`DeadlineCloud.Client.exceptions.InternalServerErrorException`

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

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

  
  *   :py:class:`DeadlineCloud.Client.exceptions.ValidationException`

  