Values.DescribeDomainsRequestSourceContainer for the parameters to the DescribeDomains operation. By default shows the status of all domains. To restrict the response to particular domains, specify the names of the domains you want to describe.
type nonrec t = {domainNames : DomainNameList.t option;The names of the domains you want to include in the response.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of DomainName.t ] list ]) list ]