support_describe_supported_languages: Returns a list of supported languages for a specified...

View source: R/support_operations.R

support_describe_supported_languagesR Documentation

Returns a list of supported languages for a specified categoryCode, issueType and serviceCode

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.

See https://www.paws-r-sdk.com/docs/support_describe_supported_languages/ for full documentation.

Usage

support_describe_supported_languages(issueType, serviceCode, categoryCode)

Arguments

issueType

[required] The type of issue for the case. You can specify customer-service or technical.

serviceCode

[required] The code for the Amazon Web Services service. You can use the describe_services operation to get the possible serviceCode values.

categoryCode

[required] The category of problem for the support case. You also use the describe_services operation to get the category code for a service. Each Amazon Web Services service defines its own set of category codes.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.