Values.DeleteHostedZoneResponseSourceA complex type that contains the response to a DeleteHostedZone request.
type nonrec t = {changeInfo : ChangeInfo.t option;A complex type that contains the ID, the status, and the date and time of a request to delete a hosted zone.
*)}type nonrec error = [ | `HostedZoneNotEmpty of HostedZoneNotEmpty.t| `InvalidDomainName of InvalidDomainName.t| `InvalidInput of InvalidInput.t| `NoSuchHostedZone of NoSuchHostedZone.t| `PriorRequestNotComplete of PriorRequestNotComplete.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `HostedZoneNotEmpty of HostedZoneNotEmpty.t
| `InvalidDomainName of InvalidDomainName.t
| `InvalidInput of InvalidInput.t
| `NoSuchHostedZone of NoSuchHostedZone.t
| `PriorRequestNotComplete of PriorRequestNotComplete.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `HostedZoneNotEmpty of HostedZoneNotEmpty.t
| `InvalidDomainName of InvalidDomainName.t
| `InvalidInput of InvalidInput.t
| `NoSuchHostedZone of NoSuchHostedZone.t
| `PriorRequestNotComplete of PriorRequestNotComplete.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of ResourceId.t
| `Timestamp of TimeStamp.t ])
list ])
list ]