extendTransaction
inline suspend fun LakeFormationClient.extendTransaction(crossinline block: ExtendTransactionRequest.Builder.() -> Unit): ExtendTransactionResponse
Indicates to the service that the specified transaction is still active and should not be treated as idle and aborted.
Write transactions that remain idle for a long period are automatically aborted unless explicitly extended.