| 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.CloudHSMV2.Types.ClusterState
Description
Documentation
newtype ClusterState Source #
Constructors
| ClusterState' | |
Fields | |
Bundled Patterns
| pattern ClusterState_ACTIVE :: ClusterState | |
| pattern ClusterState_CREATE_IN_PROGRESS :: ClusterState | |
| pattern ClusterState_DEGRADED :: ClusterState | |
| pattern ClusterState_DELETED :: ClusterState | |
| pattern ClusterState_DELETE_IN_PROGRESS :: ClusterState | |
| pattern ClusterState_INITIALIZED :: ClusterState | |
| pattern ClusterState_INITIALIZE_IN_PROGRESS :: ClusterState | |
| pattern ClusterState_UNINITIALIZED :: ClusterState | |
| pattern ClusterState_UPDATE_IN_PROGRESS :: ClusterState |