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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
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 and can only get notification attributes for up to 100 identities at a time.

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

See: AWS API Reference for GetIdentityNotificationAttributes.

Synopsis

Creating a Request

getIdentityNotificationAttributes :: GetIdentityNotificationAttributes Source

Creates a value of GetIdentityNotificationAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

ginaIdentities :: Lens' GetIdentityNotificationAttributes [Text] Source

A list of one or more identities. You can specify an identity by using its name or by using its Amazon Resource Name (ARN). Examples: 'user\'example.com', 'example.com', 'arn:aws:ses:us-east-1:123456789012:identity\/example.com'.

Destructuring the Response

getIdentityNotificationAttributesResponse Source

Creates a value of GetIdentityNotificationAttributesResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data GetIdentityNotificationAttributesResponse Source

Describes whether an identity has Amazon Simple Notification Service (Amazon SNS) topics set for bounce, complaint, and/or delivery notifications, and specifies whether feedback forwarding is enabled for bounce and complaint notifications.

See: getIdentityNotificationAttributesResponse smart constructor.

Response Lenses