ListChannels
Source:
src/AWS/Notifications/ListChannels.ts
Runtime binding for notifications:ListChannels.
List the delivery channel ARNs associated with a notification
configuration. Provide the implementation with
Effect.provide(AWS.Notifications.ListChannelsHttp).
Reading Configuration Channels
Section titled “Reading Configuration Channels”// init — bind the operation to the configurationconst listChannels = yield* AWS.Notifications.ListChannels(config);
// runtimeconst result = yield* listChannels();const channelArns = result.channels;