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

ListJobsByPipelineResponse

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

The ListJobsByPipelineResponse structure.

interface ListJobsByPipelineResponse {
Jobs?: Job[] | null;
NextPageToken?: string | null;
}

§Properties

§
Jobs?: Job[] | null
[src]

An array of Job objects that are in the specified pipeline.

§
NextPageToken?: string | null
[src]

A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken is null.