Values.AwsRoute53HostedZoneObjectDetailsSourceAn object that contains information about an Amazon Route 53 hosted zone.
type nonrec t = {id : NonEmptyString.t option;The ID that Route 53 assigns to the hosted zone when you create it.
*)name : NonEmptyString.t option;The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.
*)config : AwsRoute53HostedZoneConfigDetails.t option;An object that includes the Comment element.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]