ListCostAllocationTagBackfillHistory
Source:
src/AWS/CostExplorer/ListCostAllocationTagBackfillHistory.ts
Runtime binding for ce:ListCostAllocationTagBackfillHistory.
List your historical cost allocation tag backfill requests and
their status. Provide the implementation with
Effect.provide(AWS.CostExplorer.ListCostAllocationTagBackfillHistoryHttp).
Cost Allocation Tags
Section titled “Cost Allocation Tags”// init — account-level binding takes no resourceconst listCostAllocationTagBackfillHistory = yield* AWS.CostExplorer.ListCostAllocationTagBackfillHistory();
// runtimeconst result = yield* listCostAllocationTagBackfillHistory();const requests = result.BackfillRequests;