prepareQuery
inline suspend fun TimestreamQueryClient.prepareQuery(crossinline block: PrepareQueryRequest.Builder.() -> Unit): PrepareQueryResponse
A synchronous operation that allows you to submit a query with parameters to be stored by Timestream for later running. Timestream only supports using this operation with ValidateOnly
set to true
.