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

PutStoredQueryRequest

import type { PutStoredQueryRequest } from "https://aws-api.deno.dev/v0.3/services/configservice.ts?docs=full";
interface PutStoredQueryRequest {
StoredQuery: StoredQuery;
Tags?: Tag[] | null;
}

§Properties

§
StoredQuery: StoredQuery
[src]

A list of StoredQuery objects. The mandatory fields are QueryName and Expression.

Note: When you are creating a query, you must provide a query name and an expression. When you are updating a query, you must provide a query name but updating the description is optional.

§
Tags?: Tag[] | null
[src]

A list of Tags object.