Values.DomainInfoSourceContains general information about a domain.
type nonrec t = {name : DomainName.t option;The name of the domain. This name is unique within the account.
*)status : RegistrationStatus.t option;The status of the domain: REGISTERED – The domain is properly registered and available. You can use this domain for registering types and creating new workflow executions. DEPRECATED – The domain was deprecated using DeprecateDomain, but is still in use. You should not create new workflow executions in this domain.
*)description : Description.t option;The description of the domain provided through RegisterDomain.
*)arn : Arn.t option;The ARN of the domain.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of DomainName.t ]) list ]