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

ListMitigationActionsRequest

import type { ListMitigationActionsRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface ListMitigationActionsRequest {
actionType?: MitigationActionType | null;
maxResults?: number | null;
nextToken?: string | null;
}

§Properties

§
actionType?: MitigationActionType | null
[src]

Specify a value to limit the result to mitigation actions with a specific action type.

§
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.