listQueryExecutions
inline suspend fun AthenaClient.listQueryExecutions(crossinline block: ListQueryExecutionsRequest.Builder.() -> Unit): ListQueryExecutionsResponse
Provides a list of available query execution IDs for the queries in the specified workgroup. Athena keeps a query history for 45 days. If a workgroup is not specified, returns a list of query execution IDs for the primary workgroup. Requires you to have access to the workgroup in which the queries ran.