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

GetSavingsPlansCoverageResponse

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

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

§
SavingsPlansCoverages: SavingsPlansCoverage[]
[src]

The amount of spend that your Savings Plans covered.