AcceptGrant
Source:
src/AWS/LicenseManager/AcceptGrant.ts
Runtime binding for license-manager:AcceptGrant — accept a license
grant that another account distributed to this account, activating the
granted entitlements.
Provide the implementation with
Effect.provide(AWS.LicenseManager.AcceptGrantHttp).
Managing Grants
Section titled “Managing Grants”// initconst acceptGrant = yield* AWS.LicenseManager.AcceptGrant();
// runtimeconst { Status } = yield* acceptGrant({ GrantArn: grantArn });