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

ListAuditMitigationActionsExecutionsRequest

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

§Properties

§

Specify this filter to limit results to those with a specific status.

§
findingId: string
[src]

Specify this filter to limit results to those that were applied to a specific audit finding.

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

§
taskId: string
[src]

Specify this filter to limit results to actions for a specific audit mitigation actions task.