GetSavingsPlanPurchaseRecommendationDetails
Source:
src/AWS/CostExplorer/GetSavingsPlanPurchaseRecommendationDetails.ts
Runtime binding for ce:GetSavingsPlanPurchaseRecommendationDetails.
Retrieve the hourly data points behind one Savings Plans
recommendation — the cost, coverage, and utilization charts. Provide the implementation with
Effect.provide(AWS.CostExplorer.GetSavingsPlanPurchaseRecommendationDetailsHttp).
Savings Plans
Section titled “Savings Plans”// init — account-level binding takes no resourceconst getSavingsPlanPurchaseRecommendationDetails = yield* AWS.CostExplorer.GetSavingsPlanPurchaseRecommendationDetails();
// runtimeconst result = yield* getSavingsPlanPurchaseRecommendationDetails({ RecommendationDetailId: detailId,});