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

PutItemOutput

import type { PutItemOutput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/dynamodb.ts";
interface PutItemOutput {
Attributes?: {
[key: string]: AttributeValue | null | undefined;
}
| null;
ConsumedCapacity?: ConsumedCapacity | null;
ItemCollectionMetrics?: ItemCollectionMetrics | null;
}

§Properties

§
Attributes?: {
[key: string]: AttributeValue | null | undefined;
}
| null
[src]
§
ConsumedCapacity?: ConsumedCapacity | null
[src]
§
ItemCollectionMetrics?: ItemCollectionMetrics | null
[src]