Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}

§Properties

§
arrayJobId?: string | null
[src]
§
filters?: KeyValuesPair[] | null
[src]
§
jobQueue?: string | null
[src]
§
jobStatus?: JobStatus | null
[src]
§
maxResults?: number | null
[src]
§
multiNodeJobId?: string | null
[src]
§
nextToken?: string | null
[src]