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/iot.ts";
interface Job {
abortConfig?: AbortConfig | null;
comment?: string | null;
completedAt?: Date | number | null;
createdAt?: Date | number | null;
description?: string | null;
forceCanceled?: boolean | null;
jobArn?: string | null;
jobExecutionsRolloutConfig?: JobExecutionsRolloutConfig | null;
jobId?: string | null;
jobProcessDetails?: JobProcessDetails | null;
jobTemplateArn?: string | null;
lastUpdatedAt?: Date | number | null;
namespaceId?: string | null;
presignedUrlConfig?: PresignedUrlConfig | null;
reasonCode?: string | null;
status?: JobStatus | null;
targets?: string[] | null;
targetSelection?: TargetSelection | null;
timeoutConfig?: TimeoutConfig | null;
}

§Properties

§
abortConfig?: AbortConfig | null
[src]
§
comment?: string | null
[src]
§
completedAt?: Date | number | null
[src]
§
createdAt?: Date | number | null
[src]
§
description?: string | null
[src]
§
forceCanceled?: boolean | null
[src]
§
jobArn?: string | null
[src]
§
jobExecutionsRolloutConfig?: JobExecutionsRolloutConfig | null
[src]
§
jobId?: string | null
[src]
§
jobProcessDetails?: JobProcessDetails | null
[src]
§
jobTemplateArn?: string | null
[src]
§
lastUpdatedAt?: Date | number | null
[src]
§
namespaceId?: string | null
[src]
§
presignedUrlConfig?: PresignedUrlConfig | null
[src]
§
reasonCode?: string | null
[src]
§
status?: JobStatus | null
[src]
§
targets?: string[] | null
[src]
§
targetSelection?: TargetSelection | null
[src]
§
timeoutConfig?: TimeoutConfig | null
[src]