| 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.Proton.Types.DeploymentStatus
Description
Documentation
newtype DeploymentStatus Source #
Constructors
| DeploymentStatus' | |
Fields | |
Bundled Patterns
| pattern DeploymentStatus_CANCELLED :: DeploymentStatus | |
| pattern DeploymentStatus_CANCELLING :: DeploymentStatus | |
| pattern DeploymentStatus_DELETE_COMPLETE :: DeploymentStatus | |
| pattern DeploymentStatus_DELETE_FAILED :: DeploymentStatus | |
| pattern DeploymentStatus_DELETE_IN_PROGRESS :: DeploymentStatus | |
| pattern DeploymentStatus_FAILED :: DeploymentStatus | |
| pattern DeploymentStatus_IN_PROGRESS :: DeploymentStatus | |
| pattern DeploymentStatus_SUCCEEDED :: DeploymentStatus |