Values.InsightEntitySourceSpecifies the entity for which to retrieve insights. An entity can be an Amazon OpenSearch Service domain or an Amazon Web Services account.
type nonrec t = {type_ : InsightEntityType.t;The type of the entity. Possible values are Account and DomainName.
*)value : InsightEntityValue.t option;The value of the entity. For DomainName, this is the domain name. For Account, this is the Amazon Web Services account ID.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of InsightEntityValue.t ]) list ]