| 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.StartChannel
Description
Starts an existing channel
Synopsis
- data StartChannel = StartChannel' {}
- newStartChannel :: Text -> StartChannel
- startChannel_channelId :: Lens' StartChannel Text
- data StartChannelResponse = StartChannelResponse' {
- arn :: Maybe Text
- cdiInputSpecification :: Maybe CdiInputSpecification
- channelClass :: Maybe ChannelClass
- destinations :: Maybe [OutputDestination]
- egressEndpoints :: Maybe [ChannelEgressEndpoint]
- encoderSettings :: Maybe EncoderSettings
- id :: Maybe Text
- inputAttachments :: Maybe [InputAttachment]
- inputSpecification :: Maybe InputSpecification
- logLevel :: Maybe LogLevel
- maintenance :: Maybe MaintenanceStatus
- name :: Maybe Text
- pipelineDetails :: Maybe [PipelineDetail]
- pipelinesRunningCount :: Maybe Int
- roleArn :: Maybe Text
- state :: Maybe ChannelState
- tags :: Maybe (HashMap Text Text)
- vpc :: Maybe VpcOutputSettingsDescription
- httpStatus :: Int
- newStartChannelResponse :: Int -> StartChannelResponse
- startChannelResponse_arn :: Lens' StartChannelResponse (Maybe Text)
- startChannelResponse_cdiInputSpecification :: Lens' StartChannelResponse (Maybe CdiInputSpecification)
- startChannelResponse_channelClass :: Lens' StartChannelResponse (Maybe ChannelClass)
- startChannelResponse_destinations :: Lens' StartChannelResponse (Maybe [OutputDestination])
- startChannelResponse_egressEndpoints :: Lens' StartChannelResponse (Maybe [ChannelEgressEndpoint])
- startChannelResponse_encoderSettings :: Lens' StartChannelResponse (Maybe EncoderSettings)
- startChannelResponse_id :: Lens' StartChannelResponse (Maybe Text)
- startChannelResponse_inputAttachments :: Lens' StartChannelResponse (Maybe [InputAttachment])
- startChannelResponse_inputSpecification :: Lens' StartChannelResponse (Maybe InputSpecification)
- startChannelResponse_logLevel :: Lens' StartChannelResponse (Maybe LogLevel)
- startChannelResponse_maintenance :: Lens' StartChannelResponse (Maybe MaintenanceStatus)
- startChannelResponse_name :: Lens' StartChannelResponse (Maybe Text)
- startChannelResponse_pipelineDetails :: Lens' StartChannelResponse (Maybe [PipelineDetail])
- startChannelResponse_pipelinesRunningCount :: Lens' StartChannelResponse (Maybe Int)
- startChannelResponse_roleArn :: Lens' StartChannelResponse (Maybe Text)
- startChannelResponse_state :: Lens' StartChannelResponse (Maybe ChannelState)
- startChannelResponse_tags :: Lens' StartChannelResponse (Maybe (HashMap Text Text))
- startChannelResponse_vpc :: Lens' StartChannelResponse (Maybe VpcOutputSettingsDescription)
- startChannelResponse_httpStatus :: Lens' StartChannelResponse Int
Creating a Request
data StartChannel Source #
Placeholder documentation for StartChannelRequest
See: newStartChannel smart constructor.
Constructors
| StartChannel' | |
Instances
Arguments
| :: Text | |
| -> StartChannel |
Create a value of StartChannel 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:
StartChannel, startChannel_channelId - A request to start a channel
Request Lenses
startChannel_channelId :: Lens' StartChannel Text Source #
A request to start a channel
Destructuring the Response
data StartChannelResponse Source #
Placeholder documentation for StartChannelResponse
See: newStartChannelResponse smart constructor.
Constructors
| StartChannelResponse' | |
Fields
| |
Instances
newStartChannelResponse Source #
Arguments
| :: Int | |
| -> StartChannelResponse |
Create a value of StartChannelResponse 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:
StartChannelResponse, startChannelResponse_arn - The unique arn of the channel.
StartChannelResponse, startChannelResponse_cdiInputSpecification - Specification of CDI inputs for this channel
StartChannelResponse, startChannelResponse_channelClass - The class for this channel. STANDARD for a channel with two pipelines or
SINGLE_PIPELINE for a channel with one pipeline.
StartChannelResponse, startChannelResponse_destinations - A list of destinations of the channel. For UDP outputs, there is one
destination per output. For other types (HLS, for example), there is one
destination per packager.
StartChannelResponse, startChannelResponse_egressEndpoints - The endpoints where outgoing connections initiate from
StartChannelResponse, startChannelResponse_encoderSettings - Undocumented member.
StartChannelResponse, startChannelResponse_id - The unique id of the channel.
StartChannelResponse, startChannelResponse_inputAttachments - List of input attachments for channel.
StartChannelResponse, startChannelResponse_inputSpecification - Specification of network and file inputs for this channel
StartChannelResponse, startChannelResponse_logLevel - The log level being written to CloudWatch Logs.
StartChannelResponse, startChannelResponse_maintenance - Maintenance settings for this channel.
StartChannelResponse, startChannelResponse_name - The name of the channel. (user-mutable)
StartChannelResponse, startChannelResponse_pipelineDetails - Runtime details for the pipelines of a running channel.
StartChannelResponse, startChannelResponse_pipelinesRunningCount - The number of currently healthy pipelines.
StartChannelResponse, startChannelResponse_roleArn - The Amazon Resource Name (ARN) of the role assumed when running the
Channel.
StartChannelResponse, startChannelResponse_state - Undocumented member.
StartChannelResponse, startChannelResponse_tags - A collection of key-value pairs.
StartChannelResponse, startChannelResponse_vpc - Settings for VPC output
$sel:httpStatus:StartChannelResponse', startChannelResponse_httpStatus - The response's http status code.
Response Lenses
startChannelResponse_arn :: Lens' StartChannelResponse (Maybe Text) Source #
The unique arn of the channel.
startChannelResponse_cdiInputSpecification :: Lens' StartChannelResponse (Maybe CdiInputSpecification) Source #
Specification of CDI inputs for this channel
startChannelResponse_channelClass :: Lens' StartChannelResponse (Maybe ChannelClass) Source #
The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.
startChannelResponse_destinations :: Lens' StartChannelResponse (Maybe [OutputDestination]) Source #
A list of destinations of the channel. For UDP outputs, there is one destination per output. For other types (HLS, for example), there is one destination per packager.
startChannelResponse_egressEndpoints :: Lens' StartChannelResponse (Maybe [ChannelEgressEndpoint]) Source #
The endpoints where outgoing connections initiate from
startChannelResponse_encoderSettings :: Lens' StartChannelResponse (Maybe EncoderSettings) Source #
Undocumented member.
startChannelResponse_id :: Lens' StartChannelResponse (Maybe Text) Source #
The unique id of the channel.
startChannelResponse_inputAttachments :: Lens' StartChannelResponse (Maybe [InputAttachment]) Source #
List of input attachments for channel.
startChannelResponse_inputSpecification :: Lens' StartChannelResponse (Maybe InputSpecification) Source #
Specification of network and file inputs for this channel
startChannelResponse_logLevel :: Lens' StartChannelResponse (Maybe LogLevel) Source #
The log level being written to CloudWatch Logs.
startChannelResponse_maintenance :: Lens' StartChannelResponse (Maybe MaintenanceStatus) Source #
Maintenance settings for this channel.
startChannelResponse_name :: Lens' StartChannelResponse (Maybe Text) Source #
The name of the channel. (user-mutable)
startChannelResponse_pipelineDetails :: Lens' StartChannelResponse (Maybe [PipelineDetail]) Source #
Runtime details for the pipelines of a running channel.
startChannelResponse_pipelinesRunningCount :: Lens' StartChannelResponse (Maybe Int) Source #
The number of currently healthy pipelines.
startChannelResponse_roleArn :: Lens' StartChannelResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) of the role assumed when running the Channel.
startChannelResponse_state :: Lens' StartChannelResponse (Maybe ChannelState) Source #
Undocumented member.
startChannelResponse_tags :: Lens' StartChannelResponse (Maybe (HashMap Text Text)) Source #
A collection of key-value pairs.
startChannelResponse_vpc :: Lens' StartChannelResponse (Maybe VpcOutputSettingsDescription) Source #
Settings for VPC output
startChannelResponse_httpStatus :: Lens' StartChannelResponse Int Source #
The response's http status code.