| 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.ClusterState
Description
Documentation
newtype ClusterState Source #
Constructors
| ClusterState' | |
Fields | |
Bundled Patterns
| pattern ClusterState_BOOTSTRAPPING :: ClusterState | |
| pattern ClusterState_RUNNING :: ClusterState | |
| pattern ClusterState_STARTING :: ClusterState | |
| pattern ClusterState_TERMINATED :: ClusterState | |
| pattern ClusterState_TERMINATED_WITH_ERRORS :: ClusterState | |
| pattern ClusterState_TERMINATING :: ClusterState | |
| pattern ClusterState_WAITING :: ClusterState |