Skip to content

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

// init
const listLicenses = yield* AWS.LicenseManager.ListLicenses();
// runtime
const { Licenses } = yield* listLicenses();