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.ChannelEgressEndpoint

Description

 
Synopsis

Documentation

data ChannelEgressEndpoint Source #

Placeholder documentation for ChannelEgressEndpoint

See: newChannelEgressEndpoint smart constructor.

Constructors

ChannelEgressEndpoint' 

Fields

Instances

Instances details
Eq ChannelEgressEndpoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ChannelEgressEndpoint

Read ChannelEgressEndpoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ChannelEgressEndpoint

Show ChannelEgressEndpoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ChannelEgressEndpoint

Generic ChannelEgressEndpoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ChannelEgressEndpoint

Associated Types

type Rep ChannelEgressEndpoint :: Type -> Type #

NFData ChannelEgressEndpoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ChannelEgressEndpoint

Methods

rnf :: ChannelEgressEndpoint -> () #

Hashable ChannelEgressEndpoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ChannelEgressEndpoint

FromJSON ChannelEgressEndpoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ChannelEgressEndpoint

type Rep ChannelEgressEndpoint Source # 
Instance details

Defined in Amazonka.MediaLive.Types.ChannelEgressEndpoint

type Rep ChannelEgressEndpoint = D1 ('MetaData "ChannelEgressEndpoint" "Amazonka.MediaLive.Types.ChannelEgressEndpoint" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "ChannelEgressEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sourceIp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newChannelEgressEndpoint :: ChannelEgressEndpoint Source #

Create a value of ChannelEgressEndpoint 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:sourceIp:ChannelEgressEndpoint', channelEgressEndpoint_sourceIp - Public IP of where a channel's output comes from

channelEgressEndpoint_sourceIp :: Lens' ChannelEgressEndpoint (Maybe Text) Source #

Public IP of where a channel's output comes from