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 |
Documentation
data FixedModeScheduleActionStartSettings Source #
Start time for the action.
See: newFixedModeScheduleActionStartSettings
smart constructor.
FixedModeScheduleActionStartSettings' | |
|
Instances
FromJSON FixedModeScheduleActionStartSettings Source # | |
ToJSON FixedModeScheduleActionStartSettings Source # | |
Generic FixedModeScheduleActionStartSettings Source # | |
Read FixedModeScheduleActionStartSettings Source # | |
Show FixedModeScheduleActionStartSettings Source # | |
NFData FixedModeScheduleActionStartSettings Source # | |
Eq FixedModeScheduleActionStartSettings Source # | |
Hashable FixedModeScheduleActionStartSettings Source # | |
type Rep FixedModeScheduleActionStartSettings Source # | |
Defined in Amazonka.MediaLive.Types.FixedModeScheduleActionStartSettings type Rep FixedModeScheduleActionStartSettings = D1 ('MetaData "FixedModeScheduleActionStartSettings" "Amazonka.MediaLive.Types.FixedModeScheduleActionStartSettings" "amazonka-medialive-2.0-FK9HUAz0OmeIH2i6eRdod0" 'False) (C1 ('MetaCons "FixedModeScheduleActionStartSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "time") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
newFixedModeScheduleActionStartSettings Source #
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".