Values.BatchGetSessionItemSourceThe details of a session returned in a batch get operation.
type nonrec t = {farmId : FarmId.t option;The farm ID of the session.
*)queueId : QueueId.t option;The queue ID of the session.
*)jobId : JobId.t option;The job ID of the session.
*)sessionId : SessionId.t option;The session ID.
*)fleetId : FleetId.t option;The fleet ID of the session.
*)workerId : WorkerId.t option;The worker ID of the session.
*)startedAt : StartedAt.t option;The date and time the resource started running.
*)lifecycleStatus : SessionLifecycleStatus.t option;The life cycle status of the session.
*)endedAt : EndedAt.t option;The date and time the resource ended running.
*)targetLifecycleStatus : SessionLifecycleTargetStatus.t option;The target life cycle status for the session.
*)updatedAt : UpdatedAt.t option;The date and time the resource was updated.
*)updatedBy : UpdatedBy.t option;The user or system that updated this resource.
*)log : LogConfiguration.t option;The session log.
*)hostProperties : HostPropertiesResponse.t option;The host properties for the session.
*)workerLog : LogConfiguration.t option;The worker log for the session.
*)}val 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 ]