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

ListLexiconsOutput

import type { ListLexiconsOutput } from "https://aws-api.deno.dev/v0.3/services/polly.ts?docs=full";
interface ListLexiconsOutput {
Lexicons?: LexiconDescription[] | null;
NextToken?: string | null;
}

§Properties

§
Lexicons?: LexiconDescription[] | null
[src]

A list of lexicon names and attributes.

§
NextToken?: string | null
[src]

The pagination token to use in the next request to continue the listing of lexicons. NextToken is returned only if the response is truncated.