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

ListLanguagesRequest

import type { ListLanguagesRequest } from "https://aws-api.deno.dev/v0.4/services/translate.ts?docs=full";
interface ListLanguagesRequest {
DisplayLanguageCode?: DisplayLanguageCode | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
DisplayLanguageCode?: DisplayLanguageCode | null
[src]

The language code for the language to use to display the language names in the response. The language code is en by default.

§
MaxResults?: number | null
[src]

The maximum number of results to return in each response.

§
NextToken?: string | null
[src]

Include the NextToken value to fetch the next group of supported languages.