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

BusinessReport

import type { BusinessReport } from "https://aws-api.deno.dev/v0.3/services/alexaforbusiness.ts?docs=full";

Usage report with specified parameters.

interface BusinessReport {
DeliveryTime?: Date | number | null;
DownloadUrl?: string | null;
FailureCode?: BusinessReportFailureCode | null;
S3Location?: BusinessReportS3Location | null;
Status?: BusinessReportStatus | null;
}

§Properties

§
DeliveryTime?: Date | number | null
[src]

The time of report delivery.

§
DownloadUrl?: string | null
[src]

The download link where a user can download the report.

§
FailureCode?: BusinessReportFailureCode | null
[src]

The failure code.

§
S3Location?: BusinessReportS3Location | null
[src]

The S3 location of the output reports.

§

The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).