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

UpdateReportDefinitionRequest

import type { UpdateReportDefinitionRequest } from "https://aws-api.deno.dev/v0.3/services/applicationcostprofiler.ts?docs=full";
interface UpdateReportDefinitionRequest {
destinationS3Location: S3Location;
format: Format;
reportDescription: string;
reportFrequency: ReportFrequency;
reportId: string;
}

§Properties

§
destinationS3Location: S3Location
[src]

Required. Amazon Simple Storage Service (Amazon S3) location where Application Cost Profiler uploads the report.

§
format: Format
[src]

Required. The format to use for the generated report.

§
reportDescription: string
[src]

Required. Description of the report.

§
reportFrequency: ReportFrequency
[src]

Required. The cadence to generate the report.

§
reportId: string
[src]

Required. ID of the report to update.