Skip to content

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).

// init
const checkInLicense = yield* AWS.LicenseManager.CheckInLicense();
// runtime
yield* checkInLicense({ LicenseConsumptionToken: token });