amazonka-route53-1.0.0: Amazon Route 53 SDK.

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

Network.AWS.Route53.UpdateHostedZoneComment

Contents

Description

To update the hosted zone comment, send a POST request to the '2013-04-01/hostedzone/hosted 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.

See: AWS API Reference for UpdateHostedZoneComment.

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:

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.

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:

Response Lenses