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.deno.dev/v0.4/services/s3control.ts?docs=full";
interface ListJobsRequest {
AccountId: string;
JobStatuses?: JobStatus[] | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
AccountId: string
[src]

The Amazon Web Services account ID associated with the S3 Batch Operations job.

§
JobStatuses?: JobStatus[] | null
[src]

The List Jobs request returns jobs that match the statuses listed in this element.

§
MaxResults?: number | null
[src]

The maximum number of jobs that Amazon S3 will include in the List Jobs response. If there are more jobs than this number, the response will include a pagination token in the NextToken field to enable you to retrieve the next page of results.

§
NextToken?: string | null
[src]

A pagination token to request the next page of results. Use the token that Amazon S3 returned in the NextToken element of the ListJobsResult from the previous List Jobs request.