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', priority=123, queueEnvironmentId='string', queueId='string', template='string', templateType='JSON'|'YAML' )
- 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.
priority (integer) – The priority to update.
queueEnvironmentId (string) –
[REQUIRED]
The queue environment ID to update.
queueId (string) –
[REQUIRED]
The queue ID of the queue environment to update.
template (string) – The template to update.
templateType (string) – The template type 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