GetSavingsPlansCoverage
Source:
src/AWS/CostExplorer/GetSavingsPlansCoverage.ts
Runtime binding for ce:GetSavingsPlansCoverage.
Retrieve how much of your eligible spend was covered by Savings
Plans over a time period. Provide the implementation with
Effect.provide(AWS.CostExplorer.GetSavingsPlansCoverageHttp).
Savings Plans
Section titled “Savings Plans”// init — account-level binding takes no resourceconst getSavingsPlansCoverage = yield* AWS.CostExplorer.GetSavingsPlansCoverage();
// runtimeconst result = yield* getSavingsPlansCoverage({ TimePeriod: { Start: "2026-06-01", End: "2026-07-01" },});