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

StoredQuery

import type { StoredQuery } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/configservice.ts";
interface StoredQuery {
Description?: string | null;
Expression?: string | null;
QueryArn?: string | null;
QueryId?: string | null;
QueryName: string;
}

§Properties

§
Description?: string | null
[src]
§
Expression?: string | null
[src]
§
QueryArn?: string | null
[src]
§
QueryId?: string | null
[src]
§
QueryName: string
[src]