Skip to content

ListResourceInventory

Source: src/AWS/LicenseManager/ListResourceInventory.ts

Runtime binding for license-manager:ListResourceInventory — list the resource inventory (instances and their platform details) discovered by License Manager via Systems Manager inventory.

Provide the implementation with Effect.provide(AWS.LicenseManager.ListResourceInventoryHttp).

// init
const listInventory = yield* AWS.LicenseManager.ListResourceInventory();
// runtime
const { ResourceInventoryList } = yield* listInventory();