Safe Haskell | None |
---|
Aws.Ses.Commands.GetIdentityNotificationAttributes
- 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
|