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 |
Documentation
data ClusterOperationStep Source #
Step taken during a cluster operation.
See: newClusterOperationStep
smart constructor.
Instances
newClusterOperationStep :: ClusterOperationStep Source #
Create a value of ClusterOperationStep
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:stepName:ClusterOperationStep'
, clusterOperationStep_stepName
- The name of the step.
$sel:stepInfo:ClusterOperationStep'
, clusterOperationStep_stepInfo
- Information about the step and its status.
clusterOperationStep_stepName :: Lens' ClusterOperationStep (Maybe Text) Source #
The name of the step.
clusterOperationStep_stepInfo :: Lens' ClusterOperationStep (Maybe ClusterOperationStepInfo) Source #
Information about the step and its status.