Module Types.HostedZoneConfig
type t={comment : Aws.BaseTypes.String.t option;private_zone : Aws.BaseTypes.Boolean.t option;}
val make : ?comment:Aws.BaseTypes.String.t -> ?private_zone:Aws.BaseTypes.Boolean.t -> unit -> tval parse : Ezxmlm.nodes -> t optionval to_query : t -> Aws.Query.tval to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]val of_json : Aws.Json.t -> t