Ends a SQL transaction started with the
begin_transaction
operation and
commits the changes.
rdsdataservice_commit_transaction(resourceArn, secretArn, transactionId)
[required] The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
[required] The name or ARN of the secret that enables access to the DB cluster.
[required] The identifier of the transaction to end and commit.
A list with the following syntax:
list( transactionStatus = "string" )
svc$commit_transaction( resourceArn = "string", secretArn = "string", transactionId = "string" )