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

StoredQueryMetadata

import type { StoredQueryMetadata } from "https://aws-api.deno.dev/v0.4/services/configservice.ts?docs=full";

Returns details of a specific query.

interface StoredQueryMetadata {
Description?: string | null;
QueryArn: string;
QueryId: string;
QueryName: string;
}

§Properties

§
Description?: string | null
[src]

A unique description for the query.

§
QueryArn: string
[src]

Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.

§
QueryId: string
[src]

The ID of the query.

§
QueryName: string
[src]

The name of the query.