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

ExecuteTransactionInput

import type { ExecuteTransactionInput } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";
interface ExecuteTransactionInput {
ClientRequestToken?: string | null;
ReturnConsumedCapacity?: ReturnConsumedCapacity | null;
TransactStatements: ParameterizedStatement[];
}

§Properties

§
ClientRequestToken?: string | null
[src]

Set this value to get remaining results, if NextToken was returned in the statement response.

§
ReturnConsumedCapacity?: ReturnConsumedCapacity | null
[src]

Determines the level of detail about either provisioned or on-demand throughput consumption that is returned in the response. For more information, see TransactGetItems and TransactWriteItems.

§
TransactStatements: ParameterizedStatement[]
[src]

The list of PartiQL statements representing the transaction to run.