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).
Reading Licenses and Grants
Section titled “Reading Licenses and Grants”// initconst getGrant = yield* AWS.LicenseManager.GetGrant();
// runtimeconst { Grant } = yield* getGrant({ GrantArn: grantArn });