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

CancelStatementRequest

import type { CancelStatementRequest } from "https://aws-api.deno.dev/v0.3/services/redshiftdata.ts?docs=full";
interface CancelStatementRequest {
Id: string;
}

§Properties

§
Id: string
[src]

The identifier of the SQL statement to cancel. This value is a universally unique identifier (UUID) generated by Amazon Redshift Data API. This identifier is returned by BatchExecuteStatment, ExecuteStatment, and ListStatements.