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

GetReservationCoverageResponse

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

§Properties

§
CoveragesByTime: CoverageByTime[]
[src]

The amount of time that your reservations covered.

§
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.

§
Total?: Coverage | null
[src]

The total amount of instance usage that a reservation covered.