| 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.CodePipeline.Types.StageExecution
Description
Synopsis
Documentation
data StageExecution Source #
Represents information about the run of a stage.
See: newStageExecution smart constructor.
Constructors
| StageExecution' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> StageExecutionStatus | |
| -> StageExecution |
Create a value of StageExecution with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:pipelineExecutionId:StageExecution', stageExecution_pipelineExecutionId - The ID of the pipeline execution associated with the stage.
$sel:status:StageExecution', stageExecution_status - The status of the stage, or for a completed stage, the last status of
the stage.
A status of cancelled means that the pipeline’s definition was updated before the stage execution could be completed.
stageExecution_pipelineExecutionId :: Lens' StageExecution Text Source #
The ID of the pipeline execution associated with the stage.
stageExecution_status :: Lens' StageExecution StageExecutionStatus Source #
The status of the stage, or for a completed stage, the last status of the stage.
A status of cancelled means that the pipeline’s definition was updated before the stage execution could be completed.