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.OsType

Description

 

Documentation

newtype OsType Source #

Constructors

OsType' 

Fields

Bundled Patterns

pattern OsType_LINUX :: OsType 
pattern OsType_WINDOWS :: OsType 

Instances

Instances details
FromJSON OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

FromJSONKey OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

ToJSON OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

ToJSONKey OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

ToByteString OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

Methods

toBS :: OsType -> ByteString #

ToHeader OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

Methods

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

ToLog OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

ToQuery OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

FromText OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

ToText OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

Methods

toText :: OsType -> Text #

FromXML OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

ToXML OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

Methods

toXML :: OsType -> XML #

Generic OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

Associated Types

type Rep OsType :: Type -> Type #

Methods

from :: OsType -> Rep OsType x #

to :: Rep OsType x -> OsType #

Read OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

Show OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

NFData OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

Methods

rnf :: OsType -> () #

Eq OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

Methods

(==) :: OsType -> OsType -> Bool #

(/=) :: OsType -> OsType -> Bool #

Ord OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

Hashable OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

Methods

hashWithSalt :: Int -> OsType -> Int #

hash :: OsType -> Int #

type Rep OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

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