Values.BeginTransactionRequestSourceThe request parameters represent the input of a request to start a SQL transaction.
type nonrec t = {resourceArn : Arn.t;The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
*)secretArn : Arn.t;The name or ARN of the secret that enables access to the DB cluster.
*)database : DbName.t option;The name of the database.
*)schema : DbName.t option;The name of the database schema.
*)}