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.IoTRoboRunner.Types.DestinationState
Description
Synopsis
- newtype DestinationState where
- DestinationState' { }
- pattern DestinationState_DECOMMISSIONED :: DestinationState
- pattern DestinationState_DISABLED :: DestinationState
- pattern DestinationState_ENABLED :: DestinationState
Documentation
newtype DestinationState Source #
State of the destination.
Constructors
DestinationState' | |
Fields |
Bundled Patterns
pattern DestinationState_DECOMMISSIONED :: DestinationState | |
pattern DestinationState_DISABLED :: DestinationState | |
pattern DestinationState_ENABLED :: DestinationState |