startQueryPlanning
inline suspend fun LakeFormationClient.startQueryPlanning(crossinline block: StartQueryPlanningRequest.Builder.() -> Unit): StartQueryPlanningResponse
Submits a request to process a query statement.
This operation generates work units that can be retrieved with the GetWorkUnits
operation as soon as the query state is WORKUNITS_AVAILABLE or FINISHED.