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).
Reading Licenses and Grants
Section titled “Reading Licenses and Grants”// initconst listReceived = yield* AWS.LicenseManager.ListReceivedLicenses();
// runtimeconst { Licenses } = yield* listReceived();