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

BatchExecuteStatementOutput

import type { BatchExecuteStatementOutput } from "https://aws-api.deno.dev/v0.3/services/dynamodb.ts?docs=full";
interface BatchExecuteStatementOutput {
ConsumedCapacity?: ConsumedCapacity[] | null;
Responses?: BatchStatementResponse[] | null;
}

§Properties

§
ConsumedCapacity?: ConsumedCapacity[] | null
[src]

The capacity units consumed by the entire operation. The values of the list are ordered according to the ordering of the statements.

§
Responses?: BatchStatementResponse[] | null
[src]

The response to each PartiQL statement in the batch.