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

ListAuditMitigationActionsTasksRequest

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

§Properties

§
auditTaskId?: string | null
[src]

Specify this filter to limit results to tasks that were applied to results for a specific audit.

§
endTime: Date | number
[src]

Specify this filter to limit results to tasks that were completed or canceled on or before a specific date and time.

§
findingId?: string | null
[src]

Specify this filter to limit results to tasks 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.

§
startTime: Date | number
[src]

Specify this filter to limit results to tasks that began on or after a specific date and time.

§

Specify this filter to limit results to tasks that are in a specific state.