GetManagedNotificationChildEvent
Source:
src/AWS/Notifications/GetManagedNotificationChildEvent.ts
Runtime binding for notifications:GetManagedNotificationChildEvent.
Fetch one child event of an aggregated AWS-managed notification (e.g. a
single account/region item inside an aggregate AWS Health event) by its
ARN. Provide the implementation with
Effect.provide(AWS.Notifications.GetManagedNotificationChildEventHttp).
Reading AWS-Managed Notifications
Section titled “Reading AWS-Managed Notifications”// init — account-level binding takes no resourceconst getManagedNotificationChildEvent = yield* AWS.Notifications.GetManagedNotificationChildEvent();
// runtimeconst child = yield* getManagedNotificationChildEvent({ arn: childArn });