ListLicenseVersions
Source:
src/AWS/LicenseManager/ListLicenseVersions.ts
Runtime binding for license-manager:ListLicenseVersions — list all
versions of a seller-issued license.
Provide the implementation with
Effect.provide(AWS.LicenseManager.ListLicenseVersionsHttp).
Reading Licenses and Grants
Section titled “Reading Licenses and Grants”// initconst listVersions = yield* AWS.LicenseManager.ListLicenseVersions();
// runtimeconst { Licenses } = yield* listVersions({ LicenseArn: licenseArn });