DeadlineCloud / Client / update_queue_fleet_association
update_queue_fleet_association#
- DeadlineCloud.Client.update_queue_fleet_association(**kwargs)#
Updates a queue-fleet association.
See also: AWS API Documentation
Request Syntax
response = client.update_queue_fleet_association( farmId='string', fleetId='string', queueId='string', status='ACTIVE'|'STOP_SCHEDULING_AND_COMPLETE_TASKS'|'STOP_SCHEDULING_AND_CANCEL_TASKS' )
- Parameters:
farmId (string) –
[REQUIRED]
The farm ID to update.
fleetId (string) –
[REQUIRED]
The fleet ID to update.
queueId (string) –
[REQUIRED]
The queue ID to update.
status (string) –
[REQUIRED]
The status to update.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
DeadlineCloud.Client.exceptions.AccessDeniedException
DeadlineCloud.Client.exceptions.InternalServerErrorException
DeadlineCloud.Client.exceptions.ResourceNotFoundException
DeadlineCloud.Client.exceptions.ThrottlingException
DeadlineCloud.Client.exceptions.ValidationException