| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| 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.
See: AWS API Reference for VerifyEmailIdentity.
Creating a Request
Arguments
| :: Text | |
| -> VerifyEmailIdentity |
Creates a value of VerifyEmailIdentity with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data VerifyEmailIdentity Source
Represents a request instructing the service to begin email address verification.
See: verifyEmailIdentity smart constructor.
Instances
Request Lenses
veiEmailAddress :: Lens' VerifyEmailIdentity Text Source
The email address to be verified.
Destructuring the Response
verifyEmailIdentityResponse Source
Arguments
| :: Int | |
| -> VerifyEmailIdentityResponse |
Creates a value of VerifyEmailIdentityResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data VerifyEmailIdentityResponse Source
An empty element. Receiving this element indicates that the request completed successfully.
See: verifyEmailIdentityResponse smart constructor.
Response Lenses
veirsResponseStatus :: Lens' VerifyEmailIdentityResponse Int Source
The response status code.