amazonka-route53-0.1.1: Amazon Route 53 SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.Route53.UpdateHostedZoneComment

Contents

Description

To update the hosted zone comment, send a POST request to the '2013-04-01hostedzonehosted zone ID resource. The request body must include an XML document with a UpdateHostedZoneCommentRequest element. The response to this request includes the modified HostedZone element.

The comment can have a maximum length of 256 characters.

http://docs.aws.amazon.com/Route53/latest/APIReference/API_UpdateHostedZoneComment.html

Synopsis

Request

Request constructor

updateHostedZoneComment Source

UpdateHostedZoneComment constructor.

The fields accessible through corresponding lenses are:

Request lenses

uhzcComment :: Lens' UpdateHostedZoneComment (Maybe Text) Source

A comment about your hosted zone.

uhzcId :: Lens' UpdateHostedZoneComment Text Source

The ID of the hosted zone you want to update.

Response

Response constructor

Response lenses