Values.GetQueueResponseSourceMixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.
type nonrec t = {farmId : FarmId.t option;The farm ID for the queue.
*)queueId : QueueId.t option;The queue ID.
*)displayName : ResourceName.t option;The display name of the queue. This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
*)status : QueueStatus.t option;The status of the queue. ACTIVE–The queue is active. SCHEDULING–The queue is scheduling. SCHEDULING_BLOCKED–The queue scheduling is blocked. See the provided reason.
*)defaultBudgetAction : DefaultQueueBudgetAction.t option;The default action taken on a queue if a budget wasn't configured.
*)blockedReason : QueueBlockedReason.t option;The reason the queue was blocked.
*)createdAt : CreatedAt.t option;The date and time the resource was created.
*)createdBy : CreatedBy.t option;The user or system that created this resource.
*)updatedAt : UpdatedAt.t option;The date and time the resource was updated.
*)updatedBy : UpdatedBy.t option;The user or system that updated this resource.
*)description : Description.t option;The description of the queue. This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
*)jobAttachmentSettings : JobAttachmentSettings.t option;The job attachment settings for the queue.
*)roleArn : IamRoleArn.t option;The IAM role ARN.
*)requiredFileSystemLocationNames : RequiredFileSystemLocationNames.t option;A list of the required file system location names in the queue.
*)allowedStorageProfileIds : AllowedStorageProfileIds.t option;The storage profile IDs for the queue.
*)jobRunAsUser : JobRunAsUser.t option;The jobs in the queue ran as this specified POSIX user.
*)schedulingConfiguration : SchedulingConfiguration.t option;The scheduling configuration for the queue. This configuration determines how workers are assigned to jobs in the queue.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerErrorException of InternalServerErrorException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?farmId:??? ->
?queueId:??? ->
?displayName:??? ->
?status:??? ->
?defaultBudgetAction:??? ->
?blockedReason:??? ->
?createdAt:??? ->
?createdBy:??? ->
?updatedAt:??? ->
?updatedBy:??? ->
?description:??? ->
?jobAttachmentSettings:??? ->
?roleArn:??? ->
?requiredFileSystemLocationNames:??? ->
?allowedStorageProfileIds:??? ->
?jobRunAsUser:??? ->
?schedulingConfiguration:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of FileSystemLocationName.t ] list
| `String of FarmId.t
| `Structure of
(string
* [> `Enum of string
| `String of S3BucketName.t
| `Structure of
(string
* [> `Double of SchedulingPriorityWeight.t
| `Integer of SchedulingRenderingTaskBuffer.t
| `String of PosixUserUserString.t
| `Structure of (string * [> `Structure of 'a list ]) list ])
list ])
list
| `Timestamp of CreatedAt.t ])
list ]