| 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 |
Amazonka.MediaLive.Types.StaticImageDeactivateScheduleActionSettings
Description
Synopsis
- data StaticImageDeactivateScheduleActionSettings = StaticImageDeactivateScheduleActionSettings' {}
- newStaticImageDeactivateScheduleActionSettings :: StaticImageDeactivateScheduleActionSettings
- staticImageDeactivateScheduleActionSettings_fadeOut :: Lens' StaticImageDeactivateScheduleActionSettings (Maybe Natural)
- staticImageDeactivateScheduleActionSettings_layer :: Lens' StaticImageDeactivateScheduleActionSettings (Maybe Natural)
Documentation
data StaticImageDeactivateScheduleActionSettings Source #
Settings for the action to deactivate the image in a specific layer.
See: newStaticImageDeactivateScheduleActionSettings smart constructor.
Constructors
| StaticImageDeactivateScheduleActionSettings' | |
Instances
newStaticImageDeactivateScheduleActionSettings :: StaticImageDeactivateScheduleActionSettings Source #
Create a value of StaticImageDeactivateScheduleActionSettings 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:fadeOut:StaticImageDeactivateScheduleActionSettings', staticImageDeactivateScheduleActionSettings_fadeOut - The time in milliseconds for the image to fade out. Default is 0 (no
fade-out).
$sel:layer:StaticImageDeactivateScheduleActionSettings', staticImageDeactivateScheduleActionSettings_layer - The image overlay layer to deactivate, 0 to 7. Default is 0.
staticImageDeactivateScheduleActionSettings_fadeOut :: Lens' StaticImageDeactivateScheduleActionSettings (Maybe Natural) Source #
The time in milliseconds for the image to fade out. Default is 0 (no fade-out).
staticImageDeactivateScheduleActionSettings_layer :: Lens' StaticImageDeactivateScheduleActionSettings (Maybe Natural) Source #
The image overlay layer to deactivate, 0 to 7. Default is 0.