| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MediaLive.Types.MultiplexProgram
Description
Synopsis
- data MultiplexProgram = MultiplexProgram' {}
- newMultiplexProgram :: MultiplexProgram
- multiplexProgram_channelId :: Lens' MultiplexProgram (Maybe Text)
- multiplexProgram_multiplexProgramSettings :: Lens' MultiplexProgram (Maybe MultiplexProgramSettings)
- multiplexProgram_packetIdentifiersMap :: Lens' MultiplexProgram (Maybe MultiplexProgramPacketIdentifiersMap)
- multiplexProgram_pipelineDetails :: Lens' MultiplexProgram (Maybe [MultiplexProgramPipelineDetail])
- multiplexProgram_programName :: Lens' MultiplexProgram (Maybe Text)
Documentation
data MultiplexProgram Source #
The multiplex program object.
See: newMultiplexProgram smart constructor.
Constructors
| MultiplexProgram' | |
Fields
| |
Instances
newMultiplexProgram :: MultiplexProgram Source #
Create a value of MultiplexProgram with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:channelId:MultiplexProgram', multiplexProgram_channelId - The MediaLive channel associated with the program.
$sel:multiplexProgramSettings:MultiplexProgram', multiplexProgram_multiplexProgramSettings - The settings for this multiplex program.
$sel:packetIdentifiersMap:MultiplexProgram', multiplexProgram_packetIdentifiersMap - The packet identifier map for this multiplex program.
$sel:pipelineDetails:MultiplexProgram', multiplexProgram_pipelineDetails - Contains information about the current sources for the specified program
in the specified multiplex. Keep in mind that each multiplex pipeline
connects to both pipelines in a given source channel (the channel
identified by the program). But only one of those channel pipelines is
ever active at one time.
$sel:programName:MultiplexProgram', multiplexProgram_programName - The name of the multiplex program.
multiplexProgram_channelId :: Lens' MultiplexProgram (Maybe Text) Source #
The MediaLive channel associated with the program.
multiplexProgram_multiplexProgramSettings :: Lens' MultiplexProgram (Maybe MultiplexProgramSettings) Source #
The settings for this multiplex program.
multiplexProgram_packetIdentifiersMap :: Lens' MultiplexProgram (Maybe MultiplexProgramPacketIdentifiersMap) Source #
The packet identifier map for this multiplex program.
multiplexProgram_pipelineDetails :: Lens' MultiplexProgram (Maybe [MultiplexProgramPipelineDetail]) Source #
Contains information about the current sources for the specified program in the specified multiplex. Keep in mind that each multiplex pipeline connects to both pipelines in a given source channel (the channel identified by the program). But only one of those channel pipelines is ever active at one time.
multiplexProgram_programName :: Lens' MultiplexProgram (Maybe Text) Source #
The name of the multiplex program.