Values_2.GetStatementResponseSourceRetrieves the statement.
type nonrec error = [ | `AccessDeniedException of Values_0.AccessDeniedException.t| `EntityNotFoundException of Values_0.EntityNotFoundException.t| `IllegalSessionStateException of Values_0.IllegalSessionStateException.t| `InternalServiceException of Values_0.InternalServiceException.t| `InvalidInputException of Values_0.InvalidInputException.t| `OperationTimeoutException of Values_0.OperationTimeoutException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `IllegalSessionStateException of Values_0.IllegalSessionStateException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of Values_0.AccessDeniedException.t
| `EntityNotFoundException of Values_0.EntityNotFoundException.t
| `IllegalSessionStateException of Values_0.IllegalSessionStateException.t
| `InternalServiceException of Values_0.InternalServiceException.t
| `InvalidInputException of Values_0.InvalidInputException.t
| `OperationTimeoutException of Values_0.OperationTimeoutException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Double of Values_1.DoubleValue.t
| `Enum of string
| `Integer of Values_0.IntegerValue.t
| `Long of LongValue.t
| `String of Values_0.GenericString.t
| `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.IntegerValue.t
| `List of [> `String of Values_0.GenericString.t ] list
| `String of Values_0.GenericString.t
| `Structure of
(string * [> `String of Values_0.GenericString.t ])
list ])
list ])
list ])
list ]