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

ListLanguagesResponse

import type { ListLanguagesResponse } from "https://aws-api.deno.dev/v0.4/services/translate.ts?docs=full";
interface ListLanguagesResponse {
DisplayLanguageCode?: DisplayLanguageCode | null;
Languages?: Language[] | null;
NextToken?: string | null;
}

§Properties

§
DisplayLanguageCode?: DisplayLanguageCode | null
[src]

The language code passed in with the request.

§
Languages?: Language[] | null
[src]

The list of supported languages.

§
NextToken?: string | null
[src]

If the response does not include all remaining results, use the NextToken in the next request to fetch the next group of supported languages.