BatchStatementResponse
import type { BatchStatementResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/dynamodb.ts";interface BatchStatementResponse {
Error?: BatchStatementError | null;
Item?: {} | null;
[key: string]: AttributeValue | null | undefined;
TableName?: string | null;
}§Properties
§
Error?: BatchStatementError | null
[src]§
Item?: {} | null
[src][key: string]: AttributeValue | null | undefined;