Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
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.
See: AWS API Reference for DescribeSeverityLevels.
- describeSeverityLevels :: DescribeSeverityLevels
- data DescribeSeverityLevels
- dslLanguage :: Lens' DescribeSeverityLevels (Maybe Text)
- describeSeverityLevelsResponse :: Int -> DescribeSeverityLevelsResponse
- data DescribeSeverityLevelsResponse
- dslrsSeverityLevels :: Lens' DescribeSeverityLevelsResponse [SeverityLevel]
- dslrsResponseStatus :: Lens' DescribeSeverityLevelsResponse Int
Creating a Request
describeSeverityLevels :: DescribeSeverityLevels Source
Creates a value of DescribeSeverityLevels
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeSeverityLevels Source
See: describeSeverityLevels
smart constructor.
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.
Destructuring the Response
describeSeverityLevelsResponse Source
Creates a value of DescribeSeverityLevelsResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DescribeSeverityLevelsResponse Source
The list of severity levels returned by the DescribeSeverityLevels operation.
See: describeSeverityLevelsResponse
smart constructor.
Response Lenses
dslrsSeverityLevels :: Lens' DescribeSeverityLevelsResponse [SeverityLevel] Source
The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS.
dslrsResponseStatus :: Lens' DescribeSeverityLevelsResponse Int Source
The response status code.