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-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";
interface StartDetectMitigationActionsTaskRequest {
actions: string[];
clientRequestToken: string;
includeOnlyActiveViolations?: boolean | null;
includeSuppressedAlerts?: boolean | null;
taskId: string;
violationEventOccurrenceRange?: ViolationEventOccurrenceRange | null;
}

§Properties

§
actions: string[]
[src]
§
clientRequestToken: string
[src]
§
includeOnlyActiveViolations?: boolean | null
[src]
§
includeSuppressedAlerts?: boolean | null
[src]
§
taskId: string
[src]
§
violationEventOccurrenceRange?: ViolationEventOccurrenceRange | null
[src]