BatchWriteItemOutput
import type { BatchWriteItemOutput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/dynamodb.ts";interface BatchWriteItemOutput {
ConsumedCapacity?: ConsumedCapacity[] | null;
ItemCollectionMetrics?: {} | null;
[key: string]: ItemCollectionMetrics[] | null | undefined;
UnprocessedItems?: {} | null;
}[key: string]: WriteRequest[] | null | undefined;
§Properties
§
ConsumedCapacity?: ConsumedCapacity[] | null
[src]§
ItemCollectionMetrics?: {} | null
[src][key: string]: ItemCollectionMetrics[] | null | undefined;
§
UnprocessedItems?: {} | null
[src][key: string]: WriteRequest[] | null | undefined;