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