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

DeleteQueryDefinitionResponse

import type { DeleteQueryDefinitionResponse } from "https://aws-api.deno.dev/v0.3/services/cloudwatchlogs.ts?docs=full";
interface DeleteQueryDefinitionResponse {
success?: boolean | null;
}

§Properties

§
success?: boolean | null
[src]

A value of TRUE indicates that the operation succeeded. FALSE indicates that the operation failed.