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

Description

 
Synopsis

Documentation

data MotionGraphicsActivateScheduleActionSettings Source #

Settings to specify the rendering of motion graphics into the video stream.

See: newMotionGraphicsActivateScheduleActionSettings smart constructor.

Constructors

MotionGraphicsActivateScheduleActionSettings' 

Fields

  • url :: Maybe Text

    URI of the HTML5 content to be rendered into the live stream.

  • username :: Maybe Text

    Documentation update needed

  • passwordParam :: Maybe Text

    Key used to extract the password from EC2 Parameter store

  • duration :: Maybe Natural

    Duration (in milliseconds) that motion graphics should render on to the video stream. Leaving out this property or setting to 0 will result in rendering continuing until a deactivate action is processed.

Instances

Instances details
Eq MotionGraphicsActivateScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MotionGraphicsActivateScheduleActionSettings

Read MotionGraphicsActivateScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MotionGraphicsActivateScheduleActionSettings

Show MotionGraphicsActivateScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MotionGraphicsActivateScheduleActionSettings

Generic MotionGraphicsActivateScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MotionGraphicsActivateScheduleActionSettings

NFData MotionGraphicsActivateScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MotionGraphicsActivateScheduleActionSettings

Hashable MotionGraphicsActivateScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MotionGraphicsActivateScheduleActionSettings

ToJSON MotionGraphicsActivateScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MotionGraphicsActivateScheduleActionSettings

FromJSON MotionGraphicsActivateScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MotionGraphicsActivateScheduleActionSettings

type Rep MotionGraphicsActivateScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MotionGraphicsActivateScheduleActionSettings

type Rep MotionGraphicsActivateScheduleActionSettings = D1 ('MetaData "MotionGraphicsActivateScheduleActionSettings" "Amazonka.MediaLive.Types.MotionGraphicsActivateScheduleActionSettings" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "MotionGraphicsActivateScheduleActionSettings'" '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)) :*: S1 ('MetaSel ('Just "duration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newMotionGraphicsActivateScheduleActionSettings :: MotionGraphicsActivateScheduleActionSettings Source #

Create a value of MotionGraphicsActivateScheduleActionSettings 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:MotionGraphicsActivateScheduleActionSettings', motionGraphicsActivateScheduleActionSettings_url - URI of the HTML5 content to be rendered into the live stream.

$sel:username:MotionGraphicsActivateScheduleActionSettings', motionGraphicsActivateScheduleActionSettings_username - Documentation update needed

$sel:passwordParam:MotionGraphicsActivateScheduleActionSettings', motionGraphicsActivateScheduleActionSettings_passwordParam - Key used to extract the password from EC2 Parameter store

$sel:duration:MotionGraphicsActivateScheduleActionSettings', motionGraphicsActivateScheduleActionSettings_duration - Duration (in milliseconds) that motion graphics should render on to the video stream. Leaving out this property or setting to 0 will result in rendering continuing until a deactivate action is processed.

motionGraphicsActivateScheduleActionSettings_duration :: Lens' MotionGraphicsActivateScheduleActionSettings (Maybe Natural) Source #

Duration (in milliseconds) that motion graphics should render on to the video stream. Leaving out this property or setting to 0 will result in rendering continuing until a deactivate action is processed.