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

JobListDescriptor

import type { JobListDescriptor } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/s3control.ts";
interface JobListDescriptor {
CreationTime?: Date | number | null;
Description?: string | null;
JobId?: string | null;
Operation?: OperationName | null;
Priority?: number | null;
ProgressSummary?: JobProgressSummary | null;
Status?: JobStatus | null;
TerminationDate?: Date | number | null;
}

§Properties

§
CreationTime?: Date | number | null
[src]
§
Description?: string | null
[src]
§
JobId?: string | null
[src]
§
Operation?: OperationName | null
[src]
§
Priority?: number | null
[src]
§
ProgressSummary?: JobProgressSummary | null
[src]
§
Status?: JobStatus | null
[src]
§
TerminationDate?: Date | number | null
[src]