support_describe_services: Returns the current list of Amazon Web Services services and...

View source: R/support_operations.R

support_describe_servicesR Documentation

Returns the current list of Amazon Web Services services and a list of service categories for each service

Description

Returns the current list of Amazon Web Services services and a list of service categories for each service. You then use service names and categories in your create_case requests. Each Amazon Web Services service has its own set of categories.

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

Usage

support_describe_services(serviceCodeList = NULL, language = NULL)

Arguments

serviceCodeList

A JSON-formatted list of service codes available for Amazon Web Services services.

language

The language in which Amazon Web Services Support handles the case. Amazon Web Services Support currently supports Chinese (“zh”), English ("en"), Japanese ("ja") and Korean (“ko”). You must specify the ISO 639-1 code for the language parameter if you want support in that language.


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