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

SavingsPlansCoverage

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

The amount of Savings Plans eligible usage that's covered by Savings Plans. All calculations consider the On-Demand equivalent of your Savings Plans usage.

interface SavingsPlansCoverage {
Attributes?: {
[key: string]: string | null | undefined;
}
| null;
Coverage?: SavingsPlansCoverageData | null;
TimePeriod?: DateInterval | null;
}

§Properties

§
Attributes?: {
[key: string]: string | null | undefined;
}
| null
[src]

The attribute that applies to a specific Dimension.

§

The amount of Savings Plans eligible usage that the Savings Plans covered.

§
TimePeriod?: DateInterval | null
[src]