Module Values.AwsRoute53HostedZoneConfigDetailsSource

An object that contains an optional comment about your Amazon Route 53 hosted zone.

Sourcetype nonrec t = {
  1. comment : NonEmptyString.t option;
    (*

    Any comments that you include about the hosted zone.

    *)
}
Sourceval make : ?comment:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NonEmptyString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t