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

CancelQueryRequest

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

§Properties

§
QueryId: string
[src]

The ID of the query that needs to be cancelled. QueryID is returned as part of the query result.