amazonka-application-insights-2.0: Amazon CloudWatch Application Insights 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.ApplicationInsights.Types.FeedbackKey

Description

 

Documentation

newtype FeedbackKey Source #

Constructors

FeedbackKey' 

Bundled Patterns

pattern FeedbackKey_INSIGHTS_FEEDBACK :: FeedbackKey 

Instances

Instances details
FromJSON FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

FromJSONKey FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

ToJSON FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

ToJSONKey FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

ToByteString FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

ToHeader FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

ToLog FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

ToQuery FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

FromText FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

ToText FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

Methods

toText :: FeedbackKey -> Text #

FromXML FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

ToXML FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

Methods

toXML :: FeedbackKey -> XML #

Generic FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

Associated Types

type Rep FeedbackKey :: Type -> Type #

Read FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

Show FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

NFData FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

Methods

rnf :: FeedbackKey -> () #

Eq FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

Ord FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

Hashable FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

type Rep FeedbackKey Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.FeedbackKey

type Rep FeedbackKey = D1 ('MetaData "FeedbackKey" "Amazonka.ApplicationInsights.Types.FeedbackKey" "amazonka-application-insights-2.0-HJv8DARmsLI1hpMeOEjP38" 'True) (C1 ('MetaCons "FeedbackKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFeedbackKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))