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

DeleteReportDefinitionRequest

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

Deletes the specified report.

interface DeleteReportDefinitionRequest {
ReportName?: string | null;
}

§Properties

§
ReportName?: string | null
[src]

The name of the report that you want to delete. The name must be unique, is case sensitive, and can't include spaces.