amazonka-inspector-2.0: Amazon Inspector SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Inspector.Types.Severity

Description

 

Documentation

newtype Severity Source #

Constructors

Severity' 

Fields

Bundled Patterns

pattern Severity_High :: Severity 
pattern Severity_Informational :: Severity 
pattern Severity_Low :: Severity 
pattern Severity_Medium :: Severity 
pattern Severity_Undefined :: Severity 

Instances

Instances details
FromJSON Severity Source # 
Instance details

Defined in Amazonka.Inspector.Types.Severity

FromJSONKey Severity Source # 
Instance details

Defined in Amazonka.Inspector.Types.Severity

ToJSON Severity Source # 
Instance details

Defined in Amazonka.Inspector.Types.Severity

ToJSONKey Severity Source # 
Instance details

Defined in Amazonka.Inspector.Types.Severity

ToByteString Severity Source # 
Instance details

Defined in Amazonka.Inspector.Types.Severity

Methods

toBS :: Severity -> ByteString #

ToHeader Severity Source # 
Instance details

Defined in Amazonka.Inspector.Types.Severity

Methods

toHeader :: HeaderName -> Severity -> [Header] #

ToLog Severity Source # 
Instance details

Defined in Amazonka.Inspector.Types.Severity

ToQuery Severity Source # 
Instance details

Defined in Amazonka.Inspector.Types.Severity

FromText Severity Source # 
Instance details

Defined in Amazonka.Inspector.Types.Severity

ToText Severity Source # 
Instance details

Defined in Amazonka.Inspector.Types.Severity

Methods

toText :: Severity -> Text #

FromXML Severity Source # 
Instance details

Defined in Amazonka.Inspector.Types.Severity

ToXML Severity Source # 
Instance details

Defined in Amazonka.Inspector.Types.Severity

Methods

toXML :: Severity -> XML #

Generic Severity Source # 
Instance details

Defined in Amazonka.Inspector.Types.Severity

Associated Types

type Rep Severity :: Type -> Type #

Methods

from :: Severity -> Rep Severity x #

to :: Rep Severity x -> Severity #

Read Severity Source # 
Instance details

Defined in Amazonka.Inspector.Types.Severity

Show Severity Source # 
Instance details

Defined in Amazonka.Inspector.Types.Severity

NFData Severity Source # 
Instance details

Defined in Amazonka.Inspector.Types.Severity

Methods

rnf :: Severity -> () #

Eq Severity Source # 
Instance details

Defined in Amazonka.Inspector.Types.Severity

Ord Severity Source # 
Instance details

Defined in Amazonka.Inspector.Types.Severity

Hashable Severity Source # 
Instance details

Defined in Amazonka.Inspector.Types.Severity

Methods

hashWithSalt :: Int -> Severity -> Int #

hash :: Severity -> Int #

type Rep Severity Source # 
Instance details

Defined in Amazonka.Inspector.Types.Severity

type Rep Severity = D1 ('MetaData "Severity" "Amazonka.Inspector.Types.Severity" "amazonka-inspector-2.0-DbkSB2KDR0U54GYFqTMz6L" 'True) (C1 ('MetaCons "Severity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSeverity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))