Skip to content

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

// init
const listDistributedGrants =
yield* AWS.LicenseManager.ListDistributedGrants();
// runtime
const { Grants } = yield* listDistributedGrants();