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

GetReservationPurchaseRecommendationResponse

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

§Properties

§

Information about this specific recommendation call, such as the time stamp for when Cost Explorer generated this recommendation.

§
NextPageToken?: string | null
[src]

The pagination token for the next set of retrievable results.

§
Recommendations?: ReservationPurchaseRecommendation[] | null
[src]

Recommendations for reservations to purchase.