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.FixedModeScheduleActionStartSettings
Description
Documentation
data FixedModeScheduleActionStartSettings Source #
Start time for the action.
See: newFixedModeScheduleActionStartSettings
smart constructor.
Constructors
FixedModeScheduleActionStartSettings' | |
Fields
|
Instances
newFixedModeScheduleActionStartSettings Source #
Arguments
:: Text | |
-> FixedModeScheduleActionStartSettings |
Create a value of FixedModeScheduleActionStartSettings
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:time:FixedModeScheduleActionStartSettings'
, fixedModeScheduleActionStartSettings_time
- Start time for the action to start in the channel. (Not the time for the
action to be added to the schedule: actions are always added to the
schedule immediately.) UTC format: yyyy-mm-ddThh:mm:ss.nnnZ. All the
letters are digits (for example, mm might be 01) except for the two
constants "T" for time and "Z" for "UTC format".
fixedModeScheduleActionStartSettings_time :: Lens' FixedModeScheduleActionStartSettings Text Source #
Start time for the action to start in the channel. (Not the time for the action to be added to the schedule: actions are always added to the schedule immediately.) UTC format: yyyy-mm-ddThh:mm:ss.nnnZ. All the letters are digits (for example, mm might be 01) except for the two constants "T" for time and "Z" for "UTC format".