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).
Resource Inventory and Specifications
Section titled “Resource Inventory and Specifications”// initconst listInventory = yield* AWS.LicenseManager.ListResourceInventory();
// runtimeconst { ResourceInventoryList } = yield* listInventory();