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

ExecuteTransactionOutput

import type { ExecuteTransactionOutput } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";
interface ExecuteTransactionOutput {
ConsumedCapacity?: ConsumedCapacity[] | null;
Responses?: ItemResponse[] | null;
}

§Properties

§
ConsumedCapacity?: ConsumedCapacity[] | null
[src]

The capacity units consumed by the entire operation. The values of the list are ordered according to the ordering of the statements.

§
Responses?: ItemResponse[] | null
[src]

The response to a PartiQL transaction.