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