libZSservicesZSamazonka-application-insightsZSamazonka-application-insights
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.ApplicationInsights.Types.OsType

Description

 

Documentation

newtype OsType Source #

Constructors

OsType' 

Fields

Bundled Patterns

pattern OsType_LINUX :: OsType 
pattern OsType_WINDOWS :: OsType 

Instances

Instances details
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

Read OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

Show OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

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 #

NFData OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

Methods

rnf :: OsType -> () #

Hashable OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

Methods

hashWithSalt :: Int -> OsType -> Int #

hash :: OsType -> Int #

ToJSON OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

ToJSONKey OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

FromJSON OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

FromJSONKey OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

ToLog OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

ToHeader OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

Methods

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

ToQuery OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

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 #

ToByteString OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

Methods

toBS :: OsType -> ByteString #

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 #

type Rep OsType Source # 
Instance details

Defined in Amazonka.ApplicationInsights.Types.OsType

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