amazonka-codestar-notifications-2.0: Amazon CodeStar Notifications 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.CodeStarNotifications.Types.DetailType

Description

 

Documentation

newtype DetailType Source #

Constructors

DetailType' 

Fields

Bundled Patterns

pattern DetailType_BASIC :: DetailType 
pattern DetailType_FULL :: DetailType 

Instances

Instances details
FromJSON DetailType Source # 
Instance details

Defined in Amazonka.CodeStarNotifications.Types.DetailType

FromJSONKey DetailType Source # 
Instance details

Defined in Amazonka.CodeStarNotifications.Types.DetailType

ToJSON DetailType Source # 
Instance details

Defined in Amazonka.CodeStarNotifications.Types.DetailType

ToJSONKey DetailType Source # 
Instance details

Defined in Amazonka.CodeStarNotifications.Types.DetailType

ToByteString DetailType Source # 
Instance details

Defined in Amazonka.CodeStarNotifications.Types.DetailType

ToHeader DetailType Source # 
Instance details

Defined in Amazonka.CodeStarNotifications.Types.DetailType

ToLog DetailType Source # 
Instance details

Defined in Amazonka.CodeStarNotifications.Types.DetailType

ToQuery DetailType Source # 
Instance details

Defined in Amazonka.CodeStarNotifications.Types.DetailType

FromText DetailType Source # 
Instance details

Defined in Amazonka.CodeStarNotifications.Types.DetailType

ToText DetailType Source # 
Instance details

Defined in Amazonka.CodeStarNotifications.Types.DetailType

Methods

toText :: DetailType -> Text #

FromXML DetailType Source # 
Instance details

Defined in Amazonka.CodeStarNotifications.Types.DetailType

ToXML DetailType Source # 
Instance details

Defined in Amazonka.CodeStarNotifications.Types.DetailType

Methods

toXML :: DetailType -> XML #

Generic DetailType Source # 
Instance details

Defined in Amazonka.CodeStarNotifications.Types.DetailType

Associated Types

type Rep DetailType :: Type -> Type #

Read DetailType Source # 
Instance details

Defined in Amazonka.CodeStarNotifications.Types.DetailType

Show DetailType Source # 
Instance details

Defined in Amazonka.CodeStarNotifications.Types.DetailType

NFData DetailType Source # 
Instance details

Defined in Amazonka.CodeStarNotifications.Types.DetailType

Methods

rnf :: DetailType -> () #

Eq DetailType Source # 
Instance details

Defined in Amazonka.CodeStarNotifications.Types.DetailType

Ord DetailType Source # 
Instance details

Defined in Amazonka.CodeStarNotifications.Types.DetailType

Hashable DetailType Source # 
Instance details

Defined in Amazonka.CodeStarNotifications.Types.DetailType

type Rep DetailType Source # 
Instance details

Defined in Amazonka.CodeStarNotifications.Types.DetailType

type Rep DetailType = D1 ('MetaData "DetailType" "Amazonka.CodeStarNotifications.Types.DetailType" "amazonka-codestar-notifications-2.0-1YU4g2Ny2gz2roMHW6JQnw" 'True) (C1 ('MetaCons "DetailType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDetailType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))