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

TransactWriteItemsOutput

import type { TransactWriteItemsOutput } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";
interface TransactWriteItemsOutput {
ConsumedCapacity?: ConsumedCapacity[] | null;
ItemCollectionMetrics?: {
[key: string]: ItemCollectionMetrics[] | null | undefined;
}
| null;
}

§Properties

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

The capacity units consumed by the entire TransactWriteItems operation. The values of the list are ordered according to the ordering of the TransactItems request parameter.

§
ItemCollectionMetrics?: {
[key: string]: ItemCollectionMetrics[] | null | undefined;
}
| null
[src]

A list of tables that were processed by TransactWriteItems and, for each table, information about any item collections that were affected by individual UpdateItem, PutItem, or DeleteItem operations.