libZSservicesZSamazonka-supportZSamazonka-support
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Support.Types.SeverityLevel

Description

 
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.

Constructors

SeverityLevel' 

Fields

  • name :: Maybe Text

    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 guidance
    • normal - System impaired
    • high - Production system impaired
    • urgent - Production system down
    • critical - Business-critical system down

    For more information, see Choosing a severity in the AWS Support User Guide.

  • code :: Maybe Text

    The code for case severity level.

    Valid values: low | normal | high | urgent | critical

Instances

Instances details
Eq SeverityLevel Source # 
Instance details

Defined in Amazonka.Support.Types.SeverityLevel

Read SeverityLevel Source # 
Instance details

Defined in Amazonka.Support.Types.SeverityLevel

Show SeverityLevel Source # 
Instance details

Defined in Amazonka.Support.Types.SeverityLevel

Generic SeverityLevel Source # 
Instance details

Defined in Amazonka.Support.Types.SeverityLevel

Associated Types

type Rep SeverityLevel :: Type -> Type #

NFData SeverityLevel Source # 
Instance details

Defined in Amazonka.Support.Types.SeverityLevel

Methods

rnf :: SeverityLevel -> () #

Hashable SeverityLevel Source # 
Instance details

Defined in Amazonka.Support.Types.SeverityLevel

FromJSON SeverityLevel Source # 
Instance details

Defined in Amazonka.Support.Types.SeverityLevel

type Rep SeverityLevel Source # 
Instance details

Defined in Amazonka.Support.Types.SeverityLevel

type Rep SeverityLevel = D1 ('MetaData "SeverityLevel" "Amazonka.Support.Types.SeverityLevel" "libZSservicesZSamazonka-supportZSamazonka-support" 'False) (C1 ('MetaCons "SeverityLevel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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 guidance
  • normal - System impaired
  • high - Production system impaired
  • urgent - Production system down
  • critical - 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 guidance
  • normal - System impaired
  • high - Production system impaired
  • urgent - Production system down
  • critical - 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