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

CancelQueryResponse

import type { CancelQueryResponse } from "https://aws-api.deno.dev/v0.3/services/timestreamquery.ts?docs=full";
interface CancelQueryResponse {
CancellationMessage?: string | null;
}

§Properties

§
CancellationMessage?: string | null
[src]

A CancellationMessage is returned when a CancelQuery request for the query specified by QueryId has already been issued.