Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ItemResponse

import type { ItemResponse } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";

Details for the requested item.

interface ItemResponse {
Item?: {
[key: string]: AttributeValue | null | undefined;
}
| null;
}

§Properties

§
Item?: {
[key: string]: AttributeValue | null | undefined;
}
| null
[src]

Map of attribute data consisting of the data type and attribute value.