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

Description

 
Synopsis

Documentation

data FollowModeScheduleActionStartSettings Source #

Settings to specify if an action follows another.

See: newFollowModeScheduleActionStartSettings smart constructor.

Constructors

FollowModeScheduleActionStartSettings' 

Fields

Instances

Instances details
Eq FollowModeScheduleActionStartSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowModeScheduleActionStartSettings

Read FollowModeScheduleActionStartSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowModeScheduleActionStartSettings

Show FollowModeScheduleActionStartSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowModeScheduleActionStartSettings

Generic FollowModeScheduleActionStartSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowModeScheduleActionStartSettings

NFData FollowModeScheduleActionStartSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowModeScheduleActionStartSettings

Hashable FollowModeScheduleActionStartSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowModeScheduleActionStartSettings

ToJSON FollowModeScheduleActionStartSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowModeScheduleActionStartSettings

FromJSON FollowModeScheduleActionStartSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowModeScheduleActionStartSettings

type Rep FollowModeScheduleActionStartSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FollowModeScheduleActionStartSettings

type Rep FollowModeScheduleActionStartSettings = D1 ('MetaData "FollowModeScheduleActionStartSettings" "Amazonka.MediaLive.Types.FollowModeScheduleActionStartSettings" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "FollowModeScheduleActionStartSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "referenceActionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "followPoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FollowPoint)))

newFollowModeScheduleActionStartSettings Source #

Create a value of FollowModeScheduleActionStartSettings 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:referenceActionName:FollowModeScheduleActionStartSettings', followModeScheduleActionStartSettings_referenceActionName - The action name of another action that this one refers to.

$sel:followPoint:FollowModeScheduleActionStartSettings', followModeScheduleActionStartSettings_followPoint - Identifies whether this action starts relative to the start or relative to the end of the reference action.

followModeScheduleActionStartSettings_followPoint :: Lens' FollowModeScheduleActionStartSettings FollowPoint Source #

Identifies whether this action starts relative to the start or relative to the end of the reference action.