paws.customer.engagement (version 0.1.0)

ses_update_account_sending_enabled: Enables or disables email sending across your entire Amazon SES account in the current AWS Region

Description

Enables or disables email sending across your entire Amazon SES account in the current AWS Region. You can use this operation in conjunction with Amazon CloudWatch alarms to temporarily pause email sending across your Amazon SES account in a given AWS Region when reputation metrics (such as your bounce or complaint rates) reach certain thresholds.

Usage

ses_update_account_sending_enabled(Enabled)

Arguments

Enabled

Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.

Request syntax

svc$update_account_sending_enabled(
  Enabled = TRUE|FALSE
)

Details

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

Examples

Run this code
# NOT RUN {
# The following example updated the sending status for this account.
# }
# NOT RUN {
svc$update_account_sending_enabled(
  Enabled = TRUE
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab