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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.SES.SetIdentityNotificationTopic

Contents

Description

Given an identity (email address or domain), sets the Amazon Simple Notification Service (Amazon SNS) topic to which Amazon SES will publish bounce, complaint, and/or delivery notifications for emails sent with that identity as the Source.

Unless feedback forwarding is enabled, you must specify Amazon SNS topics for bounce and complaint notifications. For more information, see SetIdentityFeedbackForwardingEnabled. This action is throttled at one request per second.

For more information about feedback notification, see the Amazon SESDeveloper Guide.

http://docs.aws.amazon.com/ses/latest/APIReference/API_SetIdentityNotificationTopic.html

Synopsis

Request

Request constructor

Request lenses

sintIdentity :: Lens' SetIdentityNotificationTopic Text Source

The identity for which the Amazon SNS topic will be set. Examples: 'user@example.com', 'example.com'.

sintNotificationType :: Lens' SetIdentityNotificationTopic NotificationType Source

The type of notifications that will be published to the specified Amazon SNS topic.

sintSnsTopic :: Lens' SetIdentityNotificationTopic (Maybe Text) Source

The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from the request or a null value is passed, SnsTopic is cleared and publishing is disabled.

Response

Response constructor