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

JobDescriptor

import type { JobDescriptor } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/s3control.ts";
interface JobDescriptor {
ConfirmationRequired?: boolean | null;
CreationTime?: Date | number | null;
Description?: string | null;
FailureReasons: JobFailure[];
JobArn?: string | null;
JobId?: string | null;
Manifest?: JobManifest | null;
Operation?: JobOperation | null;
Priority?: number | null;
ProgressSummary?: JobProgressSummary | null;
Report?: JobReport | null;
RoleArn?: string | null;
Status?: JobStatus | null;
StatusUpdateReason?: string | null;
SuspendedCause?: string | null;
SuspendedDate?: Date | number | null;
TerminationDate?: Date | number | null;
}

§Properties

§
ConfirmationRequired?: boolean | null
[src]
§
CreationTime?: Date | number | null
[src]
§
Description?: string | null
[src]
§
FailureReasons: JobFailure[]
[src]
§
JobArn?: string | null
[src]
§
JobId?: string | null
[src]
§
Manifest?: JobManifest | null
[src]
§
Operation?: JobOperation | null
[src]
§
Priority?: number | null
[src]
§
ProgressSummary?: JobProgressSummary | null
[src]
§
Report?: JobReport | null
[src]
§
RoleArn?: string | null
[src]
§
Status?: JobStatus | null
[src]
§
StatusUpdateReason?: string | null
[src]
§
SuspendedCause?: string | null
[src]
§
SuspendedDate?: Date | number | null
[src]
§
TerminationDate?: Date | number | null
[src]