| 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.EMR.Types.ClusterStatus
Description
Documentation
data ClusterStatus Source #
The detailed status of the cluster.
See: newClusterStatus smart constructor.
Constructors
| ClusterStatus' | |
Fields
| |
Instances
newClusterStatus :: ClusterStatus Source #
Create a value of ClusterStatus 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:state:ClusterStatus', clusterStatus_state - The current state of the cluster.
$sel:stateChangeReason:ClusterStatus', clusterStatus_stateChangeReason - The reason for the cluster status change.
$sel:timeline:ClusterStatus', clusterStatus_timeline - A timeline that represents the status of a cluster over the lifetime of
the cluster.
clusterStatus_state :: Lens' ClusterStatus (Maybe ClusterState) Source #
The current state of the cluster.
clusterStatus_stateChangeReason :: Lens' ClusterStatus (Maybe ClusterStateChangeReason) Source #
The reason for the cluster status change.
clusterStatus_timeline :: Lens' ClusterStatus (Maybe ClusterTimeline) Source #
A timeline that represents the status of a cluster over the lifetime of the cluster.