Skip to content

GetGrant

Source: src/AWS/LicenseManager/GetGrant.ts

Runtime binding for license-manager:GetGrant — read a license grant’s details (grantee, allowed operations, status) by ARN.

Provide the implementation with Effect.provide(AWS.LicenseManager.GetGrantHttp).

// init
const getGrant = yield* AWS.LicenseManager.GetGrant();
// runtime
const { Grant } = yield* getGrant({ GrantArn: grantArn });