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

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.

This action is throttled at one request per second.

http://docs.aws.amazon.com/ses/latest/APIReference/API_GetIdentityVerificationAttributes.html

Synopsis

Request

Request constructor

getIdentityVerificationAttributes :: GetIdentityVerificationAttributes Source

GetIdentityVerificationAttributes constructor.

The fields accessible through corresponding lenses are:

Request lenses

givaIdentities :: Lens' GetIdentityVerificationAttributes [Text] Source

A list of identities.

Response

Response constructor

Response lenses

givarVerificationAttributes :: Lens' GetIdentityVerificationAttributesResponse (HashMap Text IdentityVerificationAttributes) Source

A map of Identities to IdentityVerificationAttributes objects.