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

GetCostForecastResponse

import type { GetCostForecastResponse } from "https://aws-api.deno.dev/v0.3/services/costexplorer.ts?docs=full";
interface GetCostForecastResponse {
ForecastResultsByTime?: ForecastResult[] | null;
Total?: MetricValue | null;
}

§Properties

§
ForecastResultsByTime?: ForecastResult[] | null
[src]

The forecasts for your query, in order. For DAILY forecasts, this is a list of days. For MONTHLY forecasts, this is a list of months.

§
Total?: MetricValue | null
[src]

How much you are forecasted to spend over the forecast period, in USD.