Values.PreparedStatementSourceA prepared SQL statement for use with Athena.
type nonrec t = {statementName : StatementName.t option;The name of the prepared statement.
*)queryStatement : QueryString.t option;The query string for the prepared statement.
*)workGroupName : WorkGroupName.t option;The name of the workgroup to which the prepared statement belongs.
*)description : DescriptionString.t option;The description of the prepared statement.
*)lastModifiedTime : Date.t option;The last modified time of the prepared statement.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of StatementName.t | `Timestamp of Date.t ]) list ]