Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data SeverityLevel Source #
A code and name pair that represents the severity level of a support case. The available values depend on the support plan for the account. For more information, see Choosing a severity in the AWS Support User Guide.
See: newSeverityLevel
smart constructor.
SeverityLevel' | |
|
Instances
newSeverityLevel :: SeverityLevel Source #
Create a value of SeverityLevel
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:name:SeverityLevel'
, severityLevel_name
- The name of the severity level that corresponds to the severity level
code.
The values returned by the API are different from the values that appear
in the AWS Support Center. For example, the API uses the code low
, but
the name appears as General guidance in Support Center.
The following are the API code names and how they appear in the console:
low
- General guidancenormal
- System impairedhigh
- Production system impairedurgent
- Production system downcritical
- Business-critical system down
For more information, see Choosing a severity in the AWS Support User Guide.
$sel:code:SeverityLevel'
, severityLevel_code
- The code for case severity level.
Valid values: low
| normal
| high
| urgent
| critical
severityLevel_name :: Lens' SeverityLevel (Maybe Text) Source #
The name of the severity level that corresponds to the severity level code.
The values returned by the API are different from the values that appear
in the AWS Support Center. For example, the API uses the code low
, but
the name appears as General guidance in Support Center.
The following are the API code names and how they appear in the console:
low
- General guidancenormal
- System impairedhigh
- Production system impairedurgent
- Production system downcritical
- Business-critical system down
For more information, see Choosing a severity in the AWS Support User Guide.
severityLevel_code :: Lens' SeverityLevel (Maybe Text) Source #
The code for case severity level.
Valid values: low
| normal
| high
| urgent
| critical