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 ClusterStatus Source #
The detailed status of the cluster.
See: newClusterStatus
smart constructor.
ClusterStatus' | |
|
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.