DeadlineCloud / Client / update_queue_environment
update_queue_environment#
- DeadlineCloud.Client.update_queue_environment(**kwargs)#
- Updates the queue environment. - See also: AWS API Documentation - Request Syntax- response = client.update_queue_environment( clientToken='string', farmId='string', queueId='string', queueEnvironmentId='string', priority=123, templateType='JSON'|'YAML', template='string' ) - Parameters:
- clientToken (string) – - The unique token which the server uses to recognize retries of the same request. - This field is autopopulated if not provided. 
- farmId (string) – - [REQUIRED] - The farm ID of the queue environment to update. 
- queueId (string) – - [REQUIRED] - The queue ID of the queue environment to update. 
- queueEnvironmentId (string) – - [REQUIRED] - The queue environment ID to update. 
- priority (integer) – The priority to update. 
- templateType (string) – The template type to update. 
- template (string) – The template 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