Class UpdateConfigurationSetReputationMetricsEnabledCommandProtected
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.
Example
Use a bare-bones client and the command you need to make an API call.
Indicates that the configuration set does not exist.
Example
UpdateConfigurationSetReputationMetricsEnabled
// Set the reputationMetricsEnabled flag for a specific configuration set. constinput = { "ConfigurationSetName":"foo", "Enabled":true }; constcommand = newUpdateConfigurationSetReputationMetricsEnabledCommand(input); awaitclient.send(command); // example id: updateconfigurationsetreputationmetricsenabled-2362747741333
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.
Example
Use a bare-bones client and the command you need to make an API call.
Param
UpdateConfigurationSetReputationMetricsEnabledCommandInput
Returns
UpdateConfigurationSetReputationMetricsEnabledCommandOutput
See
input
shape.response
shape.config
shape.Throws
ConfigurationSetDoesNotExistException (client fault)
Indicates that the configuration set does not exist.
Example
UpdateConfigurationSetReputationMetricsEnabled