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

CoverageByTime

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

Reservation coverage for a specified period, in hours.

interface CoverageByTime {
Groups?: ReservationCoverageGroup[] | null;
TimePeriod?: DateInterval | null;
Total?: Coverage | null;
}

§Properties

§

The groups of instances that the reservation covered.

§
TimePeriod?: DateInterval | null
[src]

The period that this coverage was used over.

§
Total?: Coverage | null
[src]

The total reservation coverage, in hours.