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

StartDetectMitigationActionsTaskRequest

import type { StartDetectMitigationActionsTaskRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface StartDetectMitigationActionsTaskRequest {
actions: string[];
clientRequestToken: string;
includeOnlyActiveViolations?: boolean | null;
includeSuppressedAlerts?: boolean | null;
taskId: string;
violationEventOccurrenceRange?: ViolationEventOccurrenceRange | null;
}

§Properties

§
actions: string[]
[src]

The actions to be performed when a device has unexpected behavior.

§
clientRequestToken: string
[src]

Each mitigation action task must have a unique client request token. If you try to create a new task with the same token as a task that already exists, an exception occurs. If you omit this value, Amazon Web Services SDKs will automatically generate a unique client request.

§
includeOnlyActiveViolations?: boolean | null
[src]

Specifies to list only active violations.

§
includeSuppressedAlerts?: boolean | null
[src]

Specifies to include suppressed alerts.

§

Specifies the ML Detect findings to which the mitigation actions are applied.

§
taskId: string
[src]

The unique identifier of the task.

§
violationEventOccurrenceRange?: ViolationEventOccurrenceRange | null
[src]

Specifies the time period of which violation events occurred between.