Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ActionExecutionResult = ActionExecutionResult' {}
- newActionExecutionResult :: ActionExecutionResult
- actionExecutionResult_externalExecutionUrl :: Lens' ActionExecutionResult (Maybe Text)
- actionExecutionResult_externalExecutionId :: Lens' ActionExecutionResult (Maybe Text)
- actionExecutionResult_externalExecutionSummary :: Lens' ActionExecutionResult (Maybe Text)
Documentation
data ActionExecutionResult Source #
Execution result information, such as the external execution ID.
See: newActionExecutionResult
smart constructor.
ActionExecutionResult' | |
|
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: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.
$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.
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.
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.