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

Description

 
Synopsis

Documentation

data InputSource Source #

The settings for a PULL type input.

See: newInputSource smart constructor.

Constructors

InputSource' 

Fields

Instances

Instances details
Eq InputSource Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputSource

Read InputSource Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputSource

Show InputSource Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputSource

Generic InputSource Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputSource

Associated Types

type Rep InputSource :: Type -> Type #

NFData InputSource Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputSource

Methods

rnf :: InputSource -> () #

Hashable InputSource Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputSource

FromJSON InputSource Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputSource

type Rep InputSource Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputSource

type Rep InputSource = D1 ('MetaData "InputSource" "Amazonka.MediaLive.Types.InputSource" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "InputSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "username") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "passwordParam") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newInputSource :: InputSource Source #

Create a value of InputSource 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:url:InputSource', inputSource_url - This represents the customer's source URL where stream is pulled from.

$sel:username:InputSource', inputSource_username - The username for the input source.

$sel:passwordParam:InputSource', inputSource_passwordParam - The key used to extract the password from EC2 Parameter store.

inputSource_url :: Lens' InputSource (Maybe Text) Source #

This represents the customer's source URL where stream is pulled from.

inputSource_username :: Lens' InputSource (Maybe Text) Source #

The username for the input source.

inputSource_passwordParam :: Lens' InputSource (Maybe Text) Source #

The key used to extract the password from EC2 Parameter store.