Values.DeleteDomainOutputSourceDeletes a Domain and all associated resources.
type nonrec t = {domainId : DomainId.t option;The id of the Domain requested for deletion
*)arn : DomainArn.t option;The ARN of the Domain that was requested for deletion
*)status : DomainStatus.t option;Current status of Domain
*)}type nonrec error = [ | `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of DomainId.t ]) list ]