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

Description

 
Synopsis

Documentation

data FixedModeScheduleActionStartSettings Source #

Start time for the action.

See: newFixedModeScheduleActionStartSettings smart constructor.

Constructors

FixedModeScheduleActionStartSettings' 

Fields

  • time :: Text

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

Instances

Instances details
Eq FixedModeScheduleActionStartSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FixedModeScheduleActionStartSettings

Read FixedModeScheduleActionStartSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FixedModeScheduleActionStartSettings

Show FixedModeScheduleActionStartSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FixedModeScheduleActionStartSettings

Generic FixedModeScheduleActionStartSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FixedModeScheduleActionStartSettings

NFData FixedModeScheduleActionStartSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FixedModeScheduleActionStartSettings

Hashable FixedModeScheduleActionStartSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FixedModeScheduleActionStartSettings

ToJSON FixedModeScheduleActionStartSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FixedModeScheduleActionStartSettings

FromJSON FixedModeScheduleActionStartSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FixedModeScheduleActionStartSettings

type Rep FixedModeScheduleActionStartSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.FixedModeScheduleActionStartSettings

type Rep FixedModeScheduleActionStartSettings = D1 ('MetaData "FixedModeScheduleActionStartSettings" "Amazonka.MediaLive.Types.FixedModeScheduleActionStartSettings" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" '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".