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

Description

 
Synopsis

Documentation

data InputPrepareScheduleActionSettings Source #

Action to prepare an input for a future immediate input switch.

See: newInputPrepareScheduleActionSettings smart constructor.

Constructors

InputPrepareScheduleActionSettings' 

Fields

  • inputAttachmentNameReference :: Maybe Text

    The name of the input attachment that should be prepared by this action. If no name is provided, the action will stop the most recent prepare (if any) when activated.

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

Instances

Instances details
Eq InputPrepareScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputPrepareScheduleActionSettings

Read InputPrepareScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputPrepareScheduleActionSettings

Show InputPrepareScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputPrepareScheduleActionSettings

Generic InputPrepareScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputPrepareScheduleActionSettings

Associated Types

type Rep InputPrepareScheduleActionSettings :: Type -> Type #

NFData InputPrepareScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputPrepareScheduleActionSettings

Hashable InputPrepareScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputPrepareScheduleActionSettings

ToJSON InputPrepareScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputPrepareScheduleActionSettings

FromJSON InputPrepareScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputPrepareScheduleActionSettings

type Rep InputPrepareScheduleActionSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputPrepareScheduleActionSettings

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

newInputPrepareScheduleActionSettings :: InputPrepareScheduleActionSettings Source #

Create a value of InputPrepareScheduleActionSettings 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:InputPrepareScheduleActionSettings', inputPrepareScheduleActionSettings_inputAttachmentNameReference - The name of the input attachment that should be prepared by this action. If no name is provided, the action will stop the most recent prepare (if any) when activated.

$sel:inputClippingSettings:InputPrepareScheduleActionSettings', inputPrepareScheduleActionSettings_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:InputPrepareScheduleActionSettings', inputPrepareScheduleActionSettings_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.

inputPrepareScheduleActionSettings_inputAttachmentNameReference :: Lens' InputPrepareScheduleActionSettings (Maybe Text) Source #

The name of the input attachment that should be prepared by this action. If no name is provided, the action will stop the most recent prepare (if any) when activated.

inputPrepareScheduleActionSettings_inputClippingSettings :: Lens' InputPrepareScheduleActionSettings (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.

inputPrepareScheduleActionSettings_urlPath :: Lens' InputPrepareScheduleActionSettings (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.