The output of ListLanguagesCommand.

interface ListLanguagesCommandOutput {
    $metadata: ResponseMetadata;
    DisplayLanguageCode?: DisplayLanguageCode;
    Languages?: Language[];
    NextToken?: string;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

DisplayLanguageCode?: DisplayLanguageCode

The language code passed in with the request.

Languages?: Language[]

The list of supported languages.

NextToken?: string

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