@aws-sdk/lib-dynamodb
TransactWriteCommandOutput TypeAlias
Full Signature
Omit<__TransactWriteItemsCommandOutput, "ItemCollectionMetrics"> & {
ItemCollectionMetrics?: Record<string, (Omit<ItemCollectionMetrics, "ItemCollectionKey"> & {
ItemCollectionKey?: Record<string, NativeAttributeValue> | undefined
})[] | undefined;
}