| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.SES.VerifyEmailIdentity
Description
Verifies an email address. This action causes a confirmation email message to be sent to the specified address.
This action is throttled at one request per second.
http://docs.aws.amazon.com/ses/latest/APIReference/API_VerifyEmailIdentity.html
Request
data VerifyEmailIdentity Source
Instances
| Eq VerifyEmailIdentity | |
| Ord VerifyEmailIdentity | |
| Read VerifyEmailIdentity | |
| Show VerifyEmailIdentity | |
| IsString VerifyEmailIdentity | |
| Monoid VerifyEmailIdentity | |
| AWSRequest VerifyEmailIdentity | |
| ToQuery VerifyEmailIdentity | |
| ToPath VerifyEmailIdentity | |
| ToHeaders VerifyEmailIdentity | |
| type Sv VerifyEmailIdentity = SES | |
| type Rs VerifyEmailIdentity = VerifyEmailIdentityResponse |
Request constructor
Arguments
| :: Text | |
| -> VerifyEmailIdentity |
VerifyEmailIdentity constructor.
The fields accessible through corresponding lenses are:
Request lenses
veiEmailAddress :: Lens' VerifyEmailIdentity Text Source
The email address to be verified.