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

CancelStatementResponse

import type { CancelStatementResponse } from "https://aws-api.deno.dev/v0.3/services/redshiftdata.ts?docs=full";
interface CancelStatementResponse {
Status?: boolean | null;
}

§Properties

§
Status?: boolean | null
[src]

A value that indicates whether the cancel statement succeeded (true).