ListManagedNotificationChildEvents
Source:
src/AWS/Notifications/ListManagedNotificationChildEvents.ts
Runtime binding for notifications:ListManagedNotificationChildEvents.
List the child events of one aggregated AWS-managed notification event.
Provide the implementation with
Effect.provide(AWS.Notifications.ListManagedNotificationChildEventsHttp).
Reading AWS-Managed Notifications
Section titled “Reading AWS-Managed Notifications”// init — account-level binding takes no resourceconst listManagedNotificationChildEvents = yield* AWS.Notifications.ListManagedNotificationChildEvents();
// runtimeconst result = yield* listManagedNotificationChildEvents({ aggregateManagedNotificationEventArn: aggregateArn,});const children = result.managedNotificationChildEvents;