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

ListAuditSuppressionsRequest

import type { ListAuditSuppressionsRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface ListAuditSuppressionsRequest {
ascendingOrder?: boolean | null;
checkName?: string | null;
maxResults?: number | null;
nextToken?: string | null;
resourceIdentifier?: ResourceIdentifier | null;
}

§Properties

§
ascendingOrder?: boolean | null
[src]

Determines whether suppressions are listed in ascending order by expiration date or not. If parameter isn't provided, ascendingOrder=true.

§
checkName?: string | null
[src]
§
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.

§
resourceIdentifier?: ResourceIdentifier | null
[src]