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 ExperimentAction = ExperimentAction' {}
- newExperimentAction :: ExperimentAction
- experimentAction_startAfter :: Lens' ExperimentAction (Maybe [Text])
- experimentAction_state :: Lens' ExperimentAction (Maybe ExperimentActionState)
- experimentAction_actionId :: Lens' ExperimentAction (Maybe Text)
- experimentAction_parameters :: Lens' ExperimentAction (Maybe (HashMap Text Text))
- experimentAction_targets :: Lens' ExperimentAction (Maybe (HashMap Text Text))
- experimentAction_description :: Lens' ExperimentAction (Maybe Text)
Documentation
data ExperimentAction Source #
Describes the action for an experiment.
See: newExperimentAction
smart constructor.
ExperimentAction' | |
|
Instances
newExperimentAction :: ExperimentAction Source #
Create a value of ExperimentAction
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:ExperimentAction'
, experimentAction_startAfter
- The name of the action that must be completed before this action starts.
$sel:state:ExperimentAction'
, experimentAction_state
- The state of the action.
$sel:actionId:ExperimentAction'
, experimentAction_actionId
- The ID of the action.
$sel:parameters:ExperimentAction'
, experimentAction_parameters
- The parameters for the action.
$sel:targets:ExperimentAction'
, experimentAction_targets
- The targets for the action.
$sel:description:ExperimentAction'
, experimentAction_description
- The description for the action.
experimentAction_startAfter :: Lens' ExperimentAction (Maybe [Text]) Source #
The name of the action that must be completed before this action starts.
experimentAction_state :: Lens' ExperimentAction (Maybe ExperimentActionState) Source #
The state of the action.
experimentAction_actionId :: Lens' ExperimentAction (Maybe Text) Source #
The ID of the action.
experimentAction_parameters :: Lens' ExperimentAction (Maybe (HashMap Text Text)) Source #
The parameters for the action.
experimentAction_targets :: Lens' ExperimentAction (Maybe (HashMap Text Text)) Source #
The targets for the action.
experimentAction_description :: Lens' ExperimentAction (Maybe Text) Source #
The description for the action.