| 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 |
Amazonka.FIS.Types.ExperimentAction
Description
Synopsis
- data ExperimentAction = ExperimentAction' {}
- newExperimentAction :: ExperimentAction
- experimentAction_actionId :: Lens' ExperimentAction (Maybe Text)
- experimentAction_description :: Lens' ExperimentAction (Maybe Text)
- experimentAction_endTime :: Lens' ExperimentAction (Maybe UTCTime)
- experimentAction_parameters :: Lens' ExperimentAction (Maybe (HashMap Text Text))
- experimentAction_startAfter :: Lens' ExperimentAction (Maybe [Text])
- experimentAction_startTime :: Lens' ExperimentAction (Maybe UTCTime)
- experimentAction_state :: Lens' ExperimentAction (Maybe ExperimentActionState)
- experimentAction_targets :: Lens' ExperimentAction (Maybe (HashMap Text Text))
Documentation
data ExperimentAction Source #
Describes the action for an experiment.
See: newExperimentAction smart constructor.
Constructors
| ExperimentAction' | |
Fields
| |
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:actionId:ExperimentAction', experimentAction_actionId - The ID of the action.
$sel:description:ExperimentAction', experimentAction_description - The description for the action.
$sel:endTime:ExperimentAction', experimentAction_endTime - The time that the action ended.
$sel:parameters:ExperimentAction', experimentAction_parameters - The parameters for the action.
$sel:startAfter:ExperimentAction', experimentAction_startAfter - The name of the action that must be completed before this action starts.
$sel:startTime:ExperimentAction', experimentAction_startTime - The time that the action started.
$sel:state:ExperimentAction', experimentAction_state - The state of the action.
$sel:targets:ExperimentAction', experimentAction_targets - The targets for the action.
experimentAction_actionId :: Lens' ExperimentAction (Maybe Text) Source #
The ID of the action.
experimentAction_description :: Lens' ExperimentAction (Maybe Text) Source #
The description for the action.
experimentAction_endTime :: Lens' ExperimentAction (Maybe UTCTime) Source #
The time that the action ended.
experimentAction_parameters :: Lens' ExperimentAction (Maybe (HashMap Text Text)) Source #
The parameters for the action.
experimentAction_startAfter :: Lens' ExperimentAction (Maybe [Text]) Source #
The name of the action that must be completed before this action starts.
experimentAction_startTime :: Lens' ExperimentAction (Maybe UTCTime) Source #
The time that the action started.
experimentAction_state :: Lens' ExperimentAction (Maybe ExperimentActionState) Source #
The state of the action.
experimentAction_targets :: Lens' ExperimentAction (Maybe (HashMap Text Text)) Source #
The targets for the action.