| 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.VerifyEmailAddress
Description
Deprecated. Use the VerifyEmailIdentity operation to verify a new email address.
Creating a Request
Arguments
| :: Text | |
| -> VerifyEmailAddress |
Creates a value of VerifyEmailAddress with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
veaEmailAddress- The email address to be verified.
data VerifyEmailAddress 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: verifyEmailAddress smart constructor.
Instances
Request Lenses
veaEmailAddress :: Lens' VerifyEmailAddress Text Source #
The email address to be verified.
Destructuring the Response
verifyEmailAddressResponse :: VerifyEmailAddressResponse Source #
Creates a value of VerifyEmailAddressResponse with the minimum fields required to make a request.