ListSavingsPlansPurchaseRecommendationGeneration
Source:
src/AWS/CostExplorer/ListSavingsPlansPurchaseRecommendationGeneration.ts
Runtime binding for ce:ListSavingsPlansPurchaseRecommendationGeneration.
List your Savings Plans recommendation generations from the past
30 days with their status. Provide the implementation with
Effect.provide(AWS.CostExplorer.ListSavingsPlansPurchaseRecommendationGenerationHttp).
Savings Plans
Section titled “Savings Plans”// init — account-level binding takes no resourceconst listSavingsPlansPurchaseRecommendationGeneration = yield* AWS.CostExplorer.ListSavingsPlansPurchaseRecommendationGeneration();
// runtimeconst result = yield* listSavingsPlansPurchaseRecommendationGeneration();const generations = result.GenerationSummaryList;