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]§
jobExecutionsRolloutConfig?: JobExecutionsRolloutConfig | null
[src]§
jobProcessDetails?: JobProcessDetails | null
[src]§
presignedUrlConfig?: PresignedUrlConfig | null
[src]§
targetSelection?: TargetSelection | null
[src]§
timeoutConfig?: TimeoutConfig | null
[src]