amazonka-route53-domains-1.6.0: Amazon Route 53 Domains SDK.

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

Network.AWS.Route53Domains.ResendContactReachabilityEmail

Contents

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

resendContactReachabilityEmail :: ResendContactReachabilityEmail Source #

Creates a value of ResendContactReachabilityEmail with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

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

data ResendContactReachabilityEmail Source #

See: resendContactReachabilityEmail smart constructor.

Instances

Eq ResendContactReachabilityEmail Source # 
Data ResendContactReachabilityEmail Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ResendContactReachabilityEmail -> c ResendContactReachabilityEmail #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ResendContactReachabilityEmail #

toConstr :: ResendContactReachabilityEmail -> Constr #

dataTypeOf :: ResendContactReachabilityEmail -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ResendContactReachabilityEmail) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ResendContactReachabilityEmail) #

gmapT :: (forall b. Data b => b -> b) -> ResendContactReachabilityEmail -> ResendContactReachabilityEmail #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ResendContactReachabilityEmail -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ResendContactReachabilityEmail -> r #

gmapQ :: (forall d. Data d => d -> u) -> ResendContactReachabilityEmail -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ResendContactReachabilityEmail -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ResendContactReachabilityEmail -> m ResendContactReachabilityEmail #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ResendContactReachabilityEmail -> m ResendContactReachabilityEmail #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ResendContactReachabilityEmail -> m ResendContactReachabilityEmail #

Read ResendContactReachabilityEmail Source # 
Show ResendContactReachabilityEmail Source # 
Generic ResendContactReachabilityEmail Source # 
Hashable ResendContactReachabilityEmail Source # 
ToJSON ResendContactReachabilityEmail Source # 
NFData ResendContactReachabilityEmail Source # 
AWSRequest ResendContactReachabilityEmail Source # 
ToHeaders ResendContactReachabilityEmail Source # 
ToPath ResendContactReachabilityEmail Source # 
ToQuery ResendContactReachabilityEmail Source # 
type Rep ResendContactReachabilityEmail Source # 
type Rep ResendContactReachabilityEmail = D1 * (MetaData "ResendContactReachabilityEmail" "Network.AWS.Route53Domains.ResendContactReachabilityEmail" "amazonka-route53-domains-1.6.0-DMj3MRpMzLoGzgJ257wZEh" True) (C1 * (MetaCons "ResendContactReachabilityEmail'" PrefixI True) (S1 * (MetaSel (Just Symbol "_rcreDomainName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe Text))))
type Rs ResendContactReachabilityEmail Source # 

Request Lenses

rcreDomainName :: Lens' ResendContactReachabilityEmail (Maybe Text) Source #

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

Destructuring the Response

resendContactReachabilityEmailResponse Source #

Creates a value of ResendContactReachabilityEmailResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • rcrersDomainName - The domain name for which you requested a confirmation email.
  • rcrersEmailAddress - The email address for the registrant contact at the time that we sent the verification email.
  • rcrersIsAlreadyVerified - 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.
  • rcrersResponseStatus - -- | The response status code.

data ResendContactReachabilityEmailResponse Source #

Instances

Eq ResendContactReachabilityEmailResponse Source # 
Data ResendContactReachabilityEmailResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ResendContactReachabilityEmailResponse -> c ResendContactReachabilityEmailResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ResendContactReachabilityEmailResponse #

toConstr :: ResendContactReachabilityEmailResponse -> Constr #

dataTypeOf :: ResendContactReachabilityEmailResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ResendContactReachabilityEmailResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ResendContactReachabilityEmailResponse) #

gmapT :: (forall b. Data b => b -> b) -> ResendContactReachabilityEmailResponse -> ResendContactReachabilityEmailResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ResendContactReachabilityEmailResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ResendContactReachabilityEmailResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ResendContactReachabilityEmailResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ResendContactReachabilityEmailResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ResendContactReachabilityEmailResponse -> m ResendContactReachabilityEmailResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ResendContactReachabilityEmailResponse -> m ResendContactReachabilityEmailResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ResendContactReachabilityEmailResponse -> m ResendContactReachabilityEmailResponse #

Read ResendContactReachabilityEmailResponse Source # 
Show ResendContactReachabilityEmailResponse Source # 
Generic ResendContactReachabilityEmailResponse Source # 
NFData ResendContactReachabilityEmailResponse Source # 
type Rep ResendContactReachabilityEmailResponse Source # 
type Rep ResendContactReachabilityEmailResponse = D1 * (MetaData "ResendContactReachabilityEmailResponse" "Network.AWS.Route53Domains.ResendContactReachabilityEmail" "amazonka-route53-domains-1.6.0-DMj3MRpMzLoGzgJ257wZEh" False) (C1 * (MetaCons "ResendContactReachabilityEmailResponse'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_rcrersDomainName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_rcrersEmailAddress") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_rcrersIsAlreadyVerified") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Bool))) (S1 * (MetaSel (Just Symbol "_rcrersResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

rcrersDomainName :: Lens' ResendContactReachabilityEmailResponse (Maybe Text) Source #

The domain name for which you requested a confirmation email.

rcrersEmailAddress :: Lens' ResendContactReachabilityEmailResponse (Maybe Text) Source #

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

rcrersIsAlreadyVerified :: 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.