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

ListJobRunsResponse

import type { ListJobRunsResponse } from "https://aws-api.deno.dev/v0.4/services/emrserverless.ts?docs=full";
interface ListJobRunsResponse {
jobRuns: JobRunSummary[];
nextToken?: string | null;
}

§Properties

§

The output lists information about the specified job runs.

§
nextToken?: string | null
[src]

The output displays the token for the next set of job run results. This is required for pagination and is available as a response of the previous request.