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

GetSavingsPlansUtilizationDetailsResponse

import type { GetSavingsPlansUtilizationDetailsResponse } from "https://aws-api.deno.dev/v0.3/services/costexplorer.ts?docs=full";
interface GetSavingsPlansUtilizationDetailsResponse {
NextToken?: string | null;
SavingsPlansUtilizationDetails: SavingsPlansUtilizationDetail[];
TimePeriod: DateInterval;
}

§Properties

§
NextToken?: string | null
[src]

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

§
SavingsPlansUtilizationDetails: SavingsPlansUtilizationDetail[]
[src]

Retrieves a single daily or monthly Savings Plans utilization rate and details for your account.

§

The total Savings Plans utilization, regardless of time period.