Safe Haskell | None |
---|---|
Language | Haskell2010 |
Returns the current list of AWS services and a list of service categories that applies to each one. You then use service names and categories in your CreateCase requests. Each AWS service has its own set of categories. The service codes and category codes correspond to the values that are displayed in the Service and Category drop-down lists on the AWS Support Center Open a new case page. The values in those fields, however, do not necessarily match the service codes and categories returned by the DescribeServices request. Always use the service codes and categories obtained programmatically. This practice ensures that you always have the most recent set of service and category codes.
http://docs.aws.amazon.com/awssupport/latest/APIReference/API_DescribeServices.html
Request
data DescribeServices Source
Request constructor
describeServices :: DescribeServices Source
DescribeServices
constructor.
The fields accessible through corresponding lenses are:
dsLanguage
::
Maybe
Text
dsServiceCodeList
::
[Text
]
Request lenses
dsLanguage :: Lens' DescribeServices (Maybe Text) Source
The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English ("en") and Japanese ("ja"). Language parameters must be passed explicitly for operations that take them.
dsServiceCodeList :: Lens' DescribeServices [Text] Source
A JSON-formatted list of service codes available for AWS services.
Response
Response constructor
describeServicesResponse :: DescribeServicesResponse Source
DescribeServicesResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
dsrServices :: Lens' DescribeServicesResponse [SupportService] Source
A JSON-formatted list of AWS services.