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