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

ListJobsResponse

import type { ListJobsResponse } from "https://aws-api.deno.dev/v0.3/services/mediaconvert.ts?docs=full";
interface ListJobsResponse {
Jobs?: Job[] | null;
NextToken?: string | null;
}

§Properties

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

List of jobs

§
NextToken?: string | null
[src]

Use this string to request the next batch of jobs.