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