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

Coverage

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

The amount of instance usage that a reservation covered.

interface Coverage {
CoverageCost?: CoverageCost | null;
CoverageHours?: CoverageHours | null;
CoverageNormalizedUnits?: CoverageNormalizedUnits | null;
}

§Properties

§
CoverageCost?: CoverageCost | null
[src]

The amount of cost that the reservation covered.

§
CoverageHours?: CoverageHours | null
[src]

The amount of instance usage that the reservation covered, in hours.

§
CoverageNormalizedUnits?: CoverageNormalizedUnits | null
[src]

The amount of instance usage that the reservation covered, in normalized units.