@aws-sdk/client-dynamodb

TransactGetItemsCommandInput Interface

Members

Name
Type
Details
TransactItems RequiredTransactGetItem[] | undefined

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

ReturnConsumedCapacity ReturnConsumedCapacity | undefined

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.

Full Signature

export interface TransactGetItemsCommandInput extends TransactGetItemsInput