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 |
Synopsis
- newtype ClusterState where
- ClusterState' { }
- pattern ClusterState_ACTIVE :: ClusterState
- pattern ClusterState_CREATING :: ClusterState
- pattern ClusterState_DELETING :: ClusterState
- pattern ClusterState_FAILED :: ClusterState
- pattern ClusterState_HEALING :: ClusterState
- pattern ClusterState_MAINTENANCE :: ClusterState
- pattern ClusterState_REBOOTING_BROKER :: ClusterState
- pattern ClusterState_UPDATING :: ClusterState
Documentation
newtype ClusterState Source #
The state of a Kafka cluster.
pattern ClusterState_ACTIVE :: ClusterState | |
pattern ClusterState_CREATING :: ClusterState | |
pattern ClusterState_DELETING :: ClusterState | |
pattern ClusterState_FAILED :: ClusterState | |
pattern ClusterState_HEALING :: ClusterState | |
pattern ClusterState_MAINTENANCE :: ClusterState | |
pattern ClusterState_REBOOTING_BROKER :: ClusterState | |
pattern ClusterState_UPDATING :: ClusterState |