aws-0.10.3: Amazon Web Services (AWS) for Haskell

Safe HaskellNone
LanguageHaskell2010

Aws.Ses.Commands.SetIdentityNotificationTopic

Synopsis

Documentation

data SetIdentityNotificationTopic Source

Change or remove the Amazon SNS notification topic to which notification of the given type are published.

Constructors

SetIdentityNotificationTopic 

Fields

sntIdentity :: Text

The identity for which the SNS topic will be changed.

sntNotificationType :: NotificationType

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

sntSnsTopic :: Maybe Text

Just the ARN of the SNS topic or Nothing to unset the topic.