Values.ExecuteSqlResponseSourceThe response elements represent the output of a request to run one or more SQL statements.
type nonrec t = {sqlStatementResults : SqlStatementResults.t option;The results of the SQL statement or statements.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `BadRequestException of BadRequestException.t| `ForbiddenException of ForbiddenException.t| `InternalServerErrorException of InternalServerErrorException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `BadRequestException of BadRequestException.t
| `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of unit
| `ServiceUnavailableError of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `BadRequestException of BadRequestException.t
| `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of unit
| `ServiceUnavailableError of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Long of RecordsUpdated.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of Awso.Botodata.value list ])
list ]
list
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `String of String_.t ])
list ]
list
| `Long of Long.t ])
list ])
list ])
list ]
list ])
list ]