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.UpdateConfigurationSetReputationMetricsEnabled

Description

Enables or disables the publishing of reputation metrics for emails sent using a specific configuration set in a given AWS Region. Reputation metrics include bounce and complaint rates. These metrics are published to Amazon CloudWatch. By using CloudWatch, you can create alarms when bounce or complaint rates exceed certain thresholds.

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

Synopsis

Creating a Request

data UpdateConfigurationSetReputationMetricsEnabled Source #

Represents a request to modify the reputation metric publishing settings for a configuration set.

See: newUpdateConfigurationSetReputationMetricsEnabled smart constructor.

Constructors

UpdateConfigurationSetReputationMetricsEnabled' 

Fields

  • configurationSetName :: Text

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

  • enabled :: Bool

    Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

Instances

Instances details
Eq UpdateConfigurationSetReputationMetricsEnabled Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetReputationMetricsEnabled

Read UpdateConfigurationSetReputationMetricsEnabled Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetReputationMetricsEnabled

Show UpdateConfigurationSetReputationMetricsEnabled Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetReputationMetricsEnabled

Generic UpdateConfigurationSetReputationMetricsEnabled Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetReputationMetricsEnabled

NFData UpdateConfigurationSetReputationMetricsEnabled Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetReputationMetricsEnabled

Hashable UpdateConfigurationSetReputationMetricsEnabled Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetReputationMetricsEnabled

AWSRequest UpdateConfigurationSetReputationMetricsEnabled Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetReputationMetricsEnabled

ToHeaders UpdateConfigurationSetReputationMetricsEnabled Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetReputationMetricsEnabled

ToPath UpdateConfigurationSetReputationMetricsEnabled Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetReputationMetricsEnabled

ToQuery UpdateConfigurationSetReputationMetricsEnabled Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetReputationMetricsEnabled

type Rep UpdateConfigurationSetReputationMetricsEnabled Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetReputationMetricsEnabled

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

Defined in Amazonka.SES.UpdateConfigurationSetReputationMetricsEnabled

newUpdateConfigurationSetReputationMetricsEnabled Source #

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

$sel:enabled:UpdateConfigurationSetReputationMetricsEnabled', updateConfigurationSetReputationMetricsEnabled_enabled - Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

Request Lenses

updateConfigurationSetReputationMetricsEnabled_enabled :: Lens' UpdateConfigurationSetReputationMetricsEnabled Bool Source #

Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.

Destructuring the Response

data UpdateConfigurationSetReputationMetricsEnabledResponse Source #

Instances

Instances details
Eq UpdateConfigurationSetReputationMetricsEnabledResponse Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetReputationMetricsEnabled

Read UpdateConfigurationSetReputationMetricsEnabledResponse Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetReputationMetricsEnabled

Show UpdateConfigurationSetReputationMetricsEnabledResponse Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetReputationMetricsEnabled

Generic UpdateConfigurationSetReputationMetricsEnabledResponse Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetReputationMetricsEnabled

NFData UpdateConfigurationSetReputationMetricsEnabledResponse Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetReputationMetricsEnabled

type Rep UpdateConfigurationSetReputationMetricsEnabledResponse Source # 
Instance details

Defined in Amazonka.SES.UpdateConfigurationSetReputationMetricsEnabled

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