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 |
Synopsis
- data Channel = Channel' {
- 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
- newChannel :: Channel
- channel_arn :: Lens' Channel (Maybe Text)
- channel_cdiInputSpecification :: Lens' Channel (Maybe CdiInputSpecification)
- channel_channelClass :: Lens' Channel (Maybe ChannelClass)
- channel_destinations :: Lens' Channel (Maybe [OutputDestination])
- channel_egressEndpoints :: Lens' Channel (Maybe [ChannelEgressEndpoint])
- channel_encoderSettings :: Lens' Channel (Maybe EncoderSettings)
- channel_id :: Lens' Channel (Maybe Text)
- channel_inputAttachments :: Lens' Channel (Maybe [InputAttachment])
- channel_inputSpecification :: Lens' Channel (Maybe InputSpecification)
- channel_logLevel :: Lens' Channel (Maybe LogLevel)
- channel_maintenance :: Lens' Channel (Maybe MaintenanceStatus)
- channel_name :: Lens' Channel (Maybe Text)
- channel_pipelineDetails :: Lens' Channel (Maybe [PipelineDetail])
- channel_pipelinesRunningCount :: Lens' Channel (Maybe Int)
- channel_roleArn :: Lens' Channel (Maybe Text)
- channel_state :: Lens' Channel (Maybe ChannelState)
- channel_tags :: Lens' Channel (Maybe (HashMap Text Text))
- channel_vpc :: Lens' Channel (Maybe VpcOutputSettingsDescription)
Documentation
Placeholder documentation for Channel
See: newChannel
smart constructor.
Channel' | |
|
Instances
newChannel :: Channel Source #
Create a value of Channel
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:arn:Channel'
, channel_arn
- The unique arn of the channel.
$sel:cdiInputSpecification:Channel'
, channel_cdiInputSpecification
- Specification of CDI inputs for this channel
$sel:channelClass:Channel'
, channel_channelClass
- The class for this channel. STANDARD for a channel with two pipelines or
SINGLE_PIPELINE for a channel with one pipeline.
$sel:destinations:Channel'
, channel_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.
$sel:egressEndpoints:Channel'
, channel_egressEndpoints
- The endpoints where outgoing connections initiate from
$sel:encoderSettings:Channel'
, channel_encoderSettings
- Undocumented member.
Channel
, channel_id
- The unique id of the channel.
$sel:inputAttachments:Channel'
, channel_inputAttachments
- List of input attachments for channel.
$sel:inputSpecification:Channel'
, channel_inputSpecification
- Specification of network and file inputs for this channel
$sel:logLevel:Channel'
, channel_logLevel
- The log level being written to CloudWatch Logs.
$sel:maintenance:Channel'
, channel_maintenance
- Maintenance settings for this channel.
$sel:name:Channel'
, channel_name
- The name of the channel. (user-mutable)
$sel:pipelineDetails:Channel'
, channel_pipelineDetails
- Runtime details for the pipelines of a running channel.
$sel:pipelinesRunningCount:Channel'
, channel_pipelinesRunningCount
- The number of currently healthy pipelines.
$sel:roleArn:Channel'
, channel_roleArn
- The Amazon Resource Name (ARN) of the role assumed when running the
Channel.
$sel:state:Channel'
, channel_state
- Undocumented member.
$sel:tags:Channel'
, channel_tags
- A collection of key-value pairs.
$sel:vpc:Channel'
, channel_vpc
- Settings for VPC output
channel_cdiInputSpecification :: Lens' Channel (Maybe CdiInputSpecification) Source #
Specification of CDI inputs for this channel
channel_channelClass :: Lens' Channel (Maybe ChannelClass) Source #
The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.
channel_destinations :: Lens' Channel (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.
channel_egressEndpoints :: Lens' Channel (Maybe [ChannelEgressEndpoint]) Source #
The endpoints where outgoing connections initiate from
channel_encoderSettings :: Lens' Channel (Maybe EncoderSettings) Source #
Undocumented member.
channel_inputAttachments :: Lens' Channel (Maybe [InputAttachment]) Source #
List of input attachments for channel.
channel_inputSpecification :: Lens' Channel (Maybe InputSpecification) Source #
Specification of network and file inputs for this channel
channel_logLevel :: Lens' Channel (Maybe LogLevel) Source #
The log level being written to CloudWatch Logs.
channel_maintenance :: Lens' Channel (Maybe MaintenanceStatus) Source #
Maintenance settings for this channel.
channel_pipelineDetails :: Lens' Channel (Maybe [PipelineDetail]) Source #
Runtime details for the pipelines of a running channel.
channel_pipelinesRunningCount :: Lens' Channel (Maybe Int) Source #
The number of currently healthy pipelines.
channel_roleArn :: Lens' Channel (Maybe Text) Source #
The Amazon Resource Name (ARN) of the role assumed when running the Channel.
channel_state :: Lens' Channel (Maybe ChannelState) Source #
Undocumented member.
channel_vpc :: Lens' Channel (Maybe VpcOutputSettingsDescription) Source #
Settings for VPC output