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 |
Synopsis
- data InputPrepareScheduleActionSettings = InputPrepareScheduleActionSettings' {}
- newInputPrepareScheduleActionSettings :: InputPrepareScheduleActionSettings
- inputPrepareScheduleActionSettings_inputAttachmentNameReference :: Lens' InputPrepareScheduleActionSettings (Maybe Text)
- inputPrepareScheduleActionSettings_inputClippingSettings :: Lens' InputPrepareScheduleActionSettings (Maybe InputClippingSettings)
- inputPrepareScheduleActionSettings_urlPath :: Lens' InputPrepareScheduleActionSettings (Maybe [Text])
Documentation
data InputPrepareScheduleActionSettings Source #
Action to prepare an input for a future immediate input switch.
See: newInputPrepareScheduleActionSettings
smart constructor.
InputPrepareScheduleActionSettings' | |
|
Instances
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.