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