Skip to content

ListRecordHistory

Source: src/AWS/ServiceCatalog/ListRecordHistory.ts

Runtime binding for servicecatalog:ListRecordHistory.

Lists the caller’s past provisioning records (provision, update, and terminate requests), newest first.

Account-level operation — which products the caller can see and act on is governed by portfolio principal associations, so the binding takes no resource argument. Provide the implementation with Effect.provide(AWS.ServiceCatalog.ListRecordHistoryHttp).

// init — account-level binding, no resource argument
const listRecordHistory = yield* AWS.ServiceCatalog.ListRecordHistory();
// runtime
const { RecordDetails } = yield* listRecordHistory();