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

Query

import type { Query } from "https://aws-api.deno.dev/v0.3/services/cloudtrail.ts?docs=full";

A SQL string of criteria about events that you want to collect in an event data store.

interface Query {
CreationTime?: Date | number | null;
QueryId?: string | null;
QueryStatus?: QueryStatus | null;
}

§Properties

§
CreationTime?: Date | number | null
[src]

The creation time of a query.

§
QueryId?: string | null
[src]

The ID of a query.

§
QueryStatus?: QueryStatus | null
[src]

The status of the query. This can be QUEUED, RUNNING, FINISHED, FAILED, or CANCELLED.