amazonka-ses-1.1.0: Amazon Simple Email Service SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.SES.SetIdentityFeedbackForwardingEnabled

Contents

Description

Given an identity (email address or 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.

This action is throttled at one request per second.

For more information about using notifications with Amazon SES, see the Amazon SES Developer Guide.

See: AWS API Reference for SetIdentityFeedbackForwardingEnabled.

Synopsis

Creating a Request

setIdentityFeedbackForwardingEnabled Source

Creates a value of SetIdentityFeedbackForwardingEnabled with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

siffeIdentity :: Lens' SetIdentityFeedbackForwardingEnabled Text Source

The identity for which to set bounce and complaint notification forwarding. Examples: 'user\'example.com', 'example.com'.

siffeForwardingEnabled :: Lens' SetIdentityFeedbackForwardingEnabled Bool Source

Sets whether Amazon SES will forward bounce and complaint notifications as email. true specifies that Amazon SES will forward bounce and complaint notifications as email, in addition to any Amazon SNS topic publishing otherwise specified. false specifies that Amazon SES will publish bounce and complaint notifications only through Amazon SNS. This value can only be set to false when Amazon SNS topics are set for both Bounce and Complaint notification types.

Destructuring the Response

setIdentityFeedbackForwardingEnabledResponse Source

Creates a value of SetIdentityFeedbackForwardingEnabledResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses