commitTransaction
inline suspend fun LakeFormationClient.commitTransaction(crossinline block: CommitTransactionRequest.Builder.() -> Unit): CommitTransactionResponse
Attempts to commit the specified transaction. Returns an exception if the transaction was previously aborted. This API action is idempotent if called multiple times for the same transaction.