| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Aws.Ses.Commands.SetIdentityNotificationTopic
Documentation
data SetIdentityNotificationTopic Source #
Change or remove the Amazon SNS notification topic to which notification of the given type are published.
Constructors
| SetIdentityNotificationTopic | |
Fields
| |
Instances
data SetIdentityNotificationTopicResponse Source #
The response sent back by SES after the SetIdentityNotificationTopic
command.
Constructors
| SetIdentityNotificationTopicResponse |
Instances
| AsMemoryResponse SetIdentityNotificationTopicResponse Source # | |||||
Defined in Aws.Ses.Commands.SetIdentityNotificationTopic Associated Types
| |||||
| Show SetIdentityNotificationTopicResponse Source # | |||||
| Eq SetIdentityNotificationTopicResponse Source # | |||||
| Ord SetIdentityNotificationTopicResponse Source # | |||||
Defined in Aws.Ses.Commands.SetIdentityNotificationTopic Methods compare :: SetIdentityNotificationTopicResponse -> SetIdentityNotificationTopicResponse -> Ordering Source # (<) :: SetIdentityNotificationTopicResponse -> SetIdentityNotificationTopicResponse -> Bool Source # (<=) :: SetIdentityNotificationTopicResponse -> SetIdentityNotificationTopicResponse -> Bool Source # (>) :: SetIdentityNotificationTopicResponse -> SetIdentityNotificationTopicResponse -> Bool Source # (>=) :: SetIdentityNotificationTopicResponse -> SetIdentityNotificationTopicResponse -> Bool Source # max :: SetIdentityNotificationTopicResponse -> SetIdentityNotificationTopicResponse -> SetIdentityNotificationTopicResponse Source # min :: SetIdentityNotificationTopicResponse -> SetIdentityNotificationTopicResponse -> SetIdentityNotificationTopicResponse Source # | |||||
| ResponseConsumer SetIdentityNotificationTopic SetIdentityNotificationTopicResponse Source # | |||||
Defined in Aws.Ses.Commands.SetIdentityNotificationTopic Associated Types
| |||||
| Transaction SetIdentityNotificationTopic SetIdentityNotificationTopicResponse Source # | |||||
| type MemoryResponse SetIdentityNotificationTopicResponse Source # | |||||
| type ResponseMetadata SetIdentityNotificationTopicResponse Source # | |||||
data NotificationType Source #
Instances
| Show NotificationType Source # | |
| Eq NotificationType Source # | |
Defined in Aws.Ses.Commands.SetIdentityNotificationTopic Methods (==) :: NotificationType -> NotificationType -> Bool Source # (/=) :: NotificationType -> NotificationType -> Bool Source # | |
| Ord NotificationType Source # | |
Defined in Aws.Ses.Commands.SetIdentityNotificationTopic Methods compare :: NotificationType -> NotificationType -> Ordering Source # (<) :: NotificationType -> NotificationType -> Bool Source # (<=) :: NotificationType -> NotificationType -> Bool Source # (>) :: NotificationType -> NotificationType -> Bool Source # (>=) :: NotificationType -> NotificationType -> Bool Source # max :: NotificationType -> NotificationType -> NotificationType Source # min :: NotificationType -> NotificationType -> NotificationType Source # | |