CheckInLicense
Source:
src/AWS/LicenseManager/CheckInLicense.ts
Runtime binding for license-manager:CheckInLicense — return a
previously checked-out entitlement to the license pool using the
consumption token from CheckoutLicense.
Provide the implementation with
Effect.provide(AWS.LicenseManager.CheckInLicenseHttp).
License Checkout Data Plane
Section titled “License Checkout Data Plane”// initconst checkInLicense = yield* AWS.LicenseManager.CheckInLicense();
// runtimeyield* checkInLicense({ LicenseConsumptionToken: token });