Module Values.BatchGetPreparedStatementInputSource

Returns 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.

Sourcetype nonrec t = {
  1. preparedStatementNames : PreparedStatementNameList.t;
    (*

    A list of prepared statement names to return.

    *)
  2. workGroup : WorkGroupName.t;
    (*

    The name of the workgroup to which the prepared statements belong.

    *)
}
Sourceval context_ : string
Sourceval make : preparedStatementNames:PreparedStatementNameList.t -> workGroup:WorkGroupName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of StatementName.t ] list | `String of WorkGroupName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t