libZSservicesZSamazonka-codeguruprofilerZSamazonka-codeguruprofiler
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.CodeGuruProfiler.Types.FeedbackType

Description

 

Documentation

newtype FeedbackType Source #

Constructors

FeedbackType' 

Bundled Patterns

pattern FeedbackType_Negative :: FeedbackType 
pattern FeedbackType_Positive :: FeedbackType 

Instances

Instances details
Eq FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

Ord FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

Read FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

Show FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

Generic FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

Associated Types

type Rep FeedbackType :: Type -> Type #

NFData FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

Methods

rnf :: FeedbackType -> () #

Hashable FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

ToJSON FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

ToJSONKey FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

FromJSON FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

FromJSONKey FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

ToLog FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

ToHeader FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

ToQuery FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

FromXML FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

ToXML FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

Methods

toXML :: FeedbackType -> XML #

ToByteString FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

FromText FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

ToText FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

Methods

toText :: FeedbackType -> Text #

type Rep FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

type Rep FeedbackType = D1 ('MetaData "FeedbackType" "Amazonka.CodeGuruProfiler.Types.FeedbackType" "libZSservicesZSamazonka-codeguruprofilerZSamazonka-codeguruprofiler" 'True) (C1 ('MetaCons "FeedbackType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFeedbackType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))