amazonka-ses-1.2.0.2: 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.GetIdentityDkimAttributes

Contents

Description

Returns the current status of Easy DKIM signing for an entity. For domain name identities, this action also returns the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES has successfully verified that these tokens have been published.

This action takes a list of identities as input and returns the following information for each:

  • Whether Easy DKIM signing is enabled or disabled.
  • A set of DKIM tokens that represent the identity. If the identity is an email address, the tokens represent the domain of that address.
  • Whether Amazon SES has successfully verified the DKIM tokens published in the domain's DNS. This information is only returned for domain name identities, not for email addresses.

This action is throttled at one request per second and can only get DKIM attributes for up to 100 identities at a time.

For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.

See: AWS API Reference for GetIdentityDkimAttributes.

Synopsis

Creating a Request

getIdentityDkimAttributes :: GetIdentityDkimAttributes Source

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

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

data GetIdentityDkimAttributes Source

Given a list of verified identities, describes their DKIM attributes. The DKIM attributes of an email address identity includes whether DKIM signing is individually enabled or disabled for that address. The DKIM attributes of a domain name identity includes whether DKIM signing is enabled, as well as the DNS records (tokens) that must remain published in the domain name's DNS.

See: getIdentityDkimAttributes smart constructor.

Request Lenses

gidaIdentities :: Lens' GetIdentityDkimAttributes [Text] Source

A list of one or more verified identities - email addresses, domains, or both.

Destructuring the Response

getIdentityDkimAttributesResponse Source

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

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

Response Lenses