Copyright | (c) 2013-2021 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 |
Deprecated. Use the VerifyEmailIdentity
operation to verify a new
email address.
Synopsis
- data VerifyEmailAddress = VerifyEmailAddress' {
- emailAddress :: Text
- newVerifyEmailAddress :: Text -> VerifyEmailAddress
- verifyEmailAddress_emailAddress :: Lens' VerifyEmailAddress Text
- data VerifyEmailAddressResponse = VerifyEmailAddressResponse' {
- newVerifyEmailAddressResponse :: VerifyEmailAddressResponse
Creating a Request
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: newVerifyEmailAddress
smart constructor.
VerifyEmailAddress' | |
|
Instances
newVerifyEmailAddress Source #
Create a value of VerifyEmailAddress
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:emailAddress:VerifyEmailAddress'
, verifyEmailAddress_emailAddress
- The email address to be verified.
Request Lenses
verifyEmailAddress_emailAddress :: Lens' VerifyEmailAddress Text Source #
The email address to be verified.
Destructuring the Response
data VerifyEmailAddressResponse Source #
See: newVerifyEmailAddressResponse
smart constructor.
Instances
newVerifyEmailAddressResponse :: VerifyEmailAddressResponse Source #
Create a value of VerifyEmailAddressResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.