ListManagedNotificationChannelAssociations
Source:
src/AWS/Notifications/ListManagedNotificationChannelAssociations.ts
Runtime binding for
notifications:ListManagedNotificationChannelAssociations.
List the account contacts and channels associated with an AWS-managed
notification configuration. Provide the implementation with
Effect.provide(AWS.Notifications.ListManagedNotificationChannelAssociationsHttp).
Reading AWS-Managed Notifications
Section titled “Reading AWS-Managed Notifications”// init — account-level binding takes no resourceconst listManagedNotificationChannelAssociations = yield* AWS.Notifications.ListManagedNotificationChannelAssociations();
// runtimeconst result = yield* listManagedNotificationChannelAssociations({ managedNotificationConfigurationArn: managedConfigArn,});const channels = result.channelAssociations;