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

EstimatedMonthlySavings

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

Describes the estimated monthly savings amount possible, based on On-Demand instance pricing, by adopting Compute Optimizer recommendations for a given resource.

For more information, see Estimated monthly savings and savings opportunities in the Compute Optimizer User Guide.

interface EstimatedMonthlySavings {
currency?: Currency | null;
value?: number | null;
}

§Properties

§
currency?: Currency | null
[src]

The currency of the estimated monthly savings.

§
value?: number | null
[src]

The value of the estimated monthly savings.