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

SavingsPlansCoverageData

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

Specific coverage percentage, On-Demand costs, and spend covered by Savings Plans, and total Savings Plans costs for an account.

interface SavingsPlansCoverageData {
CoveragePercentage?: string | null;
OnDemandCost?: string | null;
SpendCoveredBySavingsPlans?: string | null;
TotalCost?: string | null;
}

§Properties

§
CoveragePercentage?: string | null
[src]

The percentage of your existing Savings Plans covered usage, divided by all of your eligible Savings Plans usage in an account (or set of accounts).

§
OnDemandCost?: string | null
[src]

The cost of your Amazon Web Services usage at the public On-Demand rate.

§
SpendCoveredBySavingsPlans?: string | null
[src]

The amount of your Amazon Web Services usage that's covered by a Savings Plans.

§
TotalCost?: string | null
[src]

The total cost of your Amazon Web Services usage, regardless of your purchase option.