Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data SetIdentityNotificationTopic Source #
Change or remove the Amazon SNS notification topic to which notification of the given type are published.
SetIdentityNotificationTopic | |
|
Instances
data SetIdentityNotificationTopicResponse Source #
The response sent back by SES after the SetIdentityNotificationTopic
command.
Instances
data NotificationType Source #
Instances
Show NotificationType Source # | |
Defined in Aws.Ses.Commands.SetIdentityNotificationTopic showsPrec :: Int -> NotificationType -> ShowS # show :: NotificationType -> String # showList :: [NotificationType] -> ShowS # | |
Eq NotificationType Source # | |
Defined in Aws.Ses.Commands.SetIdentityNotificationTopic (==) :: NotificationType -> NotificationType -> Bool # (/=) :: NotificationType -> NotificationType -> Bool # | |
Ord NotificationType Source # | |
Defined in Aws.Ses.Commands.SetIdentityNotificationTopic compare :: NotificationType -> NotificationType -> Ordering # (<) :: NotificationType -> NotificationType -> Bool # (<=) :: NotificationType -> NotificationType -> Bool # (>) :: NotificationType -> NotificationType -> Bool # (>=) :: NotificationType -> NotificationType -> Bool # max :: NotificationType -> NotificationType -> NotificationType # min :: NotificationType -> NotificationType -> NotificationType # |