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

ExecuteSqlResponse

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

The response elements represent the output of a request to run one or more SQL statements.

interface ExecuteSqlResponse {
sqlStatementResults?: SqlStatementResult[] | null;
}

§Properties

§
sqlStatementResults?: SqlStatementResult[] | null
[src]

The results of the SQL statement or statements.