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-gyr5wj9zj0fg.deno.dev/v0.2/services/mgn.ts";
interface Job {
arn?: string | null;
creationDateTime?: string | null;
endDateTime?: string | null;
initiatedBy?: InitiatedBy | null;
jobID: string;
participatingServers?: ParticipatingServer[] | null;
status?: JobStatus | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
type?: JobType | null;
}

§Properties

§
arn?: string | null
[src]
§
creationDateTime?: string | null
[src]
§
endDateTime?: string | null
[src]
§
initiatedBy?: InitiatedBy | null
[src]
§
jobID: string
[src]
§
participatingServers?: ParticipatingServer[] | null
[src]
§
status?: JobStatus | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
type?: JobType | null
[src]