Values.DomainSummarySourceSummary information about a Domain.
type nonrec t = {domainId : DomainId.t option;The unique identifier of the Domain.
*)arn : DomainArn.t option;name : DomainName.t option;status : DomainStatus.t option;createdAt : Timestamp.t option;The timestamp when the Domain was created.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DomainId.t
| `Timestamp of Timestamp.t ])
list ]