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

DescribeAuditMitigationActionsTaskResponse

import type { DescribeAuditMitigationActionsTaskResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface DescribeAuditMitigationActionsTaskResponse {
actionsDefinition?: MitigationAction[] | null;
auditCheckToActionsMapping?: {
[key: string]: string[] | null | undefined;
}
| null;
endTime?: Date | number | null;
startTime?: Date | number | null;
taskStatistics?: {
[key: string]: TaskStatisticsForAuditCheck | null | undefined;
}
| null;
}

§Properties

§
actionsDefinition?: MitigationAction[] | null
[src]

Specifies the mitigation actions and their parameters that are applied as part of this task.

§
auditCheckToActionsMapping?: {
[key: string]: string[] | null | undefined;
}
| null
[src]

Specifies the mitigation actions that should be applied to specific audit checks.

§
endTime?: Date | number | null
[src]

The date and time when the task was completed or canceled.

§
startTime?: Date | number | null
[src]

The date and time when the task was started.

§

Identifies the findings to which the mitigation actions are applied. This can be by audit checks, by audit task, or a set of findings.

§
taskStatistics?: {
[key: string]: TaskStatisticsForAuditCheck | null | undefined;
}
| null
[src]

Aggregate counts of the results when the mitigation tasks were applied to the findings for this audit mitigation actions task.

§

The current status of the task.