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 |
For operations that require confirmation that the email address for the registrant contact is valid, such as registering a new domain, this operation resends the confirmation email to the current email address for the registrant contact.
Synopsis
- data ResendContactReachabilityEmail = ResendContactReachabilityEmail' {
- domainName :: Maybe Text
- newResendContactReachabilityEmail :: ResendContactReachabilityEmail
- resendContactReachabilityEmail_domainName :: Lens' ResendContactReachabilityEmail (Maybe Text)
- data ResendContactReachabilityEmailResponse = ResendContactReachabilityEmailResponse' {}
- newResendContactReachabilityEmailResponse :: Int -> ResendContactReachabilityEmailResponse
- resendContactReachabilityEmailResponse_domainName :: Lens' ResendContactReachabilityEmailResponse (Maybe Text)
- resendContactReachabilityEmailResponse_emailAddress :: Lens' ResendContactReachabilityEmailResponse (Maybe Text)
- resendContactReachabilityEmailResponse_isAlreadyVerified :: Lens' ResendContactReachabilityEmailResponse (Maybe Bool)
- resendContactReachabilityEmailResponse_httpStatus :: Lens' ResendContactReachabilityEmailResponse Int
Creating a Request
data ResendContactReachabilityEmail Source #
See: newResendContactReachabilityEmail
smart constructor.
ResendContactReachabilityEmail' | |
|
Instances
newResendContactReachabilityEmail :: ResendContactReachabilityEmail Source #
Create a value of ResendContactReachabilityEmail
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:domainName:ResendContactReachabilityEmail'
, resendContactReachabilityEmail_domainName
- The name of the domain for which you want Route 53 to resend a
confirmation email to the registrant contact.
Request Lenses
resendContactReachabilityEmail_domainName :: Lens' ResendContactReachabilityEmail (Maybe Text) Source #
The name of the domain for which you want Route 53 to resend a confirmation email to the registrant contact.
Destructuring the Response
data ResendContactReachabilityEmailResponse Source #
See: newResendContactReachabilityEmailResponse
smart constructor.
ResendContactReachabilityEmailResponse' | |
|
Instances
newResendContactReachabilityEmailResponse Source #
Create a value of ResendContactReachabilityEmailResponse
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:domainName:ResendContactReachabilityEmail'
, resendContactReachabilityEmailResponse_domainName
- The domain name for which you requested a confirmation email.
$sel:emailAddress:ResendContactReachabilityEmailResponse'
, resendContactReachabilityEmailResponse_emailAddress
- The email address for the registrant contact at the time that we sent
the verification email.
$sel:isAlreadyVerified:ResendContactReachabilityEmailResponse'
, resendContactReachabilityEmailResponse_isAlreadyVerified
- True
if the email address for the registrant contact has already been
verified, and false
otherwise. If the email address has already been
verified, we don't send another confirmation email.
$sel:httpStatus:ResendContactReachabilityEmailResponse'
, resendContactReachabilityEmailResponse_httpStatus
- The response's http status code.
Response Lenses
resendContactReachabilityEmailResponse_domainName :: Lens' ResendContactReachabilityEmailResponse (Maybe Text) Source #
The domain name for which you requested a confirmation email.
resendContactReachabilityEmailResponse_emailAddress :: Lens' ResendContactReachabilityEmailResponse (Maybe Text) Source #
The email address for the registrant contact at the time that we sent the verification email.
resendContactReachabilityEmailResponse_isAlreadyVerified :: Lens' ResendContactReachabilityEmailResponse (Maybe Bool) Source #
True
if the email address for the registrant contact has already been
verified, and false
otherwise. If the email address has already been
verified, we don't send another confirmation email.
resendContactReachabilityEmailResponse_httpStatus :: Lens' ResendContactReachabilityEmailResponse Int Source #
The response's http status code.