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

Description

 
Synopsis

Documentation

data StaticImageDeactivateScheduleActionSettings Source #

Settings for the action to deactivate the image in a specific layer.

See: newStaticImageDeactivateScheduleActionSettings smart constructor.

Constructors

StaticImageDeactivateScheduleActionSettings' 

Fields

  • fadeOut :: Maybe Natural

    The time in milliseconds for the image to fade out. Default is 0 (no fade-out).

  • layer :: Maybe Natural

    The image overlay layer to deactivate, 0 to 7. Default is 0.

Instances

Instances details
Eq StaticImageDeactivateScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StaticImageDeactivateScheduleActionSettings

Read StaticImageDeactivateScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StaticImageDeactivateScheduleActionSettings

Show StaticImageDeactivateScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StaticImageDeactivateScheduleActionSettings

Generic StaticImageDeactivateScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StaticImageDeactivateScheduleActionSettings

NFData StaticImageDeactivateScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StaticImageDeactivateScheduleActionSettings

Hashable StaticImageDeactivateScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StaticImageDeactivateScheduleActionSettings

ToJSON StaticImageDeactivateScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StaticImageDeactivateScheduleActionSettings

FromJSON StaticImageDeactivateScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StaticImageDeactivateScheduleActionSettings

type Rep StaticImageDeactivateScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.StaticImageDeactivateScheduleActionSettings

type Rep StaticImageDeactivateScheduleActionSettings = D1 ('MetaData "StaticImageDeactivateScheduleActionSettings" "Amazonka.MediaLive.Types.StaticImageDeactivateScheduleActionSettings" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "StaticImageDeactivateScheduleActionSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fadeOut") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "layer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

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