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

PutQueryDefinitionRequest

import type { PutQueryDefinitionRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/cloudwatchlogs.ts";
interface PutQueryDefinitionRequest {
logGroupNames?: string[] | null;
name: string;
queryDefinitionId?: string | null;
queryString: string;
}

§Properties

§
logGroupNames?: string[] | null
[src]
§
name: string
[src]
§
queryDefinitionId?: string | null
[src]
§
queryString: string
[src]