ListLicenses
Source:
src/AWS/LicenseManager/ListLicenses.ts
Runtime binding for license-manager:ListLicenses — list the
seller-issued licenses owned by the account.
Provide the implementation with
Effect.provide(AWS.LicenseManager.ListLicensesHttp).
Reading Licenses and Grants
Section titled “Reading Licenses and Grants”// initconst listLicenses = yield* AWS.LicenseManager.ListLicenses();
// runtimeconst { Licenses } = yield* listLicenses();