amazonka-support-0.0.4: Amazon Support SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Support.DescribeSeverityLevels

Contents

Description

Returns the list of severity levels that you can assign to an AWS Support case. The severity level for a case is also a field in the CaseDetails data type included in any CreateCase request.

http://docs.aws.amazon.com/awssupport/latest/APIReference/API_DescribeSeverityLevels.html

Synopsis

Request

Request constructor

describeSeverityLevels :: DescribeSeverityLevels Source

DescribeSeverityLevels constructor.

The fields accessible through corresponding lenses are:

Request lenses

dslLanguage :: Lens' DescribeSeverityLevels (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.

Response

Response constructor

Response lenses

dslrSeverityLevels :: Lens' DescribeSeverityLevelsResponse [SeverityLevel] Source

The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.