import { type BatchWriteItemOutput } from "https://deno.land/x/aws_api@v0.8.0/services/dynamodb/structs.ts";
Properties
optional
UnprocessedItems: { [key: string]: WriteRequest[] | null | undefined; } | nulloptional
ItemCollectionMetrics: { [key: string]: ItemCollectionMetrics[] | null | undefined; } | nulloptional
ConsumedCapacity: ConsumedCapacity[] | null