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

BeginTransactionResponse

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

The response elements represent the output of a request to start a SQL transaction.

interface BeginTransactionResponse {
transactionId?: string | null;
}

§Properties

§
transactionId?: string | null
[src]

The transaction ID of the transaction started by the call.