| 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.MultiplexProgramSummary
Description
Documentation
data MultiplexProgramSummary Source #
Placeholder documentation for MultiplexProgramSummary
See: newMultiplexProgramSummary smart constructor.
Constructors
| MultiplexProgramSummary' | |
Instances
newMultiplexProgramSummary :: MultiplexProgramSummary Source #
Create a value of MultiplexProgramSummary 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:MultiplexProgramSummary', multiplexProgramSummary_channelId - The MediaLive Channel associated with the program.
$sel:programName:MultiplexProgramSummary', multiplexProgramSummary_programName - The name of the multiplex program.
multiplexProgramSummary_channelId :: Lens' MultiplexProgramSummary (Maybe Text) Source #
The MediaLive Channel associated with the program.
multiplexProgramSummary_programName :: Lens' MultiplexProgramSummary (Maybe Text) Source #
The name of the multiplex program.