Module Values.BatchGetSessionItemSource

The details of a session returned in a batch get operation.

Sourcetype nonrec t = {
  1. farmId : FarmId.t option;
    (*

    The farm ID of the session.

    *)
  2. queueId : QueueId.t option;
    (*

    The queue ID of the session.

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

    The job ID of the session.

    *)
  4. sessionId : SessionId.t option;
    (*

    The session ID.

    *)
  5. fleetId : FleetId.t option;
    (*

    The fleet ID of the session.

    *)
  6. workerId : WorkerId.t option;
    (*

    The worker ID of the session.

    *)
  7. startedAt : StartedAt.t option;
    (*

    The date and time the resource started running.

    *)
  8. lifecycleStatus : SessionLifecycleStatus.t option;
    (*

    The life cycle status of the session.

    *)
  9. endedAt : EndedAt.t option;
    (*

    The date and time the resource ended running.

    *)
  10. targetLifecycleStatus : SessionLifecycleTargetStatus.t option;
    (*

    The target life cycle status for the session.

    *)
  11. updatedAt : UpdatedAt.t option;
    (*

    The date and time the resource was updated.

    *)
  12. updatedBy : UpdatedBy.t option;
    (*

    The user or system that updated this resource.

    *)
  13. log : LogConfiguration.t option;
    (*

    The session log.

    *)
  14. hostProperties : HostPropertiesResponse.t option;
    (*

    The host properties for the session.

    *)
  15. workerLog : LogConfiguration.t option;
    (*

    The worker log for the session.

    *)
}
Sourceval make : ?farmId:??? -> ?queueId:??? -> ?jobId:??? -> ?sessionId:??? -> ?fleetId:??? -> ?workerId:??? -> ?startedAt:??? -> ?lifecycleStatus:??? -> ?endedAt:??? -> ?targetLifecycleStatus:??? -> ?updatedAt:??? -> ?updatedBy:??? -> ?log:??? -> ?hostProperties:??? -> ?workerLog:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of FarmId.t | `Structure of (string * [> `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `String of LogDriver.t | `Structure of (string * [> `List of [> `String of IpV4Address.t ] list ]) list ]) list | `Timestamp of StartedAt.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