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

DescribeAuditTaskResponse

import type { DescribeAuditTaskResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";
interface DescribeAuditTaskResponse {
auditDetails?: {
[key: string]: AuditCheckDetails | null | undefined;
}
| null;
scheduledAuditName?: string | null;
taskStartTime?: Date | number | null;
taskStatistics?: TaskStatistics | null;
taskStatus?: AuditTaskStatus | null;
taskType?: AuditTaskType | null;
}

§Properties

§
auditDetails?: {
[key: string]: AuditCheckDetails | null | undefined;
}
| null
[src]
§
scheduledAuditName?: string | null
[src]
§
taskStartTime?: Date | number | null
[src]
§
taskStatistics?: TaskStatistics | null
[src]
§
taskStatus?: AuditTaskStatus | null
[src]
§
taskType?: AuditTaskType | null
[src]