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

Description

 
Synopsis

Documentation

data InputLocation Source #

Input Location

See: newInputLocation smart constructor.

Constructors

InputLocation' 

Fields

  • username :: Maybe Text

    Documentation update needed

  • passwordParam :: Maybe Text

    key used to extract the password from EC2 Parameter store

  • uri :: Text

    Uniform Resource Identifier - This should be a path to a file accessible to the Live system (eg. a http:// URI) depending on the output type. For example, a RTMP destination should have a uri simliar to: "rtmp://fmsserver/live".

Instances

Instances details
Eq InputLocation Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputLocation

Read InputLocation Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputLocation

Show InputLocation Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputLocation

Generic InputLocation Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputLocation

Associated Types

type Rep InputLocation :: Type -> Type #

NFData InputLocation Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputLocation

Methods

rnf :: InputLocation -> () #

Hashable InputLocation Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputLocation

ToJSON InputLocation Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputLocation

FromJSON InputLocation Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputLocation

type Rep InputLocation Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputLocation

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

newInputLocation Source #

Create a value of InputLocation 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:username:InputLocation', inputLocation_username - Documentation update needed

$sel:passwordParam:InputLocation', inputLocation_passwordParam - key used to extract the password from EC2 Parameter store

$sel:uri:InputLocation', inputLocation_uri - Uniform Resource Identifier - This should be a path to a file accessible to the Live system (eg. a http:// URI) depending on the output type. For example, a RTMP destination should have a uri simliar to: "rtmp://fmsserver/live".

inputLocation_username :: Lens' InputLocation (Maybe Text) Source #

Documentation update needed

inputLocation_passwordParam :: Lens' InputLocation (Maybe Text) Source #

key used to extract the password from EC2 Parameter store

inputLocation_uri :: Lens' InputLocation Text Source #

Uniform Resource Identifier - This should be a path to a file accessible to the Live system (eg. a http:// URI) depending on the output type. For example, a RTMP destination should have a uri simliar to: "rtmp://fmsserver/live".