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

RollbackTransactionRequest

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

The request parameters represent the input of a request to perform a rollback of a transaction.

interface RollbackTransactionRequest {
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 roll back.