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

ListAuditMitigationActionsExecutionsResponse

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

§Properties

§
actionsExecutions?: AuditMitigationActionExecutionMetadata[] | null
[src]

A set of task execution results based on the input parameters. Details include the mitigation action applied, start time, and task status.

§
nextToken?: string | null
[src]

The token for the next set of results.