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

ListJobsInput

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

Input structure for the ListJobs operation.

interface ListJobsInput {
APIVersion?: string | null;
Marker?: string | null;
MaxJobs?: number | null;
}

§Properties

§
APIVersion?: string | null
[src]
§
Marker?: string | null
[src]
§
MaxJobs?: number | null
[src]