| 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.ManagedBlockChain.Types.NodeStatus
Description
Documentation
newtype NodeStatus Source #
Constructors
| NodeStatus' | |
Fields | |
Bundled Patterns
| pattern NodeStatus_AVAILABLE :: NodeStatus | |
| pattern NodeStatus_CREATE_FAILED :: NodeStatus | |
| pattern NodeStatus_CREATING :: NodeStatus | |
| pattern NodeStatus_DELETED :: NodeStatus | |
| pattern NodeStatus_DELETING :: NodeStatus | |
| pattern NodeStatus_FAILED :: NodeStatus | |
| pattern NodeStatus_INACCESSIBLE_ENCRYPTION_KEY :: NodeStatus | |
| pattern NodeStatus_UNHEALTHY :: NodeStatus | |
| pattern NodeStatus_UPDATING :: NodeStatus |