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

Description

 
Synopsis

Documentation

data InputSwitchScheduleActionSettings Source #

Settings for the "switch input" action: to switch from ingesting one input to ingesting another input.

See: newInputSwitchScheduleActionSettings smart constructor.

Constructors

InputSwitchScheduleActionSettings' 

Fields

  • inputClippingSettings :: Maybe InputClippingSettings

    Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the file.

  • urlPath :: Maybe [Text]

    The value for the variable portion of the URL for the dynamic input, for this instance of the input. Each time you use the same dynamic input in an input switch action, you can provide a different value, in order to connect the input to a different content source.

  • inputAttachmentNameReference :: Text

    The name of the input attachment (not the name of the input!) to switch to. The name is specified in the channel configuration.

Instances

Instances details
Eq InputSwitchScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputSwitchScheduleActionSettings

Read InputSwitchScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputSwitchScheduleActionSettings

Show InputSwitchScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputSwitchScheduleActionSettings

Generic InputSwitchScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputSwitchScheduleActionSettings

Associated Types

type Rep InputSwitchScheduleActionSettings :: Type -> Type #

NFData InputSwitchScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputSwitchScheduleActionSettings

Hashable InputSwitchScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputSwitchScheduleActionSettings

ToJSON InputSwitchScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputSwitchScheduleActionSettings

FromJSON InputSwitchScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputSwitchScheduleActionSettings

type Rep InputSwitchScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputSwitchScheduleActionSettings

type Rep InputSwitchScheduleActionSettings = D1 ('MetaData "InputSwitchScheduleActionSettings" "Amazonka.MediaLive.Types.InputSwitchScheduleActionSettings" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "InputSwitchScheduleActionSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inputClippingSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputClippingSettings)) :*: (S1 ('MetaSel ('Just "urlPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "inputAttachmentNameReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newInputSwitchScheduleActionSettings Source #

Create a value of InputSwitchScheduleActionSettings 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:inputClippingSettings:InputSwitchScheduleActionSettings', inputSwitchScheduleActionSettings_inputClippingSettings - Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the file.

$sel:urlPath:InputSwitchScheduleActionSettings', inputSwitchScheduleActionSettings_urlPath - The value for the variable portion of the URL for the dynamic input, for this instance of the input. Each time you use the same dynamic input in an input switch action, you can provide a different value, in order to connect the input to a different content source.

$sel:inputAttachmentNameReference:InputSwitchScheduleActionSettings', inputSwitchScheduleActionSettings_inputAttachmentNameReference - The name of the input attachment (not the name of the input!) to switch to. The name is specified in the channel configuration.

inputSwitchScheduleActionSettings_inputClippingSettings :: Lens' InputSwitchScheduleActionSettings (Maybe InputClippingSettings) Source #

Settings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the file.

inputSwitchScheduleActionSettings_urlPath :: Lens' InputSwitchScheduleActionSettings (Maybe [Text]) Source #

The value for the variable portion of the URL for the dynamic input, for this instance of the input. Each time you use the same dynamic input in an input switch action, you can provide a different value, in order to connect the input to a different content source.

inputSwitchScheduleActionSettings_inputAttachmentNameReference :: Lens' InputSwitchScheduleActionSettings Text Source #

The name of the input attachment (not the name of the input!) to switch to. The name is specified in the channel configuration.