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

ListJobsByPipelineRequest

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

The ListJobsByPipelineRequest structure.

interface ListJobsByPipelineRequest {
Ascending?: string | null;
PageToken?: string | null;
PipelineId: 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.

§
PipelineId: string
[src]

The ID of the pipeline for which you want to get job information.