amazonka-route53-1.6.1: Amazon Route 53 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.Route53.UpdateHostedZoneComment

Contents

Description

Updates the comment for a specified hosted zone.

Synopsis

Creating a Request

updateHostedZoneComment Source #

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

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

  • uhzcComment - The new comment for the hosted zone. If you don't specify a value for Comment , Amazon Route 53 deletes the existing value of the Comment element, if any.
  • uhzcId - The ID for the hosted zone that you want to update the comment for.

data UpdateHostedZoneComment Source #

A request to update the comment for a hosted zone.

See: updateHostedZoneComment smart constructor.

Instances
Eq UpdateHostedZoneComment Source # 
Instance details

Defined in Network.AWS.Route53.UpdateHostedZoneComment

Data UpdateHostedZoneComment Source # 
Instance details

Defined in Network.AWS.Route53.UpdateHostedZoneComment

Methods

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

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

toConstr :: UpdateHostedZoneComment -> Constr #

dataTypeOf :: UpdateHostedZoneComment -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateHostedZoneComment Source # 
Instance details

Defined in Network.AWS.Route53.UpdateHostedZoneComment

Show UpdateHostedZoneComment Source # 
Instance details

Defined in Network.AWS.Route53.UpdateHostedZoneComment

Generic UpdateHostedZoneComment Source # 
Instance details

Defined in Network.AWS.Route53.UpdateHostedZoneComment

Associated Types

type Rep UpdateHostedZoneComment :: Type -> Type #

Hashable UpdateHostedZoneComment Source # 
Instance details

Defined in Network.AWS.Route53.UpdateHostedZoneComment

AWSRequest UpdateHostedZoneComment Source # 
Instance details

Defined in Network.AWS.Route53.UpdateHostedZoneComment

Associated Types

type Rs UpdateHostedZoneComment :: Type #

ToElement UpdateHostedZoneComment Source # 
Instance details

Defined in Network.AWS.Route53.UpdateHostedZoneComment

ToXML UpdateHostedZoneComment Source # 
Instance details

Defined in Network.AWS.Route53.UpdateHostedZoneComment

ToHeaders UpdateHostedZoneComment Source # 
Instance details

Defined in Network.AWS.Route53.UpdateHostedZoneComment

ToPath UpdateHostedZoneComment Source # 
Instance details

Defined in Network.AWS.Route53.UpdateHostedZoneComment

ToQuery UpdateHostedZoneComment Source # 
Instance details

Defined in Network.AWS.Route53.UpdateHostedZoneComment

NFData UpdateHostedZoneComment Source # 
Instance details

Defined in Network.AWS.Route53.UpdateHostedZoneComment

Methods

rnf :: UpdateHostedZoneComment -> () #

type Rep UpdateHostedZoneComment Source # 
Instance details

Defined in Network.AWS.Route53.UpdateHostedZoneComment

type Rep UpdateHostedZoneComment = D1 (MetaData "UpdateHostedZoneComment" "Network.AWS.Route53.UpdateHostedZoneComment" "amazonka-route53-1.6.1-FKj3w6bny4r4NCyL7bsSVl" False) (C1 (MetaCons "UpdateHostedZoneComment'" PrefixI True) (S1 (MetaSel (Just "_uhzcComment") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_uhzcId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ResourceId)))
type Rs UpdateHostedZoneComment Source # 
Instance details

Defined in Network.AWS.Route53.UpdateHostedZoneComment

Request Lenses

uhzcComment :: Lens' UpdateHostedZoneComment (Maybe Text) Source #

The new comment for the hosted zone. If you don't specify a value for Comment , Amazon Route 53 deletes the existing value of the Comment element, if any.

uhzcId :: Lens' UpdateHostedZoneComment ResourceId Source #

The ID for the hosted zone that you want to update the comment for.

Destructuring the Response

updateHostedZoneCommentResponse Source #

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

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

data UpdateHostedZoneCommentResponse Source #

A complex type that contains the response to the UpdateHostedZoneComment request.

See: updateHostedZoneCommentResponse smart constructor.

Instances
Eq UpdateHostedZoneCommentResponse Source # 
Instance details

Defined in Network.AWS.Route53.UpdateHostedZoneComment

Data UpdateHostedZoneCommentResponse Source # 
Instance details

Defined in Network.AWS.Route53.UpdateHostedZoneComment

Methods

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

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

toConstr :: UpdateHostedZoneCommentResponse -> Constr #

dataTypeOf :: UpdateHostedZoneCommentResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateHostedZoneCommentResponse Source # 
Instance details

Defined in Network.AWS.Route53.UpdateHostedZoneComment

Show UpdateHostedZoneCommentResponse Source # 
Instance details

Defined in Network.AWS.Route53.UpdateHostedZoneComment

Generic UpdateHostedZoneCommentResponse Source # 
Instance details

Defined in Network.AWS.Route53.UpdateHostedZoneComment

Associated Types

type Rep UpdateHostedZoneCommentResponse :: Type -> Type #

NFData UpdateHostedZoneCommentResponse Source # 
Instance details

Defined in Network.AWS.Route53.UpdateHostedZoneComment

type Rep UpdateHostedZoneCommentResponse Source # 
Instance details

Defined in Network.AWS.Route53.UpdateHostedZoneComment

type Rep UpdateHostedZoneCommentResponse = D1 (MetaData "UpdateHostedZoneCommentResponse" "Network.AWS.Route53.UpdateHostedZoneComment" "amazonka-route53-1.6.1-FKj3w6bny4r4NCyL7bsSVl" False) (C1 (MetaCons "UpdateHostedZoneCommentResponse'" PrefixI True) (S1 (MetaSel (Just "_uhzcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_uhzcrsHostedZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 HostedZone)))

Response Lenses