Skip to content

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

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