Skip to main content
Module

x/aws_api/services/dynamodb/structs.ts>BatchGetItemOutput

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Latest
interface BatchGetItemOutput
import { type BatchGetItemOutput } from "https://deno.land/x/aws_api@v0.8.1/services/dynamodb/structs.ts";

Properties

optional
Responses: { [key: string]: ({ [key: string]: AttributeValue | null | undefined; })[] | null | undefined; } | null
optional
UnprocessedKeys: { [key: string]: KeysAndAttributes | null | undefined; } | null
optional
ConsumedCapacity: ConsumedCapacity[] | null