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

GetStatusOutput

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

Output structure for the GetStatus operation.

interface GetStatusOutput {
ArtifactList: Artifact[];
Carrier?: string | null;
CreationDate?: Date | number | null;
CurrentManifest?: string | null;
ErrorCount?: number | null;
JobId?: string | null;
JobType?: JobType | null;
LocationCode?: string | null;
LocationMessage?: string | null;
LogBucket?: string | null;
LogKey?: string | null;
ProgressCode?: string | null;
ProgressMessage?: string | null;
Signature?: string | null;
SignatureFileContents?: string | null;
TrackingNumber?: string | null;
}

§Properties

§
ArtifactList: Artifact[]
[src]
§
Carrier?: string | null
[src]
§
CreationDate?: Date | number | null
[src]
§
CurrentManifest?: string | null
[src]
§
ErrorCount?: number | null
[src]
§
JobId?: string | null
[src]
§
JobType?: JobType | null
[src]
§
LocationCode?: string | null
[src]
§
LocationMessage?: string | null
[src]
§
LogBucket?: string | null
[src]
§
LogKey?: string | null
[src]
§
ProgressCode?: string | null
[src]
§
ProgressMessage?: string | null
[src]
§
Signature?: string | null
[src]
§
SignatureFileContents?: string | null
[src]
§
TrackingNumber?: string | null
[src]