| 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.ExperimentSummary
Description
Synopsis
- data ExperimentSummary = ExperimentSummary' {}
- newExperimentSummary :: ExperimentSummary
- experimentSummary_creationTime :: Lens' ExperimentSummary (Maybe UTCTime)
- experimentSummary_experimentTemplateId :: Lens' ExperimentSummary (Maybe Text)
- experimentSummary_id :: Lens' ExperimentSummary (Maybe Text)
- experimentSummary_state :: Lens' ExperimentSummary (Maybe ExperimentState)
- experimentSummary_tags :: Lens' ExperimentSummary (Maybe (HashMap Text Text))
Documentation
data ExperimentSummary Source #
Provides a summary of an experiment.
See: newExperimentSummary smart constructor.
Constructors
| ExperimentSummary' | |
Fields | |
Instances
newExperimentSummary :: ExperimentSummary Source #
Create a value of ExperimentSummary 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:ExperimentSummary', experimentSummary_creationTime - The time that the experiment was created.
$sel:experimentTemplateId:ExperimentSummary', experimentSummary_experimentTemplateId - The ID of the experiment template.
$sel:id:ExperimentSummary', experimentSummary_id - The ID of the experiment.
$sel:state:ExperimentSummary', experimentSummary_state - The state of the experiment.
$sel:tags:ExperimentSummary', experimentSummary_tags - The tags for the experiment.
experimentSummary_creationTime :: Lens' ExperimentSummary (Maybe UTCTime) Source #
The time that the experiment was created.
experimentSummary_experimentTemplateId :: Lens' ExperimentSummary (Maybe Text) Source #
The ID of the experiment template.
experimentSummary_id :: Lens' ExperimentSummary (Maybe Text) Source #
The ID of the experiment.
experimentSummary_state :: Lens' ExperimentSummary (Maybe ExperimentState) Source #
The state of the experiment.
experimentSummary_tags :: Lens' ExperimentSummary (Maybe (HashMap Text Text)) Source #
The tags for the experiment.