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

ListJobsByStatusResponse

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

The ListJobsByStatusResponse structure.

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

§Properties

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

An array of Job objects that have the specified status.

§
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.