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

DescribeQueryResponse

import type { DescribeQueryResponse } from "https://aws-api.deno.dev/v0.3/services/cloudtrail.ts?docs=full";
interface DescribeQueryResponse {
ErrorMessage?: string | null;
QueryId?: string | null;
QueryStatistics?: QueryStatisticsForDescribeQuery | null;
QueryStatus?: QueryStatus | null;
QueryString?: string | null;
}

§Properties

§
ErrorMessage?: string | null
[src]

The error message returned if a query failed.

§
QueryId?: string | null
[src]

The ID of the query.

§
QueryStatistics?: QueryStatisticsForDescribeQuery | null
[src]

Metadata about a query, including the number of events that were matched, the total number of events scanned, the query run time in milliseconds, and the query's creation time.

§
QueryStatus?: QueryStatus | null
[src]

The status of a query. Values for QueryStatus include QUEUED, RUNNING, FINISHED, FAILED, or CANCELLED

§
QueryString?: string | null
[src]

The SQL code of a query.