amazonka-ses-1.6.0: 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.GetIdentityVerificationAttributes

Contents

Description

Given a list of identities (email addresses and/or domains), returns the verification status and (for domain identities) the verification token for each identity.

The verification status of an email address is Pending until the email address owner clicks the link within the verification email that Amazon SES sent to that address. If the email address owner clicks the link within 24 hours, the verification status of the email address changes to Success. If the link is not clicked within 24 hours, the verification status changes to "Failed." In that case, if you still want to verify the email address, you must restart the verification process from the beginning.

For domain identities, the domain's verification status is Pending as Amazon SES searches for the required TXT record in the DNS settings of the domain. When Amazon SES detects the record, the domain's verification status changes to Success. If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to "Failed." In that case, if you still want to verify the domain, you must restart the verification process from the beginning.

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

Synopsis

Creating a Request

getIdentityVerificationAttributes :: GetIdentityVerificationAttributes Source #

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

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

data GetIdentityVerificationAttributes Source #

Represents a request to return the Amazon SES verification status of a list of identities. For domain identities, this request also returns the verification token. For information about verifying identities with Amazon SES, see the Amazon SES Developer Guide .

See: getIdentityVerificationAttributes smart constructor.

Instances

Eq GetIdentityVerificationAttributes Source # 
Data GetIdentityVerificationAttributes Source # 

Methods

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

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

toConstr :: GetIdentityVerificationAttributes -> Constr #

dataTypeOf :: GetIdentityVerificationAttributes -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetIdentityVerificationAttributes Source # 
Show GetIdentityVerificationAttributes Source # 
Generic GetIdentityVerificationAttributes Source # 
Hashable GetIdentityVerificationAttributes Source # 
NFData GetIdentityVerificationAttributes Source # 
AWSRequest GetIdentityVerificationAttributes Source # 
ToHeaders GetIdentityVerificationAttributes Source # 
ToPath GetIdentityVerificationAttributes Source # 
ToQuery GetIdentityVerificationAttributes Source # 
type Rep GetIdentityVerificationAttributes Source # 
type Rep GetIdentityVerificationAttributes = D1 * (MetaData "GetIdentityVerificationAttributes" "Network.AWS.SES.GetIdentityVerificationAttributes" "amazonka-ses-1.6.0-Gb8e1E6FgybCfuSzgoBDRc" True) (C1 * (MetaCons "GetIdentityVerificationAttributes'" PrefixI True) (S1 * (MetaSel (Just Symbol "_givaIdentities") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * [Text])))
type Rs GetIdentityVerificationAttributes Source # 

Request Lenses

Destructuring the Response

getIdentityVerificationAttributesResponse Source #

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

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

data GetIdentityVerificationAttributesResponse Source #

The Amazon SES verification status of a list of identities. For domain identities, this response also contains the verification token.

See: getIdentityVerificationAttributesResponse smart constructor.

Instances

Eq GetIdentityVerificationAttributesResponse Source # 
Data GetIdentityVerificationAttributesResponse Source # 

Methods

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

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

toConstr :: GetIdentityVerificationAttributesResponse -> Constr #

dataTypeOf :: GetIdentityVerificationAttributesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetIdentityVerificationAttributesResponse Source # 
Show GetIdentityVerificationAttributesResponse Source # 
Generic GetIdentityVerificationAttributesResponse Source # 
NFData GetIdentityVerificationAttributesResponse Source # 
type Rep GetIdentityVerificationAttributesResponse Source # 
type Rep GetIdentityVerificationAttributesResponse = D1 * (MetaData "GetIdentityVerificationAttributesResponse" "Network.AWS.SES.GetIdentityVerificationAttributes" "amazonka-ses-1.6.0-Gb8e1E6FgybCfuSzgoBDRc" False) (C1 * (MetaCons "GetIdentityVerificationAttributesResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_givarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)) (S1 * (MetaSel (Just Symbol "_givarsVerificationAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Map Text IdentityVerificationAttributes)))))

Response Lenses