StartSavingsPlansPurchaseRecommendationGeneration
Source:
src/AWS/CostExplorer/StartSavingsPlansPurchaseRecommendationGeneration.ts
Runtime binding for ce:StartSavingsPlansPurchaseRecommendationGeneration.
Request a fresh Savings Plans recommendation generation based on
your latest usage (limited to one generation per day). Provide the implementation with
Effect.provide(AWS.CostExplorer.StartSavingsPlansPurchaseRecommendationGenerationHttp).
Savings Plans
Section titled “Savings Plans”// init — account-level binding takes no resourceconst startSavingsPlansPurchaseRecommendationGeneration = yield* AWS.CostExplorer.StartSavingsPlansPurchaseRecommendationGeneration();
// runtimeconst result = yield* startSavingsPlansPurchaseRecommendationGeneration();const generationId = result.RecommendationId;