Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data MotionGraphicsActivateScheduleActionSettings = MotionGraphicsActivateScheduleActionSettings' {}
- newMotionGraphicsActivateScheduleActionSettings :: MotionGraphicsActivateScheduleActionSettings
- motionGraphicsActivateScheduleActionSettings_duration :: Lens' MotionGraphicsActivateScheduleActionSettings (Maybe Natural)
- motionGraphicsActivateScheduleActionSettings_passwordParam :: Lens' MotionGraphicsActivateScheduleActionSettings (Maybe Text)
- motionGraphicsActivateScheduleActionSettings_url :: Lens' MotionGraphicsActivateScheduleActionSettings (Maybe Text)
- motionGraphicsActivateScheduleActionSettings_username :: Lens' MotionGraphicsActivateScheduleActionSettings (Maybe Text)
Documentation
data MotionGraphicsActivateScheduleActionSettings Source #
Settings to specify the rendering of motion graphics into the video stream.
See: newMotionGraphicsActivateScheduleActionSettings
smart constructor.
MotionGraphicsActivateScheduleActionSettings' | |
|
Instances
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: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.
$sel:passwordParam:MotionGraphicsActivateScheduleActionSettings'
, motionGraphicsActivateScheduleActionSettings_passwordParam
- Key used to extract the password from EC2 Parameter store
$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
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.
motionGraphicsActivateScheduleActionSettings_passwordParam :: Lens' MotionGraphicsActivateScheduleActionSettings (Maybe Text) Source #
Key used to extract the password from EC2 Parameter store
motionGraphicsActivateScheduleActionSettings_url :: Lens' MotionGraphicsActivateScheduleActionSettings (Maybe Text) Source #
URI of the HTML5 content to be rendered into the live stream.
motionGraphicsActivateScheduleActionSettings_username :: Lens' MotionGraphicsActivateScheduleActionSettings (Maybe Text) Source #
Documentation update needed