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

ListDetectMitigationActionsExecutionsRequest

import type { ListDetectMitigationActionsExecutionsRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface ListDetectMitigationActionsExecutionsRequest {
endTime?: Date | number | null;
maxResults?: number | null;
nextToken?: string | null;
startTime?: Date | number | null;
taskId?: string | null;
thingName?: string | null;
violationId?: string | null;
}

§Properties

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

The end of the time period for which ML Detect mitigation actions executions are returned.

§
maxResults?: number | null
[src]

The maximum number of results to return at one time. The default is 25.

§
nextToken?: string | null
[src]

The token for the next set of results.

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

A filter to limit results to those found after the specified time. You must specify either the startTime and endTime or the taskId, but not both.

§
taskId?: string | null
[src]

The unique identifier of the task.

§
thingName?: string | null
[src]

The name of the thing whose mitigation actions are listed.

§
violationId?: string | null
[src]

The unique identifier of the violation.