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