| 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.MigrationHubOrchestrator.Types.StepStatus
Description
Documentation
newtype StepStatus Source #
Constructors
| StepStatus' | |
Fields | |
Bundled Patterns
| pattern StepStatus_AWAITING_DEPENDENCIES :: StepStatus | |
| pattern StepStatus_COMPLETED :: StepStatus | |
| pattern StepStatus_FAILED :: StepStatus | |
| pattern StepStatus_IN_PROGRESS :: StepStatus | |
| pattern StepStatus_PAUSED :: StepStatus | |
| pattern StepStatus_READY :: StepStatus | |
| pattern StepStatus_USER_ATTENTION_REQUIRED :: StepStatus |