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' {}
- newExperiment :: Experiment
- experiment_creationTime :: Lens' Experiment (Maybe UTCTime)
- experiment_createdBy :: Lens' Experiment (Maybe UserContext)
- experiment_lastModifiedTime :: Lens' Experiment (Maybe UTCTime)
- experiment_experimentName :: Lens' Experiment (Maybe Text)
- experiment_experimentArn :: Lens' Experiment (Maybe Text)
- experiment_source :: Lens' Experiment (Maybe ExperimentSource)
- experiment_displayName :: Lens' Experiment (Maybe Text)
- experiment_lastModifiedBy :: Lens' Experiment (Maybe UserContext)
- experiment_description :: Lens' Experiment (Maybe Text)
- experiment_tags :: Lens' Experiment (Maybe [Tag])
Documentation
data Experiment Source #
The properties of an experiment as returned by the Search API.
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
- When the experiment was created.
$sel:createdBy:Experiment'
, experiment_createdBy
- Who created the experiment.
$sel:lastModifiedTime:Experiment'
, experiment_lastModifiedTime
- When the experiment was last modified.
$sel:experimentName:Experiment'
, experiment_experimentName
- The name of the experiment.
$sel:experimentArn:Experiment'
, experiment_experimentArn
- The Amazon Resource Name (ARN) of the experiment.
$sel:source:Experiment'
, experiment_source
- Undocumented member.
$sel:displayName:Experiment'
, experiment_displayName
- The name of the experiment as displayed. If DisplayName
isn't
specified, ExperimentName
is displayed.
$sel:lastModifiedBy:Experiment'
, experiment_lastModifiedBy
- Undocumented member.
$sel:description:Experiment'
, experiment_description
- The description of the experiment.
$sel:tags:Experiment'
, experiment_tags
- The list of tags that are associated with the experiment. You can use
Search API to search on the tags.
experiment_creationTime :: Lens' Experiment (Maybe UTCTime) Source #
When the experiment was created.
experiment_createdBy :: Lens' Experiment (Maybe UserContext) Source #
Who created the experiment.
experiment_lastModifiedTime :: Lens' Experiment (Maybe UTCTime) Source #
When the experiment was last modified.
experiment_experimentName :: Lens' Experiment (Maybe Text) Source #
The name of the experiment.
experiment_experimentArn :: Lens' Experiment (Maybe Text) Source #
The Amazon Resource Name (ARN) of the experiment.
experiment_source :: Lens' Experiment (Maybe ExperimentSource) Source #
Undocumented member.
experiment_displayName :: Lens' Experiment (Maybe Text) Source #
The name of the experiment as displayed. If DisplayName
isn't
specified, ExperimentName
is displayed.
experiment_lastModifiedBy :: Lens' Experiment (Maybe UserContext) Source #
Undocumented member.
experiment_description :: Lens' Experiment (Maybe Text) Source #
The description of the experiment.
experiment_tags :: Lens' Experiment (Maybe [Tag]) Source #
The list of tags that are associated with the experiment. You can use Search API to search on the tags.