Values.BatchGetQueryExecutionInputSourceContains an array of query execution IDs.
type nonrec t = {queryExecutionIds : QueryExecutionIdList.t;An array of query execution IDs.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of QueryExecutionId.t ] list ]) list ]