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.SetIdentityDkimEnabled

Contents

Description

Enables or disables Easy DKIM signing of email sent from an identity:

  • If Easy DKIM signing is enabled for a domain name identity (e.g., 'example.com'), then Amazon SES will DKIM-sign all email sent by addresses under that domain name (e.g., 'user\'example.com').
  • If Easy DKIM signing is enabled for an email address, then Amazon SES will DKIM-sign all email sent by that email address.

For email addresses (e.g., 'user\'example.com'), you can only enable Easy DKIM signing if the corresponding domain (e.g., 'example.com') has been set up for Easy DKIM using the AWS Console or the VerifyDomainDkim action.

This action is throttled at one request per second.

For more information about Easy DKIM signing, go to the Amazon SES Developer Guide.

See: AWS API Reference for SetIdentityDkimEnabled.

Synopsis

Creating a Request

setIdentityDkimEnabled Source

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

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

Request Lenses

sideIdentity :: Lens' SetIdentityDkimEnabled Text Source

The identity for which DKIM signing should be enabled or disabled.

sideDkimEnabled :: Lens' SetIdentityDkimEnabled Bool Source

Sets whether DKIM signing is enabled for an identity. Set to true to enable DKIM signing for this identity; false to disable it.

Destructuring the Response

setIdentityDkimEnabledResponse Source

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

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

Response Lenses