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 ChannelSummary = ChannelSummary' {
- arn :: Maybe Text
- cdiInputSpecification :: Maybe CdiInputSpecification
- channelClass :: Maybe ChannelClass
- destinations :: Maybe [OutputDestination]
- egressEndpoints :: Maybe [ChannelEgressEndpoint]
- id :: Maybe Text
- inputAttachments :: Maybe [InputAttachment]
- inputSpecification :: Maybe InputSpecification
- logLevel :: Maybe LogLevel
- maintenance :: Maybe MaintenanceStatus
- name :: Maybe Text
- pipelinesRunningCount :: Maybe Int
- roleArn :: Maybe Text
- state :: Maybe ChannelState
- tags :: Maybe (HashMap Text Text)
- vpc :: Maybe VpcOutputSettingsDescription
- newChannelSummary :: ChannelSummary
- channelSummary_arn :: Lens' ChannelSummary (Maybe Text)
- channelSummary_cdiInputSpecification :: Lens' ChannelSummary (Maybe CdiInputSpecification)
- channelSummary_channelClass :: Lens' ChannelSummary (Maybe ChannelClass)
- channelSummary_destinations :: Lens' ChannelSummary (Maybe [OutputDestination])
- channelSummary_egressEndpoints :: Lens' ChannelSummary (Maybe [ChannelEgressEndpoint])
- channelSummary_id :: Lens' ChannelSummary (Maybe Text)
- channelSummary_inputAttachments :: Lens' ChannelSummary (Maybe [InputAttachment])
- channelSummary_inputSpecification :: Lens' ChannelSummary (Maybe InputSpecification)
- channelSummary_logLevel :: Lens' ChannelSummary (Maybe LogLevel)
- channelSummary_maintenance :: Lens' ChannelSummary (Maybe MaintenanceStatus)
- channelSummary_name :: Lens' ChannelSummary (Maybe Text)
- channelSummary_pipelinesRunningCount :: Lens' ChannelSummary (Maybe Int)
- channelSummary_roleArn :: Lens' ChannelSummary (Maybe Text)
- channelSummary_state :: Lens' ChannelSummary (Maybe ChannelState)
- channelSummary_tags :: Lens' ChannelSummary (Maybe (HashMap Text Text))
- channelSummary_vpc :: Lens' ChannelSummary (Maybe VpcOutputSettingsDescription)
Documentation
data ChannelSummary Source #
Placeholder documentation for ChannelSummary
See: newChannelSummary
smart constructor.
ChannelSummary' | |
|
Instances
newChannelSummary :: ChannelSummary Source #
Create a value of ChannelSummary
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:ChannelSummary'
, channelSummary_arn
- The unique arn of the channel.
$sel:cdiInputSpecification:ChannelSummary'
, channelSummary_cdiInputSpecification
- Specification of CDI inputs for this channel
$sel:channelClass:ChannelSummary'
, channelSummary_channelClass
- The class for this channel. STANDARD for a channel with two pipelines or
SINGLE_PIPELINE for a channel with one pipeline.
$sel:destinations:ChannelSummary'
, channelSummary_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:ChannelSummary'
, channelSummary_egressEndpoints
- The endpoints where outgoing connections initiate from
ChannelSummary
, channelSummary_id
- The unique id of the channel.
$sel:inputAttachments:ChannelSummary'
, channelSummary_inputAttachments
- List of input attachments for channel.
$sel:inputSpecification:ChannelSummary'
, channelSummary_inputSpecification
- Specification of network and file inputs for this channel
$sel:logLevel:ChannelSummary'
, channelSummary_logLevel
- The log level being written to CloudWatch Logs.
$sel:maintenance:ChannelSummary'
, channelSummary_maintenance
- Maintenance settings for this channel.
$sel:name:ChannelSummary'
, channelSummary_name
- The name of the channel. (user-mutable)
$sel:pipelinesRunningCount:ChannelSummary'
, channelSummary_pipelinesRunningCount
- The number of currently healthy pipelines.
$sel:roleArn:ChannelSummary'
, channelSummary_roleArn
- The Amazon Resource Name (ARN) of the role assumed when running the
Channel.
$sel:state:ChannelSummary'
, channelSummary_state
- Undocumented member.
$sel:tags:ChannelSummary'
, channelSummary_tags
- A collection of key-value pairs.
$sel:vpc:ChannelSummary'
, channelSummary_vpc
- Settings for any VPC outputs.
channelSummary_arn :: Lens' ChannelSummary (Maybe Text) Source #
The unique arn of the channel.
channelSummary_cdiInputSpecification :: Lens' ChannelSummary (Maybe CdiInputSpecification) Source #
Specification of CDI inputs for this channel
channelSummary_channelClass :: Lens' ChannelSummary (Maybe ChannelClass) Source #
The class for this channel. STANDARD for a channel with two pipelines or SINGLE_PIPELINE for a channel with one pipeline.
channelSummary_destinations :: Lens' ChannelSummary (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.
channelSummary_egressEndpoints :: Lens' ChannelSummary (Maybe [ChannelEgressEndpoint]) Source #
The endpoints where outgoing connections initiate from
channelSummary_id :: Lens' ChannelSummary (Maybe Text) Source #
The unique id of the channel.
channelSummary_inputAttachments :: Lens' ChannelSummary (Maybe [InputAttachment]) Source #
List of input attachments for channel.
channelSummary_inputSpecification :: Lens' ChannelSummary (Maybe InputSpecification) Source #
Specification of network and file inputs for this channel
channelSummary_logLevel :: Lens' ChannelSummary (Maybe LogLevel) Source #
The log level being written to CloudWatch Logs.
channelSummary_maintenance :: Lens' ChannelSummary (Maybe MaintenanceStatus) Source #
Maintenance settings for this channel.
channelSummary_name :: Lens' ChannelSummary (Maybe Text) Source #
The name of the channel. (user-mutable)
channelSummary_pipelinesRunningCount :: Lens' ChannelSummary (Maybe Int) Source #
The number of currently healthy pipelines.
channelSummary_roleArn :: Lens' ChannelSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the role assumed when running the Channel.
channelSummary_state :: Lens' ChannelSummary (Maybe ChannelState) Source #
Undocumented member.
channelSummary_tags :: Lens' ChannelSummary (Maybe (HashMap Text Text)) Source #
A collection of key-value pairs.
channelSummary_vpc :: Lens' ChannelSummary (Maybe VpcOutputSettingsDescription) Source #
Settings for any VPC outputs.