Values.UpdateHostedZoneCommentRequestSourceA request to update the comment for a hosted zone.
type nonrec t = {id : ResourceId.t;The ID for the hosted zone that you want to update the comment for.
*)comment : ResourceDescription.t option;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.
*)}