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

PrepareQueryResponse

import type { PrepareQueryResponse } from "https://aws-api.deno.dev/v0.4/services/timestreamquery.ts?docs=full";
interface PrepareQueryResponse {
Columns: SelectColumn[];
Parameters: ParameterMapping[];
QueryString: string;
}

§Properties

§

A list of SELECT clause columns of the submitted query string.

§
Parameters: ParameterMapping[]
[src]

A list of parameters used in the submitted query string.

§
QueryString: string
[src]

The query string that you want prepare.