Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data CreateExperimentTemplateActionInput = CreateExperimentTemplateActionInput' {}
- newCreateExperimentTemplateActionInput :: Text -> CreateExperimentTemplateActionInput
- createExperimentTemplateActionInput_startAfter :: Lens' CreateExperimentTemplateActionInput (Maybe [Text])
- createExperimentTemplateActionInput_parameters :: Lens' CreateExperimentTemplateActionInput (Maybe (HashMap Text Text))
- createExperimentTemplateActionInput_targets :: Lens' CreateExperimentTemplateActionInput (Maybe (HashMap Text Text))
- createExperimentTemplateActionInput_description :: Lens' CreateExperimentTemplateActionInput (Maybe Text)
- createExperimentTemplateActionInput_actionId :: Lens' CreateExperimentTemplateActionInput Text
Documentation
data CreateExperimentTemplateActionInput Source #
Specifies an action for an experiment template.
See: newCreateExperimentTemplateActionInput
smart constructor.
CreateExperimentTemplateActionInput' | |
|
Instances
newCreateExperimentTemplateActionInput Source #
Create a value of CreateExperimentTemplateActionInput
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:startAfter:CreateExperimentTemplateActionInput'
, createExperimentTemplateActionInput_startAfter
- The name of the action that must be completed before the current action
starts. Omit this parameter to run the action at the start of the
experiment.
$sel:parameters:CreateExperimentTemplateActionInput'
, createExperimentTemplateActionInput_parameters
- The parameters for the action, if applicable.
$sel:targets:CreateExperimentTemplateActionInput'
, createExperimentTemplateActionInput_targets
- The targets for the action.
$sel:description:CreateExperimentTemplateActionInput'
, createExperimentTemplateActionInput_description
- A description for the action.
$sel:actionId:CreateExperimentTemplateActionInput'
, createExperimentTemplateActionInput_actionId
- The ID of the action.
createExperimentTemplateActionInput_startAfter :: Lens' CreateExperimentTemplateActionInput (Maybe [Text]) Source #
The name of the action that must be completed before the current action starts. Omit this parameter to run the action at the start of the experiment.
createExperimentTemplateActionInput_parameters :: Lens' CreateExperimentTemplateActionInput (Maybe (HashMap Text Text)) Source #
The parameters for the action, if applicable.
createExperimentTemplateActionInput_targets :: Lens' CreateExperimentTemplateActionInput (Maybe (HashMap Text Text)) Source #
The targets for the action.
createExperimentTemplateActionInput_description :: Lens' CreateExperimentTemplateActionInput (Maybe Text) Source #
A description for the action.
createExperimentTemplateActionInput_actionId :: Lens' CreateExperimentTemplateActionInput Text Source #
The ID of the action.