Values_0.SearchIndexResponseSourceThe query search index. Requires permission to access the SearchIndex action.
type nonrec t = {nextToken : NextToken.t option;The token used to get the next set of results, or null if there are no additional results.
*)things : ThingDocumentList.t option;The things that match the search query.
*)thingGroups : ThingGroupDocumentList.t option;The thing groups that match the search query.
*)}type nonrec error = [ | `IndexNotReadyException of IndexNotReadyException.t| `InternalFailureException of InternalFailureException.t| `InvalidQueryException of InvalidQueryException.t| `InvalidRequestException of InvalidRequestException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `IndexNotReadyException of IndexNotReadyException.t
| `InternalFailureException of InternalFailureException.t
| `InvalidQueryException of InvalidQueryException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `IndexNotReadyException of IndexNotReadyException.t
| `InternalFailureException of InternalFailureException.t
| `InvalidQueryException of InvalidQueryException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `ThrottlingException of ThrottlingException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of ThingGroupName.t ] list
| `Map of
([> `String of AttributeName.t ]
* [> `String of AttributeValue.t ])
list
| `String of ThingName.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Long of ConnectivityTimestamp.t
| `String of DisconnectReason.t ])
list ])
list ]
list
| `String of NextToken.t ])
list ]