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

TransactGetItemsInput

import type { TransactGetItemsInput } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";
interface TransactGetItemsInput {
ReturnConsumedCapacity?: ReturnConsumedCapacity | null;
TransactItems: TransactGetItem[];
}

§Properties

§
ReturnConsumedCapacity?: ReturnConsumedCapacity | null
[src]

A value of TOTAL causes consumed capacity information to be returned, and a value of NONE prevents that information from being returned. No other value is valid.

§
TransactItems: TransactGetItem[]
[src]

An ordered array of up to 25 TransactGetItem objects, each of which contains a Get structure.