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

UpdateLicenseManagerReportGeneratorRequest

import type { UpdateLicenseManagerReportGeneratorRequest } from "https://aws-api.deno.dev/v0.3/services/licensemanager.ts?docs=full";
interface UpdateLicenseManagerReportGeneratorRequest {
ClientToken: string;
Description?: string | null;
LicenseManagerReportGeneratorArn: string;
ReportContext: ReportContext;
ReportFrequency: ReportFrequency;
ReportGeneratorName: string;
Type: ReportType[];
}

§Properties

§
ClientToken: string
[src]

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

§
Description?: string | null
[src]

Description of the report generator.

§
LicenseManagerReportGeneratorArn: string
[src]

Amazon Resource Name (ARN) of the report generator to update.

§
ReportContext: ReportContext
[src]

The report context.

§
ReportFrequency: ReportFrequency
[src]

Frequency by which reports are generated.

§
ReportGeneratorName: string
[src]

Name of the report generator.

§

Type of reports to generate. The following report types are supported:

  • License configuration report - Reports the number and details of consumed licenses for a license configuration.
  • Resource report - Reports the tracked licenses and resource consumption for a license configuration.