Skip to content

ListReceivedLicenses

Source: src/AWS/LicenseManager/ListReceivedLicenses.ts

Runtime binding for license-manager:ListReceivedLicenses — list the licenses granted to the account (e.g. AWS Marketplace entitlements), the consumer-side counterpart of ListLicenses.

Provide the implementation with Effect.provide(AWS.LicenseManager.ListReceivedLicensesHttp).

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