Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.AWS.SES.VerifyDomainIdentity
Description
Verifies a domain.
This action is throttled at one request per second.
http://docs.aws.amazon.com/ses/latest/APIReference/API_VerifyDomainIdentity.html
Request
data VerifyDomainIdentity Source
Instances
Request constructor
Arguments
:: Text | |
-> VerifyDomainIdentity |
VerifyDomainIdentity
constructor.
The fields accessible through corresponding lenses are:
Request lenses
vdiDomain :: Lens' VerifyDomainIdentity Text Source
The domain to be verified.
Response
Response constructor
verifyDomainIdentityResponse Source
Arguments
:: Text | |
-> VerifyDomainIdentityResponse |
VerifyDomainIdentityResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
vdirVerificationToken :: Lens' VerifyDomainIdentityResponse Text Source
A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.