Class SetIdentityFeedbackForwardingEnabledCommandProtected
Given an identity (an email address or a domain), enables or disables whether Amazon SES
forwards bounce and complaint notifications as email. Feedback forwarding can only be
disabled when Amazon Simple Notification Service (Amazon SNS) topics are specified for both bounces and
complaints.
Feedback forwarding does not apply to delivery notifications. Delivery
notifications are only available through Amazon SNS.
You can execute this operation no more than once per second.
Base exception class for all service exceptions from SES service.
Example
SetIdentityFeedbackForwardingEnabled
// The following example configures Amazon SES to forward an identity's bounces and complaints via email: constinput = { "ForwardingEnabled":true, "Identity":"user@example.com" }; constcommand = newSetIdentityFeedbackForwardingEnabledCommand(input); awaitclient.send(command); // example id: setidentityfeedbackforwardingenabled-1469056811329
Given an identity (an email address or a domain), enables or disables whether Amazon SES forwards bounce and complaint notifications as email. Feedback forwarding can only be disabled when Amazon Simple Notification Service (Amazon SNS) topics are specified for both bounces and complaints.
Feedback forwarding does not apply to delivery notifications. Delivery notifications are only available through Amazon SNS.
You can execute this operation no more than once per second.
For more information about using notifications with Amazon SES, see the Amazon SES Developer Guide.
Example
Use a bare-bones client and the command you need to make an API call.
Param
SetIdentityFeedbackForwardingEnabledCommandInput
Returns
SetIdentityFeedbackForwardingEnabledCommandOutput
See
input
shape.response
shape.config
shape.Throws
SESServiceException
Base exception class for all service exceptions from SES service.
Example
SetIdentityFeedbackForwardingEnabled