ses_update_configuration_set_sending_enabled: Enables or disables email sending for messages sent using a specific
configuration set in a given AWS Region
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.
# NOT RUN {# Set the sending enabled flag for a specific configuration set.svc$update_configuration_set_sending_enabled(
ConfigurationSetName = "foo",
Enabled = TRUE)
# }# NOT RUN {# }