Skip to content

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

// init
const acceptGrant = yield* AWS.LicenseManager.AcceptGrant();
// runtime
const { Status } = yield* acceptGrant({ GrantArn: grantArn });