Values.ExecuteQueryResponseSourceRun SQL queries to retrieve metadata and time-series data from asset models, assets, measurements, metrics, transforms, and aggregates.
type nonrec t = {columns : ColumnsList.t option;Represents a single column in the query results.
*)rows : Rows.t option;Represents a single row in the query results.
*)nextToken : ExecuteQueryNextToken.t option;The string that specifies the next page of results.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalFailureException of InternalFailureException.t| `InvalidRequestException of InvalidRequestException.t| `QueryTimeoutException of QueryTimeoutException.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 AccessDeniedException.t
| `InternalFailureException of InternalFailureException.t
| `InvalidRequestException of InvalidRequestException.t
| `QueryTimeoutException of QueryTimeoutException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalFailureException of InternalFailureException.t
| `InvalidRequestException of InvalidRequestException.t
| `QueryTimeoutException of QueryTimeoutException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of Awso.Botodata.value list
| `String of ExecuteQueryNextToken.t ])
list ]