Skip to content

ListChannels

Source: src/AWS/RePostSpace/ListChannels.ts

Runtime binding for the ListChannels operation (IAM action repostspace:ListChannels on the space ARN).

Lists the channels of the bound Space, one page per call (nextToken/maxResults). Provide the implementation with Effect.provide(AWS.RePostSpace.ListChannelsHttp).

const listChannels = yield* AWS.RePostSpace.ListChannels(space);
const { channels } = yield* listChannels();