| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Aws.Ses.Commands.GetIdentityNotificationAttributes
Synopsis
- data GetIdentityNotificationAttributes = GetIdentityNotificationAttributes [Text]
- data GetIdentityNotificationAttributesResponse = GetIdentityNotificationAttributesResponse [IdentityNotificationAttributes]
- data IdentityNotificationAttributes = IdentityNotificationAttributes {
- inIdentity :: Text
- inBounceTopic :: Maybe Text
- inComplaintTopic :: Maybe Text
- inForwardingEnabled :: Bool
Documentation
data GetIdentityNotificationAttributes Source #
Get notification settings for the given identities.
Constructors
| GetIdentityNotificationAttributes [Text] |
Instances
data GetIdentityNotificationAttributesResponse Source #
The response sent back by Amazon SES after a
GetIdentityNotificationAttributes command.
Instances
| AsMemoryResponse GetIdentityNotificationAttributesResponse Source # | |||||
Defined in Aws.Ses.Commands.GetIdentityNotificationAttributes Associated Types
Methods loadToMemory :: GetIdentityNotificationAttributesResponse -> ResourceT IO (MemoryResponse GetIdentityNotificationAttributesResponse) Source # | |||||
| Show GetIdentityNotificationAttributesResponse Source # | |||||
Defined in Aws.Ses.Commands.GetIdentityNotificationAttributes Methods showsPrec :: Int -> GetIdentityNotificationAttributesResponse -> ShowS show :: GetIdentityNotificationAttributesResponse -> String showList :: [GetIdentityNotificationAttributesResponse] -> ShowS | |||||
| Eq GetIdentityNotificationAttributesResponse Source # | |||||
| Ord GetIdentityNotificationAttributesResponse Source # | |||||
Defined in Aws.Ses.Commands.GetIdentityNotificationAttributes Methods compare :: GetIdentityNotificationAttributesResponse -> GetIdentityNotificationAttributesResponse -> Ordering (<) :: GetIdentityNotificationAttributesResponse -> GetIdentityNotificationAttributesResponse -> Bool (<=) :: GetIdentityNotificationAttributesResponse -> GetIdentityNotificationAttributesResponse -> Bool (>) :: GetIdentityNotificationAttributesResponse -> GetIdentityNotificationAttributesResponse -> Bool (>=) :: GetIdentityNotificationAttributesResponse -> GetIdentityNotificationAttributesResponse -> Bool max :: GetIdentityNotificationAttributesResponse -> GetIdentityNotificationAttributesResponse -> GetIdentityNotificationAttributesResponse min :: GetIdentityNotificationAttributesResponse -> GetIdentityNotificationAttributesResponse -> GetIdentityNotificationAttributesResponse | |||||
| ResponseConsumer GetIdentityNotificationAttributes GetIdentityNotificationAttributesResponse Source # | |||||
Defined in Aws.Ses.Commands.GetIdentityNotificationAttributes Associated Types
| |||||
| Transaction GetIdentityNotificationAttributes GetIdentityNotificationAttributesResponse Source # | |||||
| type MemoryResponse GetIdentityNotificationAttributesResponse Source # | |||||
| type ResponseMetadata GetIdentityNotificationAttributesResponse Source # | |||||
data IdentityNotificationAttributes Source #
Constructors
| IdentityNotificationAttributes | |
Fields
| |
Instances
| Show IdentityNotificationAttributes Source # | |
Defined in Aws.Ses.Commands.GetIdentityNotificationAttributes Methods showsPrec :: Int -> IdentityNotificationAttributes -> ShowS show :: IdentityNotificationAttributes -> String showList :: [IdentityNotificationAttributes] -> ShowS | |
| Eq IdentityNotificationAttributes Source # | |
Defined in Aws.Ses.Commands.GetIdentityNotificationAttributes Methods (==) :: IdentityNotificationAttributes -> IdentityNotificationAttributes -> Bool (/=) :: IdentityNotificationAttributes -> IdentityNotificationAttributes -> Bool | |
| Ord IdentityNotificationAttributes Source # | |
Defined in Aws.Ses.Commands.GetIdentityNotificationAttributes Methods compare :: IdentityNotificationAttributes -> IdentityNotificationAttributes -> Ordering (<) :: IdentityNotificationAttributes -> IdentityNotificationAttributes -> Bool (<=) :: IdentityNotificationAttributes -> IdentityNotificationAttributes -> Bool (>) :: IdentityNotificationAttributes -> IdentityNotificationAttributes -> Bool (>=) :: IdentityNotificationAttributes -> IdentityNotificationAttributes -> Bool max :: IdentityNotificationAttributes -> IdentityNotificationAttributes -> IdentityNotificationAttributes min :: IdentityNotificationAttributes -> IdentityNotificationAttributes -> IdentityNotificationAttributes | |