| Copyright | (c) 2013-2016 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.
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:
- veiEmailAddress- The email address to be verified.
data VerifyEmailIdentity Source #
Represents a request to begin email address verification with Amazon SES. For information about email address verification, see the Amazon SES Developer Guide .
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:
- veirsResponseStatus- -- | The response status code.
data VerifyEmailIdentityResponse Source #
An empty element returned on a successful request.
See: verifyEmailIdentityResponse smart constructor.
Instances
Response Lenses
veirsResponseStatus :: Lens' VerifyEmailIdentityResponse Int Source #
- - | The response status code.