aws.support.describe_supported_languages
Example SQL Queries
SELECT * FROMaws.support.describe_supported_languagesWHERE"issue_type" = 'VALUE'AND "service_code" = 'VALUE'AND "category_code" = 'VALUE';Description
Returns a list of supported languages for a specified categoryCode, issueType and serviceCode. The returned supported languages will include a ISO 639-1 code for the language, and the language display name.
You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API.
If you call the Amazon Web Services Support API from an account that doesn't have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.
Table Definition
| Column Name | Column Data Type |
|---|---|
| category_code Required Input Column The category of problem for the support case. You also use the DescribeServices operation to get the category code for a service. Each Amazon Web Services service defines its own set of category codes. | VARCHAR |
| issue_type Required Input Column The type of issue for the case. You can specify customer-service or technical. | VARCHAR |
| service_code Required Input Column The code for the Amazon Web Services service. You can use the DescribeServices operation to get the possible serviceCode values. | 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
| |
| supported_languages A JSON-formatted array that contains the available ISO 639-1 language codes. | STRUCT( |
Show child fields
| |