Values_0.BatchStopJobRunRequestSourceStops one or more job runs for a specified job definition.
type nonrec t = {jobName : NameString.t;The name of the job definition for which to stop job runs.
*)jobRunIds : BatchStopJobRunJobRunIdList.t;A list of the JobRunIds that should be stopped for that job definition.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of IdString.t ] list
| `String of NameString.t ])
list ]