amazonka-ses-2.0: Amazon Simple Email Service 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.SES.Types.StopScope

Description

 

Documentation

newtype StopScope Source #

Constructors

StopScope' 

Fields

Bundled Patterns

pattern StopScope_RuleSet :: StopScope 

Instances

Instances details
FromJSON StopScope Source # 
Instance details

Defined in Amazonka.SES.Types.StopScope

FromJSONKey StopScope Source # 
Instance details

Defined in Amazonka.SES.Types.StopScope

ToJSON StopScope Source # 
Instance details

Defined in Amazonka.SES.Types.StopScope

ToJSONKey StopScope Source # 
Instance details

Defined in Amazonka.SES.Types.StopScope

ToByteString StopScope Source # 
Instance details

Defined in Amazonka.SES.Types.StopScope

Methods

toBS :: StopScope -> ByteString #

ToHeader StopScope Source # 
Instance details

Defined in Amazonka.SES.Types.StopScope

ToLog StopScope Source # 
Instance details

Defined in Amazonka.SES.Types.StopScope

ToQuery StopScope Source # 
Instance details

Defined in Amazonka.SES.Types.StopScope

FromText StopScope Source # 
Instance details

Defined in Amazonka.SES.Types.StopScope

ToText StopScope Source # 
Instance details

Defined in Amazonka.SES.Types.StopScope

Methods

toText :: StopScope -> Text #

FromXML StopScope Source # 
Instance details

Defined in Amazonka.SES.Types.StopScope

ToXML StopScope Source # 
Instance details

Defined in Amazonka.SES.Types.StopScope

Methods

toXML :: StopScope -> XML #

Generic StopScope Source # 
Instance details

Defined in Amazonka.SES.Types.StopScope

Associated Types

type Rep StopScope :: Type -> Type #

Read StopScope Source # 
Instance details

Defined in Amazonka.SES.Types.StopScope

Show StopScope Source # 
Instance details

Defined in Amazonka.SES.Types.StopScope

NFData StopScope Source # 
Instance details

Defined in Amazonka.SES.Types.StopScope

Methods

rnf :: StopScope -> () #

Eq StopScope Source # 
Instance details

Defined in Amazonka.SES.Types.StopScope

Ord StopScope Source # 
Instance details

Defined in Amazonka.SES.Types.StopScope

Hashable StopScope Source # 
Instance details

Defined in Amazonka.SES.Types.StopScope

type Rep StopScope Source # 
Instance details

Defined in Amazonka.SES.Types.StopScope

type Rep StopScope = D1 ('MetaData "StopScope" "Amazonka.SES.Types.StopScope" "amazonka-ses-2.0-Gc6VkOIX7Sd2eunWehphuf" 'True) (C1 ('MetaCons "StopScope'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStopScope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))