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

§Properties

§
EventDataStore: string
[src]

The ARN (or the ID suffix of the ARN) of an event data store on which the specified query is running.

§
QueryId: string
[src]

The ID of the query that you want to cancel. The QueryId comes from the response of a StartQuery operation.