Skip to content

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).

// init — account-level binding takes no resource
const listCostAllocationTagBackfillHistory = yield* AWS.CostExplorer.ListCostAllocationTagBackfillHistory();
// runtime
const result = yield* listCostAllocationTagBackfillHistory();
const requests = result.BackfillRequests;