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

TrustedAdvisorCostOptimizingSummary

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

The estimated cost savings that might be realized if the recommended operations are taken.

interface TrustedAdvisorCostOptimizingSummary {
estimatedMonthlySavings: number;
estimatedPercentMonthlySavings: number;
}

§Properties

§
estimatedMonthlySavings: number
[src]

The estimated monthly savings that might be realized if the recommended operations are taken.

§
estimatedPercentMonthlySavings: number
[src]

The estimated percentage of savings that might be realized if the recommended operations are taken.