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

BatchExecuteStatementResponse

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

The response elements represent the output of a SQL statement over an array of data.

interface BatchExecuteStatementResponse {
updateResults?: UpdateResult[] | null;
}

§Properties

§
updateResults?: UpdateResult[] | null
[src]

The execution results of each batch entry.