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

StartTransactionRequest

import type { StartTransactionRequest } from "https://aws-api.deno.dev/v0.3/services/lakeformation.ts?docs=full";
interface StartTransactionRequest {
TransactionType?: TransactionType | null;
}

§Properties

§
TransactionType?: TransactionType | null
[src]

Indicates whether this transaction should be read only or read and write. Writes made using a read-only transaction ID will be rejected. Read-only transactions do not need to be committed.