amazonka-medialive-2.0: Amazon Elemental MediaLive SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MediaLive.Types.Scte35InputScheduleActionSettings

Description

 
Synopsis

Documentation

data Scte35InputScheduleActionSettings Source #

Scte35Input Schedule Action Settings

See: newScte35InputScheduleActionSettings smart constructor.

Constructors

Scte35InputScheduleActionSettings' 

Fields

Instances

Instances details
FromJSON Scte35InputScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35InputScheduleActionSettings

ToJSON Scte35InputScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35InputScheduleActionSettings

Generic Scte35InputScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35InputScheduleActionSettings

Associated Types

type Rep Scte35InputScheduleActionSettings :: Type -> Type #

Read Scte35InputScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35InputScheduleActionSettings

Show Scte35InputScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35InputScheduleActionSettings

NFData Scte35InputScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35InputScheduleActionSettings

Eq Scte35InputScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35InputScheduleActionSettings

Hashable Scte35InputScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35InputScheduleActionSettings

type Rep Scte35InputScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35InputScheduleActionSettings

type Rep Scte35InputScheduleActionSettings = D1 ('MetaData "Scte35InputScheduleActionSettings" "Amazonka.MediaLive.Types.Scte35InputScheduleActionSettings" "amazonka-medialive-2.0-FK9HUAz0OmeIH2i6eRdod0" 'False) (C1 ('MetaCons "Scte35InputScheduleActionSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inputAttachmentNameReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "mode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Scte35InputMode)))

newScte35InputScheduleActionSettings Source #

Create a value of Scte35InputScheduleActionSettings 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:inputAttachmentNameReference:Scte35InputScheduleActionSettings', scte35InputScheduleActionSettings_inputAttachmentNameReference - In fixed mode, enter the name of the input attachment that you want to use as a SCTE-35 input. (Don't enter the ID of the input.)"

$sel:mode:Scte35InputScheduleActionSettings', scte35InputScheduleActionSettings_mode - Whether the SCTE-35 input should be the active input or a fixed input.

scte35InputScheduleActionSettings_inputAttachmentNameReference :: Lens' Scte35InputScheduleActionSettings (Maybe Text) Source #

In fixed mode, enter the name of the input attachment that you want to use as a SCTE-35 input. (Don't enter the ID of the input.)"

scte35InputScheduleActionSettings_mode :: Lens' Scte35InputScheduleActionSettings Scte35InputMode Source #

Whether the SCTE-35 input should be the active input or a fixed input.