ListReceivedGrants
Source:
src/AWS/LicenseManager/ListReceivedGrants.ts
Runtime binding for license-manager:ListReceivedGrants — list the
grants distributed to this account, e.g. to find pending grants to
AcceptGrant.
Provide the implementation with
Effect.provide(AWS.LicenseManager.ListReceivedGrantsHttp).
Managing Grants
Section titled “Managing Grants”// initconst listReceivedGrants = yield* AWS.LicenseManager.ListReceivedGrants();
// runtimeconst { Grants } = yield* listReceivedGrants();