| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.SES.VerifyEmailIdentity
Description
Adds an email address to the list of identities for your Amazon SES account and attempts to verify it. As a result of executing this operation, a verification email is sent to the specified address.
You can execute this operation no more than once 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.