Values.StartJobsQueryRequestSourceStart an asynchronous jobs query using the provided filters. To receive the list of jobs that match your query, call the GetJobsQueryResults API using the query ID returned by this API.
type nonrec t = {filterList : JobsQueryFilter.t list option;Optional. Provide an array of JobsQueryFilters for your StartJobsQuery request.
*)maxResults : int option;Optional. Number of jobs, up to twenty, that will be included in the jobs query.
*)nextToken : string option;Use this string to request the next batch of jobs matched by a jobs query.
*)order : Order.t option;Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.
*)}