Module Values.BatchGetSessionActionItemSource

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

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

    The farm ID of the session action.

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

    The queue ID of the session action.

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

    The job ID of the session action.

    *)
  4. sessionActionId : SessionActionId.t option;
    (*

    The session action ID.

    *)
  5. status : SessionActionStatus.t option;
    (*

    The status of the session action.

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

    The date and time the resource started running.

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

    The date and time the resource ended running.

    *)
  8. workerUpdatedAt : Timestamp.t option;
    (*

    The date and time the resource was updated by a worker.

    *)
  9. progressPercent : SessionActionProgressPercent.t option;
    (*

    The completion percentage for the session action.

    *)
  10. manifests : TaskRunManifestPropertiesListResponse.t option;
    (*

    The manifests for the session action.

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

    The session ID for the session action.

    *)
  12. processExitCode : ProcessExitCode.t option;
    (*

    The exit code to apply to the session action.

    *)
  13. progressMessage : SessionActionProgressMessage.t option;
    (*

    The message that communicates the progress of the session action.

    *)
  14. acquiredLimits : AcquiredLimits.t option;
    (*

    The limits that were acquired for the session action.

    *)
  15. definition : SessionActionDefinition.t option;
    (*

    The session action definition.

    *)
}
Sourceval make : ?farmId:??? -> ?queueId:??? -> ?jobId:??? -> ?sessionActionId:??? -> ?status:??? -> ?startedAt:??? -> ?endedAt:??? -> ?workerUpdatedAt:??? -> ?progressPercent:??? -> ?manifests:??? -> ?sessionId:??? -> ?processExitCode:??? -> ?progressMessage:??? -> ?acquiredLimits:??? -> ?definition:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Float of SessionActionProgressPercent.t | `Integer of ProcessExitCode.t | `List of [> `Structure of (string * [> `Integer of MinOneMaxInteger.t | `String of String_.t ]) list ] list | `String of FarmId.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 | `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