| 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 |
Amazonka.MQ.Types.BrokerState
Description
Synopsis
- newtype BrokerState where
- BrokerState' { }
- pattern BrokerState_CREATION_FAILED :: BrokerState
- pattern BrokerState_CREATION_IN_PROGRESS :: 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_DELETION_IN_PROGRESS :: BrokerState | |
| pattern BrokerState_REBOOT_IN_PROGRESS :: BrokerState | |
| pattern BrokerState_RUNNING :: BrokerState |