Values.DomainDetailSourceContains details of a domain.
type nonrec t = {domainInfo : DomainInfo.t option;The basic information about a domain, such as its name, status, and description.
*)configuration : DomainConfiguration.t option;The domain configuration. Currently, this includes only the domain's retention period.
*)}type nonrec error = [ | `OperationNotPermittedFault of OperationNotPermittedFault.t| `UnknownResourceFault of UnknownResourceFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `OperationNotPermittedFault of OperationNotPermittedFault.t
| `UnknownResourceFault of UnknownResourceFault.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `OperationNotPermittedFault of OperationNotPermittedFault.t
| `UnknownResourceFault of UnknownResourceFault.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Enum of string | `String of DomainName.t ]) list ])
list ]