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

CreateJobOutput

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

Output structure for the CreateJob operation.

interface CreateJobOutput {
ArtifactList: Artifact[];
JobId?: string | null;
JobType?: JobType | null;
Signature?: string | null;
SignatureFileContents?: string | null;
WarningMessage?: string | null;
}

§Properties

§
ArtifactList: Artifact[]
[src]
§
JobId?: string | null
[src]
§
JobType?: JobType | null
[src]
§
Signature?: string | null
[src]
§
SignatureFileContents?: string | null
[src]
§
WarningMessage?: string | null
[src]