Values.GetIndexResponseSourceRetrieves 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 = {indexSchema : IndexSchema.t option;The JSON schema of the index including mappings, settings, and semantic enrichment configuration.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `DependencyFailureException of DependencyFailureException.t| `DisabledOperationException of DisabledOperationException.t| `InternalException of InternalException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of unit
| `DependencyFailureException of unit
| `DisabledOperationException of unit
| `InternalException of unit
| `ResourceNotFoundException of unit
| `ThrottlingException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of unit
| `DependencyFailureException of unit
| `DisabledOperationException of unit
| `InternalException of unit
| `ResourceNotFoundException of unit
| `ThrottlingException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]