JobSummary
import type { JobSummary } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";interface JobSummary {
completedAt?: Date | number | null;
createdAt?: Date | number | null;
jobArn?: string | null;
jobId?: string | null;
lastUpdatedAt?: Date | number | null;
status?: JobStatus | null;
targetSelection?: TargetSelection | null;
thingGroupId?: string | null;
}