aws.translate.list_languages
Example SQL Queries
SELECT * FROMaws.translate.list_languages;Description
Provides a list of languages (RFC-5646 codes and names) that Amazon Translate supports.
Table Definition
| Column Name | Column Data Type |
|---|---|
| display_language_code Input Column The language code passed in with the request. | VARCHAR |
| max_results Input Column The maximum number of results to return in each response. | BIGINT |
| next_token Input Column If the response does not include all remaining results, use the NextToken in the next request to fetch the next group of supported languages. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| languages The list of supported languages. | STRUCT( |
Show child fields
| |