| 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.ScheduleActionStartSettings
Description
Synopsis
- data ScheduleActionStartSettings = ScheduleActionStartSettings' {}
- newScheduleActionStartSettings :: ScheduleActionStartSettings
- scheduleActionStartSettings_fixedModeScheduleActionStartSettings :: Lens' ScheduleActionStartSettings (Maybe FixedModeScheduleActionStartSettings)
- scheduleActionStartSettings_followModeScheduleActionStartSettings :: Lens' ScheduleActionStartSettings (Maybe FollowModeScheduleActionStartSettings)
- scheduleActionStartSettings_immediateModeScheduleActionStartSettings :: Lens' ScheduleActionStartSettings (Maybe ImmediateModeScheduleActionStartSettings)
Documentation
data ScheduleActionStartSettings Source #
Settings to specify when an action should occur. Only one of the options must be selected.
See: newScheduleActionStartSettings smart constructor.
Constructors
| ScheduleActionStartSettings' | |
Fields
| |
Instances
newScheduleActionStartSettings :: ScheduleActionStartSettings Source #
Create a value of ScheduleActionStartSettings 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:fixedModeScheduleActionStartSettings:ScheduleActionStartSettings', scheduleActionStartSettings_fixedModeScheduleActionStartSettings - Option for specifying the start time for an action.
$sel:followModeScheduleActionStartSettings:ScheduleActionStartSettings', scheduleActionStartSettings_followModeScheduleActionStartSettings - Option for specifying an action as relative to another action.
$sel:immediateModeScheduleActionStartSettings:ScheduleActionStartSettings', scheduleActionStartSettings_immediateModeScheduleActionStartSettings - Option for specifying an action that should be applied immediately.
scheduleActionStartSettings_fixedModeScheduleActionStartSettings :: Lens' ScheduleActionStartSettings (Maybe FixedModeScheduleActionStartSettings) Source #
Option for specifying the start time for an action.
scheduleActionStartSettings_followModeScheduleActionStartSettings :: Lens' ScheduleActionStartSettings (Maybe FollowModeScheduleActionStartSettings) Source #
Option for specifying an action as relative to another action.
scheduleActionStartSettings_immediateModeScheduleActionStartSettings :: Lens' ScheduleActionStartSettings (Maybe ImmediateModeScheduleActionStartSettings) Source #
Option for specifying an action that should be applied immediately.