rdsdataservice_commit_transaction: Ends a SQL transaction started with the BeginTransaction...

View source: R/rdsdataservice_operations.R

rdsdataservice_commit_transactionR Documentation

Ends a SQL transaction started with the BeginTransaction operation and commits the changes

Description

Ends a SQL transaction started with the begin_transaction operation and commits the changes.

See https://www.paws-r-sdk.com/docs/rdsdataservice_commit_transaction/ for full documentation.

Usage

rdsdataservice_commit_transaction(resourceArn, secretArn, transactionId)

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.

secretArn

[required] The name or ARN of the secret that enables access to the DB cluster.

transactionId

[required] The identifier of the transaction to end and commit.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.