Values.BatchGetPreparedStatementInputSourceReturns the details of a single prepared statement or a list of up to 256 prepared statements for the array of prepared statement names that you provide. Requires you to have access to the workgroup to which the prepared statements belong. If a prepared statement cannot be retrieved for the name specified, the statement is listed in UnprocessedPreparedStatementNames.
type nonrec t = {preparedStatementNames : PreparedStatementNameList.t;A list of prepared statement names to return.
*)workGroup : WorkGroupName.t;The name of the workgroup to which the prepared statements belong.
*)}val make :
preparedStatementNames:PreparedStatementNameList.t ->
workGroup:WorkGroupName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of StatementName.t ] list
| `String of WorkGroupName.t ])
list ]