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

StartAuditMitigationActionsTaskRequest

import type { StartAuditMitigationActionsTaskRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface StartAuditMitigationActionsTaskRequest {
auditCheckToActionsMapping: {
[key: string]: string[] | null | undefined;
}
;
clientRequestToken: string;
taskId: string;
}

§Properties

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

For an audit check, specifies which mitigation actions to apply. Those actions must be defined in your Amazon Web Services accounts.

§
clientRequestToken: string
[src]

Each audit mitigation task must have a unique client request token. If you try to start a new task with the same token as a task that already exists, an exception occurs. If you omit this value, a unique client request token is generated automatically.

§

Specifies the audit findings to which the mitigation actions are applied. You can apply them to a type of audit check, to all findings from an audit, or to a specific set of findings.

§
taskId: string
[src]

A unique identifier for the task. You can use this identifier to check the status of the task or to cancel it.