StopChannel
Source:
src/AWS/MediaTailor/StopChannel.ts
Runtime binding for mediatailor:StopChannel — stop a running
channel-assembly channel.
Channel names are runtime parameters, so the binding is account-level and
grants mediatailor:StopChannel on *. Provide the implementation with
Effect.provide(AWS.MediaTailor.StopChannelHttp).
Channel Assembly
Section titled “Channel Assembly”const stopChannel = yield* AWS.MediaTailor.StopChannel();
yield* stopChannel({ ChannelName: "my-channel" });