Values.DeleteDomainResponseSourceThe result of a DeleteDomain request. Contains the status of a newly deleted domain, or no status if the domain has already been completely deleted.
type error = [ | `BaseException of BaseException.t| `InternalException of InternalException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BaseException of BaseException.t
| `InternalException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BaseException of BaseException.t
| `InternalException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of PartitionCount.t
| `String of DomainId.t
| `Structure of
(string
* [> `Integer of MaximumReplicationCount.t
| `String of ServiceUrl.t ])
list ])
list ])
list ])
list ]