StartChannel
Source:
src/AWS/MediaTailor/StartChannel.ts
Runtime binding for mediatailor:StartChannel — start a channel-assembly
channel so it begins producing its linear stream.
Channel names are runtime parameters, so the binding is account-level and
grants mediatailor:StartChannel on *. Provide the implementation with
Effect.provide(AWS.MediaTailor.StartChannelHttp).
Channel Assembly
Section titled “Channel Assembly”const startChannel = yield* AWS.MediaTailor.StartChannel();
yield* startChannel({ ChannelName: "my-channel" });