Values.CreateHostedZoneResponseSourceA complex type containing the response information for the hosted zone.
type nonrec t = {hostedZone : HostedZone.t option;A complex type that contains general information about the hosted zone.
*)changeInfo : ChangeInfo.t option;A complex type that contains information about the CreateHostedZone request.
*)delegationSet : DelegationSet.t option;A complex type that describes the name servers for this hosted zone.
*)vPC : VPC.t option;A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
*)location : ResourceURI.t option;The unique URL representing the new hosted zone.
*)}type nonrec error = [ | `ConflictingDomainExists of ConflictingDomainExists.t| `DelegationSetNotAvailable of DelegationSetNotAvailable.t| `DelegationSetNotReusable of DelegationSetNotReusable.t| `HostedZoneAlreadyExists of HostedZoneAlreadyExists.t| `InvalidDomainName of InvalidDomainName.t| `InvalidInput of InvalidInput.t| `InvalidVPCId of InvalidVPCId.t| `NoSuchDelegationSet of NoSuchDelegationSet.t| `TooManyHostedZones of TooManyHostedZones.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictingDomainExists of ConflictingDomainExists.t
| `DelegationSetNotAvailable of DelegationSetNotAvailable.t
| `DelegationSetNotReusable of DelegationSetNotReusable.t
| `HostedZoneAlreadyExists of HostedZoneAlreadyExists.t
| `InvalidDomainName of InvalidDomainName.t
| `InvalidInput of InvalidInput.t
| `InvalidVPCId of InvalidVPCId.t
| `NoSuchDelegationSet of NoSuchDelegationSet.t
| `TooManyHostedZones of TooManyHostedZones.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictingDomainExists of ConflictingDomainExists.t
| `DelegationSetNotAvailable of DelegationSetNotAvailable.t
| `DelegationSetNotReusable of DelegationSetNotReusable.t
| `HostedZoneAlreadyExists of HostedZoneAlreadyExists.t
| `InvalidDomainName of InvalidDomainName.t
| `InvalidInput of InvalidInput.t
| `InvalidVPCId of InvalidVPCId.t
| `NoSuchDelegationSet of NoSuchDelegationSet.t
| `TooManyHostedZones of TooManyHostedZones.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of ResourceURI.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of DNSName.t ] list
| `Long of HostedZoneRRSetCount.t
| `String of ResourceId.t
| `Structure of
(string
* [> `Boolean of IsPrivateZone.t
| `Enum of string
| `String of ResourceDescription.t
| `Structure of
(string * [> `String of FailureReason.t ]) list ])
list
| `Timestamp of TimeStamp.t ])
list ])
list ]