Safe Haskell | Safe-Inferred |
---|---|
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
data IdentityNotificationAttributes Source #
Constructors
IdentityNotificationAttributes | |
Fields
|