libZSservicesZSamazonka-medialiveZSamazonka-medialive
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaLive.Types.Channel

Description

 
Synopsis

Documentation

data Channel Source #

Placeholder documentation for Channel

See: newChannel smart constructor.

Constructors

Channel' 

Fields

Instances

Instances details
Eq Channel Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Channel

Methods

(==) :: Channel -> Channel -> Bool #

(/=) :: Channel -> Channel -> Bool #

Read Channel Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Channel

Show Channel Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Channel

Generic Channel Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Channel

Associated Types

type Rep Channel :: Type -> Type #

Methods

from :: Channel -> Rep Channel x #

to :: Rep Channel x -> Channel #

NFData Channel Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Channel

Methods

rnf :: Channel -> () #

Hashable Channel Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Channel

Methods

hashWithSalt :: Int -> Channel -> Int #

hash :: Channel -> Int #

FromJSON Channel Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Channel

type Rep Channel Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Channel

type Rep Channel = D1 ('MetaData "Channel" "Amazonka.MediaLive.Types.Channel" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "Channel'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelState)) :*: S1 ('MetaSel ('Just "logLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogLevel))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pipelinesRunningCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "pipelineDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PipelineDetail])) :*: S1 ('MetaSel ('Just "inputSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputSpecification))) :*: (S1 ('MetaSel ('Just "inputAttachments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InputAttachment])) :*: S1 ('MetaSel ('Just "destinations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OutputDestination]))))) :*: (((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cdiInputSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CdiInputSpecification))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "channelClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChannelClass)))) :*: ((S1 ('MetaSel ('Just "vpc") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcOutputSettingsDescription)) :*: S1 ('MetaSel ('Just "egressEndpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ChannelEgressEndpoint]))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "encoderSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncoderSettings)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))))

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:state:Channel', channel_state - Undocumented member.

$sel:logLevel:Channel', channel_logLevel - The log level being written to CloudWatch Logs.

$sel:arn:Channel', channel_arn - The unique arn of the channel.

$sel:pipelinesRunningCount:Channel', channel_pipelinesRunningCount - The number of currently healthy pipelines.

$sel:pipelineDetails:Channel', channel_pipelineDetails - Runtime details for the pipelines of a running channel.

$sel:inputSpecification:Channel', channel_inputSpecification - Specification of network and file inputs for this channel

$sel:inputAttachments:Channel', channel_inputAttachments - List of input attachments for channel.

$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:name:Channel', channel_name - The name of the channel. (user-mutable)

$sel:cdiInputSpecification:Channel', channel_cdiInputSpecification - Specification of CDI inputs for this channel

$sel:id:Channel', channel_id - The unique id of the 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:vpc:Channel', channel_vpc - Settings for VPC output

$sel:egressEndpoints:Channel', channel_egressEndpoints - The endpoints where outgoing connections initiate from

$sel:tags:Channel', channel_tags - A collection of key-value pairs.

$sel:encoderSettings:Channel', channel_encoderSettings - Undocumented member.

$sel:roleArn:Channel', channel_roleArn - The Amazon Resource Name (ARN) of the role assumed when running the Channel.

channel_logLevel :: Lens' Channel (Maybe LogLevel) Source #

The log level being written to CloudWatch Logs.

channel_arn :: Lens' Channel (Maybe Text) Source #

The unique arn of the channel.

channel_pipelinesRunningCount :: Lens' Channel (Maybe Int) Source #

The number of currently healthy pipelines.

channel_pipelineDetails :: Lens' Channel (Maybe [PipelineDetail]) Source #

Runtime details for the pipelines of a running channel.

channel_inputSpecification :: Lens' Channel (Maybe InputSpecification) Source #

Specification of network and file inputs for this channel

channel_inputAttachments :: Lens' Channel (Maybe [InputAttachment]) Source #

List of input attachments for channel.

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_name :: Lens' Channel (Maybe Text) Source #

The name of the channel. (user-mutable)

channel_cdiInputSpecification :: Lens' Channel (Maybe CdiInputSpecification) Source #

Specification of CDI inputs for this channel

channel_id :: Lens' Channel (Maybe Text) Source #

The unique id of the 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_egressEndpoints :: Lens' Channel (Maybe [ChannelEgressEndpoint]) Source #

The endpoints where outgoing connections initiate from

channel_tags :: Lens' Channel (Maybe (HashMap Text Text)) Source #

A collection of key-value pairs.

channel_roleArn :: Lens' Channel (Maybe Text) Source #

The Amazon Resource Name (ARN) of the role assumed when running the Channel.