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

ListJobsResult

import type { ListJobsResult } from "https://aws-api.deno.dev/v0.4/services/s3control.ts?docs=full";
interface ListJobsResult {
NextToken?: string | null;
}

§Properties

§

The list of current jobs and jobs that have ended within the last 30 days.

§
NextToken?: string | null
[src]

If the List Jobs request produced more than the maximum number of results, you can pass this value into a subsequent List Jobs request in order to retrieve the next page of results.