GetLicenseUsage
Source:
src/AWS/LicenseManager/GetLicenseUsage.ts
Runtime binding for license-manager:GetLicenseUsage — read the
per-entitlement usage counters of a seller-issued license.
Provide the implementation with
Effect.provide(AWS.LicenseManager.GetLicenseUsageHttp).
Reading Licenses and Grants
Section titled “Reading Licenses and Grants”// initconst getLicenseUsage = yield* AWS.LicenseManager.GetLicenseUsage();
// runtimeconst { LicenseUsage } = yield* getLicenseUsage({ LicenseArn: licenseArn,});