| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Aws.Ses.Commands.GetIdentityNotificationAttributes
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
| |||||
| Show GetIdentityNotificationAttributesResponse Source # | |||||
| 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 # | |
| 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 # | |