| 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.DeleteMultiplexProgram
Description
Delete a program from a multiplex.
Synopsis
- data DeleteMultiplexProgram = DeleteMultiplexProgram' {
- multiplexId :: Text
- programName :: Text
- newDeleteMultiplexProgram :: Text -> Text -> DeleteMultiplexProgram
- deleteMultiplexProgram_multiplexId :: Lens' DeleteMultiplexProgram Text
- deleteMultiplexProgram_programName :: Lens' DeleteMultiplexProgram Text
- data DeleteMultiplexProgramResponse = DeleteMultiplexProgramResponse' {}
- newDeleteMultiplexProgramResponse :: Int -> DeleteMultiplexProgramResponse
- deleteMultiplexProgramResponse_channelId :: Lens' DeleteMultiplexProgramResponse (Maybe Text)
- deleteMultiplexProgramResponse_multiplexProgramSettings :: Lens' DeleteMultiplexProgramResponse (Maybe MultiplexProgramSettings)
- deleteMultiplexProgramResponse_packetIdentifiersMap :: Lens' DeleteMultiplexProgramResponse (Maybe MultiplexProgramPacketIdentifiersMap)
- deleteMultiplexProgramResponse_pipelineDetails :: Lens' DeleteMultiplexProgramResponse (Maybe [MultiplexProgramPipelineDetail])
- deleteMultiplexProgramResponse_programName :: Lens' DeleteMultiplexProgramResponse (Maybe Text)
- deleteMultiplexProgramResponse_httpStatus :: Lens' DeleteMultiplexProgramResponse Int
Creating a Request
data DeleteMultiplexProgram Source #
Placeholder documentation for DeleteMultiplexProgramRequest
See: newDeleteMultiplexProgram smart constructor.
Constructors
| DeleteMultiplexProgram' | |
Fields
| |
Instances
newDeleteMultiplexProgram Source #
Create a value of DeleteMultiplexProgram 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:
DeleteMultiplexProgram, deleteMultiplexProgram_multiplexId - The ID of the multiplex that the program belongs to.
DeleteMultiplexProgram, deleteMultiplexProgram_programName - The multiplex program name.
Request Lenses
deleteMultiplexProgram_multiplexId :: Lens' DeleteMultiplexProgram Text Source #
The ID of the multiplex that the program belongs to.
deleteMultiplexProgram_programName :: Lens' DeleteMultiplexProgram Text Source #
The multiplex program name.
Destructuring the Response
data DeleteMultiplexProgramResponse Source #
Placeholder documentation for DeleteMultiplexProgramResponse
See: newDeleteMultiplexProgramResponse smart constructor.
Constructors
| DeleteMultiplexProgramResponse' | |
Fields
| |
Instances
newDeleteMultiplexProgramResponse Source #
Create a value of DeleteMultiplexProgramResponse 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:
DeleteMultiplexProgramResponse, deleteMultiplexProgramResponse_channelId - The MediaLive channel associated with the program.
DeleteMultiplexProgramResponse, deleteMultiplexProgramResponse_multiplexProgramSettings - The settings for this multiplex program.
DeleteMultiplexProgramResponse, deleteMultiplexProgramResponse_packetIdentifiersMap - The packet identifier map for this multiplex program.
DeleteMultiplexProgramResponse, deleteMultiplexProgramResponse_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.
DeleteMultiplexProgram, deleteMultiplexProgramResponse_programName - The name of the multiplex program.
$sel:httpStatus:DeleteMultiplexProgramResponse', deleteMultiplexProgramResponse_httpStatus - The response's http status code.
Response Lenses
deleteMultiplexProgramResponse_channelId :: Lens' DeleteMultiplexProgramResponse (Maybe Text) Source #
The MediaLive channel associated with the program.
deleteMultiplexProgramResponse_multiplexProgramSettings :: Lens' DeleteMultiplexProgramResponse (Maybe MultiplexProgramSettings) Source #
The settings for this multiplex program.
deleteMultiplexProgramResponse_packetIdentifiersMap :: Lens' DeleteMultiplexProgramResponse (Maybe MultiplexProgramPacketIdentifiersMap) Source #
The packet identifier map for this multiplex program.
deleteMultiplexProgramResponse_pipelineDetails :: Lens' DeleteMultiplexProgramResponse (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.
deleteMultiplexProgramResponse_programName :: Lens' DeleteMultiplexProgramResponse (Maybe Text) Source #
The name of the multiplex program.
deleteMultiplexProgramResponse_httpStatus :: Lens' DeleteMultiplexProgramResponse Int Source #
The response's http status code.