| 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.AppConfig.Types.DeploymentState
Description
Documentation
newtype DeploymentState Source #
Constructors
| DeploymentState' | |
Fields | |
Bundled Patterns
| pattern DeploymentState_BAKING :: DeploymentState | |
| pattern DeploymentState_COMPLETE :: DeploymentState | |
| pattern DeploymentState_DEPLOYING :: DeploymentState | |
| pattern DeploymentState_ROLLED_BACK :: DeploymentState | |
| pattern DeploymentState_ROLLING_BACK :: DeploymentState | |
| pattern DeploymentState_VALIDATING :: DeploymentState |