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

ListDatalakeExceptionsRequest

import type { ListDatalakeExceptionsRequest } from "https://aws-api.deno.dev/v0.4/services/securitylake.ts?docs=full";
interface ListDatalakeExceptionsRequest {
maxFailures?: number | null;
nextToken?: string | null;
regionSet?: Region[] | null;
}

§Properties

§
maxFailures?: number | null
[src]

List the maximum number of failures in Security Lake.

§
nextToken?: string | null
[src]

List if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.

Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.

§
regionSet?: Region[] | null
[src]

List the Amazon Web Services Regions from which exceptions are retrieved.