Values.DescribeElasticsearchDomainsRequestSourceContainer for the parameters to the DescribeElasticsearchDomains operation. By default, the API returns the status of all Elasticsearch domains.
type nonrec t = {domainNames : DomainNameList.t;The Elasticsearch domains for which you want information.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of DomainName.t ] list ]) list ]