| 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.MQ.Types.BrokerState
Description
Synopsis
- newtype BrokerState where
- BrokerState' { }
- pattern BrokerState_CREATION_FAILED :: BrokerState
- pattern BrokerState_CREATION_IN_PROGRESS :: BrokerState
- pattern BrokerState_CRITICAL_ACTION_REQUIRED :: BrokerState
- pattern BrokerState_DELETION_IN_PROGRESS :: BrokerState
- pattern BrokerState_REBOOT_IN_PROGRESS :: BrokerState
- pattern BrokerState_RUNNING :: BrokerState
Documentation
newtype BrokerState Source #
The broker's status.
Constructors
| BrokerState' | |
Fields | |
Bundled Patterns
| pattern BrokerState_CREATION_FAILED :: BrokerState | |
| pattern BrokerState_CREATION_IN_PROGRESS :: BrokerState | |
| pattern BrokerState_CRITICAL_ACTION_REQUIRED :: BrokerState | |
| pattern BrokerState_DELETION_IN_PROGRESS :: BrokerState | |
| pattern BrokerState_REBOOT_IN_PROGRESS :: BrokerState | |
| pattern BrokerState_RUNNING :: BrokerState |