Values_1.GetIndexingConfigurationResponseSourceGets the indexing configuration. Requires permission to access the GetIndexingConfiguration action.
type nonrec t = {thingIndexingConfiguration : Values_0.ThingIndexingConfiguration.t option;Thing indexing configuration.
*)thingGroupIndexingConfiguration : Values_0.ThingGroupIndexingConfiguration.t
option;The index configuration.
*)}type nonrec error = [ | `InternalFailureException of Values_0.InternalFailureException.t| `InvalidRequestException of Values_0.InvalidRequestException.t| `ThrottlingException of Values_0.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ServiceUnavailableException of Values_0.ServiceUnavailableException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `UnauthorizedException of Values_0.UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalFailureException of Values_0.InternalFailureException.t
| `InvalidRequestException of Values_0.InvalidRequestException.t
| `ServiceUnavailableException of Values_0.ServiceUnavailableException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `UnauthorizedException of Values_0.UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `Enum of string | `String of string ])
list ]
list
| `Structure of
(string
* [> `List of
[> `String of string
| `Structure of
(string
* [> `Enum of string | `String of string ])
list ]
list ])
list ])
list ])
list ]