| 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.Experiment
Description
Synopsis
- data Experiment = Experiment' {
- actions :: Maybe (HashMap Text ExperimentAction)
- creationTime :: Maybe POSIX
- endTime :: Maybe POSIX
- experimentTemplateId :: Maybe Text
- id :: Maybe Text
- logConfiguration :: Maybe ExperimentLogConfiguration
- roleArn :: Maybe Text
- startTime :: Maybe POSIX
- state :: Maybe ExperimentState
- stopConditions :: Maybe [ExperimentStopCondition]
- tags :: Maybe (HashMap Text Text)
- targets :: Maybe (HashMap Text ExperimentTarget)
- newExperiment :: Experiment
- experiment_actions :: Lens' Experiment (Maybe (HashMap Text ExperimentAction))
- experiment_creationTime :: Lens' Experiment (Maybe UTCTime)
- experiment_endTime :: Lens' Experiment (Maybe UTCTime)
- experiment_experimentTemplateId :: Lens' Experiment (Maybe Text)
- experiment_id :: Lens' Experiment (Maybe Text)
- experiment_logConfiguration :: Lens' Experiment (Maybe ExperimentLogConfiguration)
- experiment_roleArn :: Lens' Experiment (Maybe Text)
- experiment_startTime :: Lens' Experiment (Maybe UTCTime)
- experiment_state :: Lens' Experiment (Maybe ExperimentState)
- experiment_stopConditions :: Lens' Experiment (Maybe [ExperimentStopCondition])
- experiment_tags :: Lens' Experiment (Maybe (HashMap Text Text))
- experiment_targets :: Lens' Experiment (Maybe (HashMap Text ExperimentTarget))
Documentation
data Experiment Source #
Describes an experiment.
See: newExperiment smart constructor.
Constructors
| Experiment' | |
Fields
| |
Instances
newExperiment :: Experiment Source #
Create a value of Experiment 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:actions:Experiment', experiment_actions - The actions for the experiment.
$sel:creationTime:Experiment', experiment_creationTime - The time that the experiment was created.
Experiment, experiment_endTime - The time that the experiment ended.
$sel:experimentTemplateId:Experiment', experiment_experimentTemplateId - The ID of the experiment template.
$sel:id:Experiment', experiment_id - The ID of the experiment.
$sel:logConfiguration:Experiment', experiment_logConfiguration - The configuration for experiment logging.
$sel:roleArn:Experiment', experiment_roleArn - The Amazon Resource Name (ARN) of an IAM role that grants the FIS
service permission to perform service actions on your behalf.
Experiment, experiment_startTime - The time that the experiment started.
Experiment, experiment_state - The state of the experiment.
$sel:stopConditions:Experiment', experiment_stopConditions - The stop conditions for the experiment.
$sel:tags:Experiment', experiment_tags - The tags for the experiment.
Experiment, experiment_targets - The targets for the experiment.
experiment_actions :: Lens' Experiment (Maybe (HashMap Text ExperimentAction)) Source #
The actions for the experiment.
experiment_creationTime :: Lens' Experiment (Maybe UTCTime) Source #
The time that the experiment was created.
experiment_endTime :: Lens' Experiment (Maybe UTCTime) Source #
The time that the experiment ended.
experiment_experimentTemplateId :: Lens' Experiment (Maybe Text) Source #
The ID of the experiment template.
experiment_id :: Lens' Experiment (Maybe Text) Source #
The ID of the experiment.
experiment_logConfiguration :: Lens' Experiment (Maybe ExperimentLogConfiguration) Source #
The configuration for experiment logging.
experiment_roleArn :: Lens' Experiment (Maybe Text) Source #
The Amazon Resource Name (ARN) of an IAM role that grants the FIS service permission to perform service actions on your behalf.
experiment_startTime :: Lens' Experiment (Maybe UTCTime) Source #
The time that the experiment started.
experiment_state :: Lens' Experiment (Maybe ExperimentState) Source #
The state of the experiment.
experiment_stopConditions :: Lens' Experiment (Maybe [ExperimentStopCondition]) Source #
The stop conditions for the experiment.
experiment_tags :: Lens' Experiment (Maybe (HashMap Text Text)) Source #
The tags for the experiment.
experiment_targets :: Lens' Experiment (Maybe (HashMap Text ExperimentTarget)) Source #
The targets for the experiment.