Skip to content

UpdateChannel

Source: src/AWS/RePostSpace/UpdateChannel.ts

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

Renames a channel of the bound Space and/or updates its description. Provide the implementation with Effect.provide(AWS.RePostSpace.UpdateChannelHttp).

const updateChannel = yield* AWS.RePostSpace.UpdateChannel(space);
yield* updateChannel({
channelId,
channelName: "Networking & DNS",
});