Values.DomainInfoSourceInformation about an OpenSearch Service domain.
type nonrec t = {domainName : DomainName.t option;Name of the domain.
*)engineType : EngineType.t option;The type of search engine that the domain is running.OpenSearch for an OpenSearch engine, or Elasticsearch for a legacy Elasticsearch OSS engine.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of DomainName.t ]) list ]