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

GetPredictiveScalingForecastAnswer

import type { GetPredictiveScalingForecastAnswer } from "https://aws-api.deno.dev/v0.4/services/autoscaling.ts?docs=full";
interface GetPredictiveScalingForecastAnswer {
CapacityForecast: CapacityForecast;
LoadForecast: LoadForecast[];
UpdateTime: Date | number;
}

§Properties

§
CapacityForecast: CapacityForecast
[src]

The capacity forecast.

§
LoadForecast: LoadForecast[]
[src]

The load forecast.

§
UpdateTime: Date | number
[src]

The time the forecast was made.