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

GetReservationUtilizationResponse

import type { GetReservationUtilizationResponse } from "https://aws-api.deno.dev/v0.3/services/costexplorer.ts?docs=full";
interface GetReservationUtilizationResponse {
NextPageToken?: string | null;
Total?: ReservationAggregates | null;
UtilizationsByTime: UtilizationByTime[];
}

§Properties

§
NextPageToken?: string | null
[src]

The token for the next set of retrievable results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.

§

The total amount of time that you used your RIs.

§
UtilizationsByTime: UtilizationByTime[]
[src]

The amount of time that you used your RIs.