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/cloudtrail.ts?docs=full";
interface CancelQueryResponse {
QueryId: string;
QueryStatus: QueryStatus;
}

§Properties

§
QueryId: string
[src]

The ID of the canceled query.

§
QueryStatus: QueryStatus
[src]

Shows the status of a query after a CancelQuery request. Typically, the values shown are either RUNNING or CANCELLED.