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

WhatIfRangeScenario

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

Provides the forecast to meet the target for a particular date range.

interface WhatIfRangeScenario {
EndDate: Date | number;
StartDate: Date | number;
Value: number;
}

§Properties

§
EndDate: Date | number
[src]

The end date in the date range that you need the forecast results for.

§
StartDate: Date | number
[src]

The start date in the date range that you need the forecast results for.

§
Value: number
[src]

The target value that you want to meet for the provided date range.