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

GetListsMetadataResult

import type { GetListsMetadataResult } from "https://aws-api.deno.dev/v0.4/services/frauddetector.ts?docs=full";
interface GetListsMetadataResult {
lists?: AllowDenyList[] | null;
nextToken?: string | null;
}

§Properties

§
lists?: AllowDenyList[] | null
[src]

The metadata of the specified list or all lists under the account.

§
nextToken?: string | null
[src]

The next page token.