amazonka-codeguruprofiler-2.0: Amazon CodeGuru Profiler 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.CodeGuruProfiler.Types.FeedbackType

Description

 

Documentation

newtype FeedbackType Source #

Constructors

FeedbackType' 

Bundled Patterns

pattern FeedbackType_Negative :: FeedbackType 
pattern FeedbackType_Positive :: FeedbackType 

Instances

Instances details
FromJSON FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

FromJSONKey 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

ToByteString FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

ToHeader FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

ToLog FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

ToQuery 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 #

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 #

Generic FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

Associated Types

type Rep FeedbackType :: Type -> Type #

Read FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

Show FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

NFData FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

Methods

rnf :: FeedbackType -> () #

Eq FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

Ord FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

Hashable FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

type Rep FeedbackType Source # 
Instance details

Defined in Amazonka.CodeGuruProfiler.Types.FeedbackType

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