| 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.ActionExecutionResult
Description
Synopsis
- data ActionExecutionResult = ActionExecutionResult' {}
- newActionExecutionResult :: ActionExecutionResult
- actionExecutionResult_externalExecutionId :: Lens' ActionExecutionResult (Maybe Text)
- actionExecutionResult_externalExecutionSummary :: Lens' ActionExecutionResult (Maybe Text)
- actionExecutionResult_externalExecutionUrl :: Lens' ActionExecutionResult (Maybe Text)
Documentation
data ActionExecutionResult Source #
Execution result information, such as the external execution ID.
See: newActionExecutionResult smart constructor.
Constructors
| ActionExecutionResult' | |
Fields
| |
Instances
newActionExecutionResult :: ActionExecutionResult Source #
Create a value of ActionExecutionResult 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:ActionExecutionResult', actionExecutionResult_externalExecutionId - The action provider's external ID for the action execution.
$sel:externalExecutionSummary:ActionExecutionResult', actionExecutionResult_externalExecutionSummary - The action provider's summary for the action execution.
$sel:externalExecutionUrl:ActionExecutionResult', actionExecutionResult_externalExecutionUrl - The deepest external link to the external resource (for example, a
repository URL or deployment endpoint) that is used when running the
action.
actionExecutionResult_externalExecutionId :: Lens' ActionExecutionResult (Maybe Text) Source #
The action provider's external ID for the action execution.
actionExecutionResult_externalExecutionSummary :: Lens' ActionExecutionResult (Maybe Text) Source #
The action provider's summary for the action execution.
actionExecutionResult_externalExecutionUrl :: Lens' ActionExecutionResult (Maybe Text) Source #
The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is used when running the action.