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

ListClusterJobsResult

import type { ListClusterJobsResult } from "https://aws-api.deno.dev/v0.3/services/snowball.ts?docs=full";
interface ListClusterJobsResult {
JobListEntries?: JobListEntry[] | null;
NextToken?: string | null;
}

§Properties

§
JobListEntries?: JobListEntry[] | null
[src]

Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.

§
NextToken?: string | null
[src]

HTTP requests are stateless. If you use the automatically generated NextToken value in your next ListClusterJobsResult call, your list of returned jobs will start from this point in the array.