RevokeSubscription
Source:
src/AWS/DataZone/RevokeSubscription.ts
Runtime binding for datazone:RevokeSubscription.
Revokes an approved subscription in the bound domain, optionally retaining already-granted permissions. The domain id is injected from the binding.
Provide the implementation with
Effect.provide(AWS.DataZone.RevokeSubscriptionHttp).
Subscription Workflows
Section titled “Subscription Workflows”// init — bind the operation to the domainconst revokeSubscription = yield* AWS.DataZone.RevokeSubscription(domain);
// runtimeyield* revokeSubscription({ identifier: subscriptionId, retainPermissions: false });