CancelSubscription
Source:
src/AWS/DataZone/CancelSubscription.ts
Runtime binding for datazone:CancelSubscription.
Cancels a subscription in the bound domain. The domain id is injected from the binding.
Provide the implementation with
Effect.provide(AWS.DataZone.CancelSubscriptionHttp).
Subscription Workflows
Section titled “Subscription Workflows”// init — bind the operation to the domainconst cancelSubscription = yield* AWS.DataZone.CancelSubscription(domain);
// runtimeyield* cancelSubscription({ identifier: subscriptionId });