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

ListMitigationActionsResponse

import type { ListMitigationActionsResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface ListMitigationActionsResponse {
actionIdentifiers?: MitigationActionIdentifier[] | null;
nextToken?: string | null;
}

§Properties

§
actionIdentifiers?: MitigationActionIdentifier[] | null
[src]

A set of actions that matched the specified filter criteria.

§
nextToken?: string | null
[src]

The token for the next set of results.