ListTokens
Source:
src/AWS/LicenseManager/ListTokens.ts
Runtime binding for license-manager:ListTokens — enumerate the refresh
tokens minted for the account’s licenses (token metadata only; the token
material itself is returned once by CreateToken).
Provide the implementation with
Effect.provide(AWS.LicenseManager.ListTokensHttp).
License Checkout Data Plane
Section titled “License Checkout Data Plane”// initconst listTokens = yield* AWS.LicenseManager.ListTokens();
// runtimeconst { Tokens } = yield* listTokens();