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

CancelJobOutput

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

Output structure for the CancelJob operation.

interface CancelJobOutput {
Success?: boolean | null;
}

§Properties

§
Success?: boolean | null
[src]