Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BeginTransactionRequest

import type { BeginTransactionRequest } from "https://aws-api.deno.dev/v0.3/services/rdsdataservice.ts?docs=full";

The request parameters represent the input of a request to start a SQL transaction.

interface BeginTransactionRequest {
database?: string | null;
resourceArn: string;
schema?: string | null;
secretArn: string;
}

§Properties

§
database?: string | null
[src]

The name of the database.

§
resourceArn: string
[src]

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

§
schema?: string | null
[src]

The name of the database schema.

§
secretArn: string
[src]

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