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

UpdateJobOutput

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

Output structure for the UpateJob operation.

interface UpdateJobOutput {
ArtifactList: Artifact[];
Success?: boolean | null;
WarningMessage?: string | null;
}

§Properties

§
ArtifactList: Artifact[]
[src]
§
Success?: boolean | null
[src]
§
WarningMessage?: string | null
[src]