interface ListLanguagesRequest {
    DisplayLanguageCode?: DisplayLanguageCode;
    MaxResults?: number;
    NextToken?: string;
}

Hierarchy (view full)

Properties

DisplayLanguageCode?: DisplayLanguageCode

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

The maximum number of results to return in each response.

NextToken?: string

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