| 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.OpenSearch.Types.DeploymentStatus
Description
Documentation
newtype DeploymentStatus Source #
Constructors
| DeploymentStatus' | |
Fields | |
Bundled Patterns
| pattern DeploymentStatus_COMPLETED :: DeploymentStatus | |
| pattern DeploymentStatus_ELIGIBLE :: DeploymentStatus | |
| pattern DeploymentStatus_IN_PROGRESS :: DeploymentStatus | |
| pattern DeploymentStatus_NOT_ELIGIBLE :: DeploymentStatus | |
| pattern DeploymentStatus_PENDING_UPDATE :: DeploymentStatus |