Safe Haskell | None |
---|---|
Language | Haskell2010 |
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
- data UpdateHostedZoneComment
- updateHostedZoneComment :: Text -> UpdateHostedZoneComment
- uhzcComment :: Lens' UpdateHostedZoneComment (Maybe Text)
- uhzcId :: Lens' UpdateHostedZoneComment Text
- data UpdateHostedZoneCommentResponse
- updateHostedZoneCommentResponse :: HostedZone -> UpdateHostedZoneCommentResponse
- uhzcrHostedZone :: Lens' UpdateHostedZoneCommentResponse HostedZone
Request
data UpdateHostedZoneComment Source
Eq UpdateHostedZoneComment | |
Ord UpdateHostedZoneComment | |
Read UpdateHostedZoneComment | |
Show UpdateHostedZoneComment | |
ToXML UpdateHostedZoneComment | |
AWSRequest UpdateHostedZoneComment | |
ToQuery UpdateHostedZoneComment | |
ToXMLRoot UpdateHostedZoneComment | |
ToPath UpdateHostedZoneComment | |
ToHeaders UpdateHostedZoneComment | |
type Sv UpdateHostedZoneComment = Route53 | |
type Rs UpdateHostedZoneComment = UpdateHostedZoneCommentResponse |
Request constructor
updateHostedZoneComment Source
UpdateHostedZoneComment
constructor.
The fields accessible through corresponding lenses are:
uhzcComment
::
Maybe
Text
uhzcId
::
Text
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
updateHostedZoneCommentResponse Source
UpdateHostedZoneCommentResponse
constructor.
The fields accessible through corresponding lenses are: