ListNotifications
Source:
src/AWS/DataZone/ListNotifications.ts
Runtime binding for datazone:ListNotifications.
Lists task or event notifications for the calling user in the bound domain. The domain id is injected from the binding.
Provide the implementation with
Effect.provide(AWS.DataZone.ListNotificationsHttp).
Portal, Profiles & Notifications
Section titled “Portal, Profiles & Notifications”// init — bind the operation to the domainconst listNotifications = yield* AWS.DataZone.ListNotifications(domain);
// runtimeconst tasks = yield* listNotifications({ type: "TASK", taskStatus: "ACTIVE" });