ListJobsRequest
import type { ListJobsRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/batch.ts";interface ListJobsRequest {
arrayJobId?: string | null;
filters?: KeyValuesPair[] | null;
jobQueue?: string | null;
jobStatus?: JobStatus | null;
maxResults?: number | null;
multiNodeJobId?: string | null;
nextToken?: string | null;
}