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 #

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 #

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 # 
Data GetIdentityVerificationAttributes # 

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 # 
Show GetIdentityVerificationAttributes # 
Generic GetIdentityVerificationAttributes # 
Hashable GetIdentityVerificationAttributes # 
NFData GetIdentityVerificationAttributes # 
AWSRequest GetIdentityVerificationAttributes # 
ToHeaders GetIdentityVerificationAttributes # 
ToPath GetIdentityVerificationAttributes # 
ToQuery GetIdentityVerificationAttributes # 
type Rep GetIdentityVerificationAttributes # 
type Rep GetIdentityVerificationAttributes = D1 * (MetaData "GetIdentityVerificationAttributes" "Network.AWS.SES.GetIdentityVerificationAttributes" "amazonka-ses-1.6.0-5nUPGbFUhEuKgCCmp7O4es" True) (C1 * (MetaCons "GetIdentityVerificationAttributes'" PrefixI True) (S1 * (MetaSel (Just Symbol "_givaIdentities") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * [Text])))
type Rs GetIdentityVerificationAttributes # 

Request Lenses

Destructuring the Response

getIdentityVerificationAttributesResponse #

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 #

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 # 
Data GetIdentityVerificationAttributesResponse # 

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 # 
Show GetIdentityVerificationAttributesResponse # 
Generic GetIdentityVerificationAttributesResponse # 
NFData GetIdentityVerificationAttributesResponse # 
type Rep GetIdentityVerificationAttributesResponse # 
type Rep GetIdentityVerificationAttributesResponse = D1 * (MetaData "GetIdentityVerificationAttributesResponse" "Network.AWS.SES.GetIdentityVerificationAttributes" "amazonka-ses-1.6.0-5nUPGbFUhEuKgCCmp7O4es" 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