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

ListJobsOutput

import type { ListJobsOutput } from "https://aws-api.deno.dev/v0.4/services/importexport.ts?docs=full";

Output structure for the ListJobs operation.

interface ListJobsOutput {
IsTruncated?: boolean | null;
Jobs: Job[];
}

§Properties

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