BatchGetItemOutput
import type { BatchGetItemOutput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/dynamodb.ts";interface BatchGetItemOutput {
ConsumedCapacity?: ConsumedCapacity[] | null;
Responses?: {} | null;
[key: string]: ({})[] | null | undefined;
[key: string]: AttributeValue | null | undefined;
UnprocessedKeys?: {} | null;
}[key: string]: KeysAndAttributes | null | undefined;
§Properties
§
ConsumedCapacity?: ConsumedCapacity[] | null
[src]§
Responses?: {} | null
[src][key: string]: ({})[] | null | undefined;
[key: string]: AttributeValue | null | undefined;
§
UnprocessedKeys?: {} | null
[src][key: string]: KeysAndAttributes | null | undefined;