ExtendLicenseConsumption
Source:
src/AWS/LicenseManager/ExtendLicenseConsumption.ts
Runtime binding for license-manager:ExtendLicenseConsumption — extend
a PROVISIONAL checkout’s expiration before it lapses, keeping a
long-running consumer’s entitlement active.
Provide the implementation with
Effect.provide(AWS.LicenseManager.ExtendLicenseConsumptionHttp).
License Checkout Data Plane
Section titled “License Checkout Data Plane”// initconst extendConsumption = yield* AWS.LicenseManager.ExtendLicenseConsumption();
// runtimeconst { Expiration } = yield* extendConsumption({ LicenseConsumptionToken: token,});