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

Job

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

Representation of a job returned by the ListJobs operation.

interface Job {
CreationDate?: Date | number | null;
IsCanceled?: boolean | null;
JobId?: string | null;
JobType?: JobType | null;
}

§Properties

§
CreationDate?: Date | number | null
[src]
§
IsCanceled?: boolean | null
[src]
§
JobId?: string | null
[src]
§
JobType?: JobType | null
[src]