Module Values_0.BatchStopJobRunSuccessfulSubmissionSource

Records a successful request to stop a specified JobRun.

Sourcetype nonrec t = {
  1. jobName : NameString.t option;
    (*

    The name of the job definition used in the job run that was stopped.

    *)
  2. jobRunId : IdString.t option;
    (*

    The JobRunId of the job run that was stopped.

    *)
}
Sourceval make : ?jobName:??? -> ?jobRunId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NameString.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