ListDistributedGrants
Source:
src/AWS/LicenseManager/ListDistributedGrants.ts
Runtime binding for license-manager:ListDistributedGrants — list the
grants this account has distributed to other accounts.
Provide the implementation with
Effect.provide(AWS.LicenseManager.ListDistributedGrantsHttp).
Managing Grants
Section titled “Managing Grants”// initconst listDistributedGrants = yield* AWS.LicenseManager.ListDistributedGrants();
// runtimeconst { Grants } = yield* listDistributedGrants();