Module Values.AssignedSessionSource

The assigned session for the worker.

Sourcetype nonrec t = {
  1. queueId : QueueId.t option;
    (*

    The queue ID of the assigned session.

    *)
  2. jobId : JobId.t option;
    (*

    The job ID for the assigned session.

    *)
  3. sessionActions : AssignedSessionActions.t option;
    (*

    The session actions to apply to the assigned session.

    *)
  4. logConfiguration : LogConfiguration.t option;
    (*

    The log configuration for the worker's assigned session.

    *)
}
Sourceval make : ?queueId:??? -> ?jobId:??? -> ?sessionActions:??? -> ?logConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of SessionActionId.t | `Structure of (string * [> `Structure of (string * [> `Map of ([> `String of String_.t ] * [> `Structure of (string * [> `String of IntString.t ]) list ]) list | `String of EnvironmentId.t ]) list ]) list ]) list ] list | `String of QueueId.t | `Structure of (string * [> `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `String of LogDriver.t ]) list ]) 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