| 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.CloudFormation.Types.StackDriftStatus
Description
Documentation
newtype StackDriftStatus Source #
Constructors
| StackDriftStatus' | |
Fields | |
Bundled Patterns
| pattern StackDriftStatus_DRIFTED :: StackDriftStatus | |
| pattern StackDriftStatus_IN_SYNC :: StackDriftStatus | |
| pattern StackDriftStatus_NOT_CHECKED :: StackDriftStatus | |
| pattern StackDriftStatus_UNKNOWN :: StackDriftStatus |