Values_2.GetJobRunsRequestSourceRetrieves metadata for all runs of a given job definition. GetJobRuns returns the job runs in chronological order, with the newest jobs returned first.
type nonrec t = {jobName : Values_0.NameString.t;The name of the job definition for which to retrieve all job runs.
*)nextToken : Values_0.GenericString.t option;A continuation token, if this is a continuation call.
*)maxResults : OrchestrationPageSize200.t option;The maximum size of the response.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of OrchestrationPageSize200.t
| `String of Values_0.NameString.t ])
list ]