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

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@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 operation 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 operation 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 operation 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 .

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:

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

data GetIdentityDkimAttributes Source #

Represents a request for the status of Amazon SES Easy DKIM signing for an identity. For domain identities, this request also returns the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES successfully verified that these tokens were published. For more information about Easy DKIM, see the Amazon SES Developer Guide .

See: getIdentityDkimAttributes smart constructor.

Instances
Eq GetIdentityDkimAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityDkimAttributes

Data GetIdentityDkimAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityDkimAttributes

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetIdentityDkimAttributes -> c GetIdentityDkimAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetIdentityDkimAttributes #

toConstr :: GetIdentityDkimAttributes -> Constr #

dataTypeOf :: GetIdentityDkimAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c GetIdentityDkimAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetIdentityDkimAttributes) #

gmapT :: (forall b. Data b => b -> b) -> GetIdentityDkimAttributes -> GetIdentityDkimAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetIdentityDkimAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetIdentityDkimAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> GetIdentityDkimAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GetIdentityDkimAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetIdentityDkimAttributes -> m GetIdentityDkimAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetIdentityDkimAttributes -> m GetIdentityDkimAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetIdentityDkimAttributes -> m GetIdentityDkimAttributes #

Read GetIdentityDkimAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityDkimAttributes

Show GetIdentityDkimAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityDkimAttributes

Generic GetIdentityDkimAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityDkimAttributes

Associated Types

type Rep GetIdentityDkimAttributes :: Type -> Type #

Hashable GetIdentityDkimAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityDkimAttributes

AWSRequest GetIdentityDkimAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityDkimAttributes

Associated Types

type Rs GetIdentityDkimAttributes :: Type #

ToHeaders GetIdentityDkimAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityDkimAttributes

ToPath GetIdentityDkimAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityDkimAttributes

ToQuery GetIdentityDkimAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityDkimAttributes

NFData GetIdentityDkimAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityDkimAttributes

type Rep GetIdentityDkimAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityDkimAttributes

type Rep GetIdentityDkimAttributes = D1 (MetaData "GetIdentityDkimAttributes" "Network.AWS.SES.GetIdentityDkimAttributes" "amazonka-ses-1.6.1-LMoDrV6qkh7KTlxxGOHB3A" True) (C1 (MetaCons "GetIdentityDkimAttributes'" PrefixI True) (S1 (MetaSel (Just "_gidaIdentities") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Text])))
type Rs GetIdentityDkimAttributes Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityDkimAttributes

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:

data GetIdentityDkimAttributesResponse Source #

Represents the status of Amazon SES Easy DKIM signing for an identity. For domain identities, this response also contains the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES successfully verified that these tokens were published.

See: getIdentityDkimAttributesResponse smart constructor.

Instances
Eq GetIdentityDkimAttributesResponse Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityDkimAttributes

Data GetIdentityDkimAttributesResponse Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityDkimAttributes

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetIdentityDkimAttributesResponse -> c GetIdentityDkimAttributesResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetIdentityDkimAttributesResponse #

toConstr :: GetIdentityDkimAttributesResponse -> Constr #

dataTypeOf :: GetIdentityDkimAttributesResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c GetIdentityDkimAttributesResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetIdentityDkimAttributesResponse) #

gmapT :: (forall b. Data b => b -> b) -> GetIdentityDkimAttributesResponse -> GetIdentityDkimAttributesResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetIdentityDkimAttributesResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetIdentityDkimAttributesResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> GetIdentityDkimAttributesResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GetIdentityDkimAttributesResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetIdentityDkimAttributesResponse -> m GetIdentityDkimAttributesResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetIdentityDkimAttributesResponse -> m GetIdentityDkimAttributesResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetIdentityDkimAttributesResponse -> m GetIdentityDkimAttributesResponse #

Read GetIdentityDkimAttributesResponse Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityDkimAttributes

Show GetIdentityDkimAttributesResponse Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityDkimAttributes

Generic GetIdentityDkimAttributesResponse Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityDkimAttributes

Associated Types

type Rep GetIdentityDkimAttributesResponse :: Type -> Type #

NFData GetIdentityDkimAttributesResponse Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityDkimAttributes

type Rep GetIdentityDkimAttributesResponse Source # 
Instance details

Defined in Network.AWS.SES.GetIdentityDkimAttributes

type Rep GetIdentityDkimAttributesResponse = D1 (MetaData "GetIdentityDkimAttributesResponse" "Network.AWS.SES.GetIdentityDkimAttributes" "amazonka-ses-1.6.1-LMoDrV6qkh7KTlxxGOHB3A" False) (C1 (MetaCons "GetIdentityDkimAttributesResponse'" PrefixI True) (S1 (MetaSel (Just "_gidarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_gidarsDkimAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Map Text IdentityDkimAttributes))))

Response Lenses