Skip to content

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).

// init — account-level binding takes no resource
const getManagedNotificationChildEvent =
yield* AWS.Notifications.GetManagedNotificationChildEvent();
// runtime
const child = yield* getManagedNotificationChildEvent({ arn: childArn });