libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Route53Domains.ResendContactReachabilityEmail

Description

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

Creating a Request

data ResendContactReachabilityEmail Source #

See: newResendContactReachabilityEmail smart constructor.

Constructors

ResendContactReachabilityEmail' 

Fields

  • domainName :: Maybe Text

    The name of the domain for which you want Route 53 to resend a confirmation email to the registrant contact.

Instances

Instances details
Eq ResendContactReachabilityEmail Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

Read ResendContactReachabilityEmail Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

Show ResendContactReachabilityEmail Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

Generic ResendContactReachabilityEmail Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

Associated Types

type Rep ResendContactReachabilityEmail :: Type -> Type #

NFData ResendContactReachabilityEmail Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

Hashable ResendContactReachabilityEmail Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

ToJSON ResendContactReachabilityEmail Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

AWSRequest ResendContactReachabilityEmail Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

ToHeaders ResendContactReachabilityEmail Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

ToPath ResendContactReachabilityEmail Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

ToQuery ResendContactReachabilityEmail Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

type Rep ResendContactReachabilityEmail Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

type Rep ResendContactReachabilityEmail = D1 ('MetaData "ResendContactReachabilityEmail" "Amazonka.Route53Domains.ResendContactReachabilityEmail" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "ResendContactReachabilityEmail'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse ResendContactReachabilityEmail Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

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 #

Constructors

ResendContactReachabilityEmailResponse' 

Fields

  • domainName :: Maybe Text

    The domain name for which you requested a confirmation email.

  • emailAddress :: Maybe Text

    The email address for the registrant contact at the time that we sent the verification email.

  • isAlreadyVerified :: Maybe Bool

    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.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq ResendContactReachabilityEmailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

Read ResendContactReachabilityEmailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

Show ResendContactReachabilityEmailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

Generic ResendContactReachabilityEmailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

NFData ResendContactReachabilityEmailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

type Rep ResendContactReachabilityEmailResponse Source # 
Instance details

Defined in Amazonka.Route53Domains.ResendContactReachabilityEmail

type Rep ResendContactReachabilityEmailResponse = D1 ('MetaData "ResendContactReachabilityEmailResponse" "Amazonka.Route53Domains.ResendContactReachabilityEmail" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "ResendContactReachabilityEmailResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "emailAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "isAlreadyVerified") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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.