amazonka-pinpoint-2.0: Amazon Pinpoint 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.Pinpoint.Types.FilterType

Description

 

Documentation

newtype FilterType Source #

Constructors

FilterType' 

Fields

Bundled Patterns

pattern FilterType_ENDPOINT :: FilterType 
pattern FilterType_SYSTEM :: FilterType 

Instances

Instances details
FromJSON FilterType Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.FilterType

FromJSONKey FilterType Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.FilterType

ToJSON FilterType Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.FilterType

ToJSONKey FilterType Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.FilterType

ToByteString FilterType Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.FilterType

ToHeader FilterType Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.FilterType

ToLog FilterType Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.FilterType

ToQuery FilterType Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.FilterType

FromText FilterType Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.FilterType

ToText FilterType Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.FilterType

Methods

toText :: FilterType -> Text #

FromXML FilterType Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.FilterType

ToXML FilterType Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.FilterType

Methods

toXML :: FilterType -> XML #

Generic FilterType Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.FilterType

Associated Types

type Rep FilterType :: Type -> Type #

Read FilterType Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.FilterType

Show FilterType Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.FilterType

NFData FilterType Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.FilterType

Methods

rnf :: FilterType -> () #

Eq FilterType Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.FilterType

Ord FilterType Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.FilterType

Hashable FilterType Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.FilterType

type Rep FilterType Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.FilterType

type Rep FilterType = D1 ('MetaData "FilterType" "Amazonka.Pinpoint.Types.FilterType" "amazonka-pinpoint-2.0-GBFs9S7wa7bFiDe66NqAzt" 'True) (C1 ('MetaCons "FilterType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFilterType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))