amazonka-ses-0.3.2: Amazon Simple Email Service SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.SES.GetIdentityNotificationAttributes

Contents

Description

Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes.

This action is throttled at one request per second.

For more information about using notifications with Amazon SES, see the Amazon SES Developer Guide.

http://docs.aws.amazon.com/ses/latest/APIReference/API_GetIdentityNotificationAttributes.html

Synopsis

Request

Request constructor

getIdentityNotificationAttributes :: GetIdentityNotificationAttributes Source

GetIdentityNotificationAttributes constructor.

The fields accessible through corresponding lenses are:

Request lenses

ginaIdentities :: Lens' GetIdentityNotificationAttributes [Text] Source

A list of one or more identities.

Response

Response constructor

Response lenses

ginarNotificationAttributes :: Lens' GetIdentityNotificationAttributesResponse (HashMap Text IdentityNotificationAttributes) Source

A map of Identity to IdentityNotificationAttributes.