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

CommitTransactionRequest

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

The request parameters represent the input of a commit transaction request.

interface CommitTransactionRequest {
resourceArn: string;
secretArn: string;
transactionId: string;
}

§Properties

§
resourceArn: string
[src]

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

§
secretArn: string
[src]

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

§
transactionId: string
[src]

The identifier of the transaction to end and commit.