Values.GetIndexRequestSourceRetrieves information about an OpenSearch index including its schema and semantic enrichment configuration. Use this operation to view the current index structure and semantic search settings.
type nonrec t = {domainName : DomainName.t;indexName : IndexName.t;The name of the index to retrieve information about.
*)}