Module Values.RestartBatchJobIdentifierSource

An identifier for the StartBatchJob API to show that it is a restart operation.

Sourcetype nonrec t = {
  1. executionId : Identifier.t;
    (*

    The executionId from the StartBatchJob response when the job ran for the first time.

    *)
  2. jobStepRestartMarker : JobStepRestartMarker.t;
    (*

    The step/procedure step information for a restart batch job operation.

    *)
}
Sourceval context_ : string
Sourceval make : executionId:Identifier.t -> jobStepRestartMarker:JobStepRestartMarker.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Identifier.t | `Structure of (string * [> `Boolean of Boolean.t | `Integer of Integer.t | `String of String_.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