| 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.DescribeMultiplexProgram
Description
Get the details for a program in a multiplex.
Synopsis
- data DescribeMultiplexProgram = DescribeMultiplexProgram' {
- multiplexId :: Text
- programName :: Text
- newDescribeMultiplexProgram :: Text -> Text -> DescribeMultiplexProgram
- describeMultiplexProgram_multiplexId :: Lens' DescribeMultiplexProgram Text
- describeMultiplexProgram_programName :: Lens' DescribeMultiplexProgram Text
- data DescribeMultiplexProgramResponse = DescribeMultiplexProgramResponse' {}
- newDescribeMultiplexProgramResponse :: Int -> DescribeMultiplexProgramResponse
- describeMultiplexProgramResponse_channelId :: Lens' DescribeMultiplexProgramResponse (Maybe Text)
- describeMultiplexProgramResponse_multiplexProgramSettings :: Lens' DescribeMultiplexProgramResponse (Maybe MultiplexProgramSettings)
- describeMultiplexProgramResponse_packetIdentifiersMap :: Lens' DescribeMultiplexProgramResponse (Maybe MultiplexProgramPacketIdentifiersMap)
- describeMultiplexProgramResponse_pipelineDetails :: Lens' DescribeMultiplexProgramResponse (Maybe [MultiplexProgramPipelineDetail])
- describeMultiplexProgramResponse_programName :: Lens' DescribeMultiplexProgramResponse (Maybe Text)
- describeMultiplexProgramResponse_httpStatus :: Lens' DescribeMultiplexProgramResponse Int
Creating a Request
data DescribeMultiplexProgram Source #
Placeholder documentation for DescribeMultiplexProgramRequest
See: newDescribeMultiplexProgram smart constructor.
Constructors
| DescribeMultiplexProgram' | |
Fields
| |
Instances
newDescribeMultiplexProgram Source #
Create a value of DescribeMultiplexProgram 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:
DescribeMultiplexProgram, describeMultiplexProgram_multiplexId - The ID of the multiplex that the program belongs to.
DescribeMultiplexProgram, describeMultiplexProgram_programName - The name of the program.
Request Lenses
describeMultiplexProgram_multiplexId :: Lens' DescribeMultiplexProgram Text Source #
The ID of the multiplex that the program belongs to.
describeMultiplexProgram_programName :: Lens' DescribeMultiplexProgram Text Source #
The name of the program.
Destructuring the Response
data DescribeMultiplexProgramResponse Source #
Placeholder documentation for DescribeMultiplexProgramResponse
See: newDescribeMultiplexProgramResponse smart constructor.
Constructors
| DescribeMultiplexProgramResponse' | |
Fields
| |
Instances
newDescribeMultiplexProgramResponse Source #
Create a value of DescribeMultiplexProgramResponse 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:
DescribeMultiplexProgramResponse, describeMultiplexProgramResponse_channelId - The MediaLive channel associated with the program.
DescribeMultiplexProgramResponse, describeMultiplexProgramResponse_multiplexProgramSettings - The settings for this multiplex program.
DescribeMultiplexProgramResponse, describeMultiplexProgramResponse_packetIdentifiersMap - The packet identifier map for this multiplex program.
DescribeMultiplexProgramResponse, describeMultiplexProgramResponse_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.
DescribeMultiplexProgram, describeMultiplexProgramResponse_programName - The name of the multiplex program.
$sel:httpStatus:DescribeMultiplexProgramResponse', describeMultiplexProgramResponse_httpStatus - The response's http status code.
Response Lenses
describeMultiplexProgramResponse_channelId :: Lens' DescribeMultiplexProgramResponse (Maybe Text) Source #
The MediaLive channel associated with the program.
describeMultiplexProgramResponse_multiplexProgramSettings :: Lens' DescribeMultiplexProgramResponse (Maybe MultiplexProgramSettings) Source #
The settings for this multiplex program.
describeMultiplexProgramResponse_packetIdentifiersMap :: Lens' DescribeMultiplexProgramResponse (Maybe MultiplexProgramPacketIdentifiersMap) Source #
The packet identifier map for this multiplex program.
describeMultiplexProgramResponse_pipelineDetails :: Lens' DescribeMultiplexProgramResponse (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.
describeMultiplexProgramResponse_programName :: Lens' DescribeMultiplexProgramResponse (Maybe Text) Source #
The name of the multiplex program.
describeMultiplexProgramResponse_httpStatus :: Lens' DescribeMultiplexProgramResponse Int Source #
The response's http status code.