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

CoverageHours

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

How long a running instance either used a reservation or was On-Demand.

interface CoverageHours {
CoverageHoursPercentage?: string | null;
OnDemandHours?: string | null;
ReservedHours?: string | null;
TotalRunningHours?: string | null;
}

§Properties

§
CoverageHoursPercentage?: string | null
[src]

The percentage of instance hours that a reservation covered.

§
OnDemandHours?: string | null
[src]

The number of instance running hours that On-Demand Instances covered.

§
ReservedHours?: string | null
[src]

The number of instance running hours that reservations covered.

§
TotalRunningHours?: string | null
[src]

The total instance usage, in hours.