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

UtilizationByTime

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

The amount of utilization, in hours.

interface UtilizationByTime {
Groups?: ReservationUtilizationGroup[] | null;
TimePeriod?: DateInterval | null;
Total?: ReservationAggregates | null;
}

§Properties

§

The groups that this utilization result uses.

§
TimePeriod?: DateInterval | null
[src]

The period of time that this utilization was used for.

§

The total number of reservation hours that were used.