Skip to content

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

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