libZSservicesZSamazonka-ssm-incidentsZSamazonka-ssm-incidents
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.SSMIncidents.Types.ItemType

Description

 

Documentation

newtype ItemType Source #

Constructors

ItemType' 

Fields

Bundled Patterns

pattern ItemType_ANALYSIS :: ItemType 
pattern ItemType_ATTACHMENT :: ItemType 
pattern ItemType_INCIDENT :: ItemType 
pattern ItemType_METRIC :: ItemType 
pattern ItemType_OTHER :: ItemType 
pattern ItemType_PARENT :: ItemType 

Instances

Instances details
Eq ItemType Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ItemType

Ord ItemType Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ItemType

Read ItemType Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ItemType

Show ItemType Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ItemType

Generic ItemType Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ItemType

Associated Types

type Rep ItemType :: Type -> Type #

Methods

from :: ItemType -> Rep ItemType x #

to :: Rep ItemType x -> ItemType #

NFData ItemType Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ItemType

Methods

rnf :: ItemType -> () #

Hashable ItemType Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ItemType

Methods

hashWithSalt :: Int -> ItemType -> Int #

hash :: ItemType -> Int #

ToJSON ItemType Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ItemType

ToJSONKey ItemType Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ItemType

FromJSON ItemType Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ItemType

FromJSONKey ItemType Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ItemType

ToLog ItemType Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ItemType

ToHeader ItemType Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ItemType

Methods

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

ToQuery ItemType Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ItemType

FromXML ItemType Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ItemType

ToXML ItemType Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ItemType

Methods

toXML :: ItemType -> XML #

ToByteString ItemType Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ItemType

Methods

toBS :: ItemType -> ByteString #

FromText ItemType Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ItemType

ToText ItemType Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ItemType

Methods

toText :: ItemType -> Text #

type Rep ItemType Source # 
Instance details

Defined in Amazonka.SSMIncidents.Types.ItemType

type Rep ItemType = D1 ('MetaData "ItemType" "Amazonka.SSMIncidents.Types.ItemType" "libZSservicesZSamazonka-ssm-incidentsZSamazonka-ssm-incidents" 'True) (C1 ('MetaCons "ItemType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromItemType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))