| 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.ExperimentActionState
Description
Documentation
data ExperimentActionState Source #
Describes the state of an action.
See: newExperimentActionState smart constructor.
Constructors
| ExperimentActionState' | |
Instances
newExperimentActionState :: ExperimentActionState Source #
Create a value of ExperimentActionState 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:reason:ExperimentActionState', experimentActionState_reason - The reason for the state.
$sel:status:ExperimentActionState', experimentActionState_status - The state of the action.
experimentActionState_reason :: Lens' ExperimentActionState (Maybe Text) Source #
The reason for the state.
experimentActionState_status :: Lens' ExperimentActionState (Maybe ExperimentActionStatus) Source #
The state of the action.