| 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.ExecutionDetails
Description
Synopsis
Documentation
data ExecutionDetails Source #
The details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.
See: newExecutionDetails smart constructor.
Constructors
| ExecutionDetails' | |
Fields
| |
Instances
newExecutionDetails :: ExecutionDetails Source #
Create a value of ExecutionDetails 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:externalExecutionId:ExecutionDetails', executionDetails_externalExecutionId - The system-generated unique ID of this action used to identify this job
worker in any external systems, such as AWS CodeDeploy.
$sel:percentComplete:ExecutionDetails', executionDetails_percentComplete - The percentage of work completed on the action, represented on a scale
of 0 to 100 percent.
$sel:summary:ExecutionDetails', executionDetails_summary - The summary of the current status of the actions.
executionDetails_externalExecutionId :: Lens' ExecutionDetails (Maybe Text) Source #
The system-generated unique ID of this action used to identify this job worker in any external systems, such as AWS CodeDeploy.
executionDetails_percentComplete :: Lens' ExecutionDetails (Maybe Natural) Source #
The percentage of work completed on the action, represented on a scale of 0 to 100 percent.
executionDetails_summary :: Lens' ExecutionDetails (Maybe Text) Source #
The summary of the current status of the actions.