libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email
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.PinpointEmail.Types.SendingOptions

Description

 
Synopsis

Documentation

data SendingOptions Source #

Used to enable or disable email sending for messages that use this configuration set in the current AWS Region.

See: newSendingOptions smart constructor.

Constructors

SendingOptions' 

Fields

  • sendingEnabled :: Maybe Bool

    If true, email sending is enabled for the configuration set. If false, email sending is disabled for the configuration set.

Instances

Instances details
Eq SendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendingOptions

Read SendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendingOptions

Show SendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendingOptions

Generic SendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendingOptions

Associated Types

type Rep SendingOptions :: Type -> Type #

NFData SendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendingOptions

Methods

rnf :: SendingOptions -> () #

Hashable SendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendingOptions

ToJSON SendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendingOptions

FromJSON SendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendingOptions

type Rep SendingOptions Source # 
Instance details

Defined in Amazonka.PinpointEmail.Types.SendingOptions

type Rep SendingOptions = D1 ('MetaData "SendingOptions" "Amazonka.PinpointEmail.Types.SendingOptions" "libZSservicesZSamazonka-pinpoint-emailZSamazonka-pinpoint-email" 'False) (C1 ('MetaCons "SendingOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sendingEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newSendingOptions :: SendingOptions Source #

Create a value of SendingOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sendingEnabled:SendingOptions', sendingOptions_sendingEnabled - If true, email sending is enabled for the configuration set. If false, email sending is disabled for the configuration set.

sendingOptions_sendingEnabled :: Lens' SendingOptions (Maybe Bool) Source #

If true, email sending is enabled for the configuration set. If false, email sending is disabled for the configuration set.