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

CancelJobInput

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

Input structure for the CancelJob operation.

interface CancelJobInput {
APIVersion?: string | null;
JobId: string;
}

§Properties

§
APIVersion?: string | null
[src]
§
JobId: string
[src]