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).
Tracking Provisioned Products
Section titled “Tracking Provisioned Products”// init — account-level binding, no resource argumentconst listRecordHistory = yield* AWS.ServiceCatalog.ListRecordHistory();
// runtimeconst { RecordDetails } = yield* listRecordHistory();