Module Values.GetQueueRequestSource

Returns detailed information about a queue. The information includes the compute node groups that the queue uses to schedule jobs.

Sourcetype nonrec t = {
  1. clusterIdentifier : ClusterIdentifier.t;
    (*

    The name or ID of the cluster of the queue.

    *)
  2. queueIdentifier : QueueIdentifier.t;
    (*

    The name or ID of the queue.

    *)
}
Sourceval context_ : string
Sourceval make : clusterIdentifier:ClusterIdentifier.t -> queueIdentifier:QueueIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ClusterIdentifier.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t