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

ListJobsByStatusRequest

import type { ListJobsByStatusRequest } from "https://aws-api.deno.dev/v0.3/services/elastictranscoder.ts?docs=full";

The ListJobsByStatusRequest structure.

interface ListJobsByStatusRequest {
Ascending?: string | null;
PageToken?: string | null;
Status: string;
}

§Properties

§
Ascending?: string | null
[src]

To list jobs in chronological order by the date and time that they were submitted, enter true. To list jobs in reverse chronological order, enter false.

§
PageToken?: string | null
[src]

When Elastic Transcoder returns more than one page of results, use pageToken in subsequent GET requests to get each successive page of results.

§
Status: string
[src]

To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status: Submitted, Progressing, Complete, Canceled, or Error.