libZSservicesZSamazonka-sesZSamazonka-ses
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.SES.UpdateConfigurationSetSendingEnabled

Description

Enables or disables email sending for messages sent using a specific configuration set in a given AWS Region. You can use this operation in conjunction with Amazon CloudWatch alarms to temporarily pause email sending for a configuration set when the reputation metrics for that configuration set (such as your bounce on complaint rate) exceed certain thresholds.

You can execute this operation no more than once per second.

Synopsis

Creating a Request

data UpdateConfigurationSetSendingEnabled Source #

Represents a request to enable or disable the email sending capabilities for a specific configuration set.

See: newUpdateConfigurationSetSendingEnabled smart constructor.

Constructors

UpdateConfigurationSetSendingEnabled' 

Fields

  • configurationSetName :: Text

    The name of the configuration set that you want to update.

  • enabled :: Bool

    Describes whether email sending is enabled or disabled for the configuration set.

Instances

Instances details
Eq UpdateConfigurationSetSendingEnabled Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetSendingEnabled

Read UpdateConfigurationSetSendingEnabled Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetSendingEnabled

Show UpdateConfigurationSetSendingEnabled Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetSendingEnabled

Generic UpdateConfigurationSetSendingEnabled Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetSendingEnabled

NFData UpdateConfigurationSetSendingEnabled Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetSendingEnabled

Hashable UpdateConfigurationSetSendingEnabled Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetSendingEnabled

AWSRequest UpdateConfigurationSetSendingEnabled Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetSendingEnabled

ToHeaders UpdateConfigurationSetSendingEnabled Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetSendingEnabled

ToPath UpdateConfigurationSetSendingEnabled Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetSendingEnabled

ToQuery UpdateConfigurationSetSendingEnabled Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetSendingEnabled

type Rep UpdateConfigurationSetSendingEnabled Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetSendingEnabled

type Rep UpdateConfigurationSetSendingEnabled = D1 ('MetaData "UpdateConfigurationSetSendingEnabled" "Amazonka.SES.UpdateConfigurationSetSendingEnabled" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "UpdateConfigurationSetSendingEnabled'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurationSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))
type AWSResponse UpdateConfigurationSetSendingEnabled Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetSendingEnabled

newUpdateConfigurationSetSendingEnabled Source #

Create a value of UpdateConfigurationSetSendingEnabled 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:configurationSetName:UpdateConfigurationSetSendingEnabled', updateConfigurationSetSendingEnabled_configurationSetName - The name of the configuration set that you want to update.

$sel:enabled:UpdateConfigurationSetSendingEnabled', updateConfigurationSetSendingEnabled_enabled - Describes whether email sending is enabled or disabled for the configuration set.

Request Lenses

updateConfigurationSetSendingEnabled_enabled :: Lens' UpdateConfigurationSetSendingEnabled Bool Source #

Describes whether email sending is enabled or disabled for the configuration set.

Destructuring the Response

data UpdateConfigurationSetSendingEnabledResponse Source #

Instances

Instances details
Eq UpdateConfigurationSetSendingEnabledResponse Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetSendingEnabled

Read UpdateConfigurationSetSendingEnabledResponse Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetSendingEnabled

Show UpdateConfigurationSetSendingEnabledResponse Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetSendingEnabled

Generic UpdateConfigurationSetSendingEnabledResponse Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetSendingEnabled

NFData UpdateConfigurationSetSendingEnabledResponse Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetSendingEnabled

type Rep UpdateConfigurationSetSendingEnabledResponse Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetSendingEnabled

type Rep UpdateConfigurationSetSendingEnabledResponse = D1 ('MetaData "UpdateConfigurationSetSendingEnabledResponse" "Amazonka.SES.UpdateConfigurationSetSendingEnabled" "libZSservicesZSamazonka-sesZSamazonka-ses" 'False) (C1 ('MetaCons "UpdateConfigurationSetSendingEnabledResponse'" 'PrefixI 'False) (U1 :: Type -> Type))