| 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 |
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:status:ExperimentActionState', experimentActionState_status - The state of the action.
$sel:reason:ExperimentActionState', experimentActionState_reason - The reason for the state.
experimentActionState_status :: Lens' ExperimentActionState (Maybe ExperimentActionStatus) Source #
The state of the action.
experimentActionState_reason :: Lens' ExperimentActionState (Maybe Text) Source #
The reason for the state.