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 ActionExecutionOutput = ActionExecutionOutput' {}
- newActionExecutionOutput :: ActionExecutionOutput
- actionExecutionOutput_outputVariables :: Lens' ActionExecutionOutput (Maybe (HashMap Text Text))
- actionExecutionOutput_outputArtifacts :: Lens' ActionExecutionOutput (Maybe [ArtifactDetail])
- actionExecutionOutput_executionResult :: Lens' ActionExecutionOutput (Maybe ActionExecutionResult)
Documentation
data ActionExecutionOutput Source #
Output details listed for an action execution, such as the action execution result.
See: newActionExecutionOutput
smart constructor.
ActionExecutionOutput' | |
|
Instances
newActionExecutionOutput :: ActionExecutionOutput Source #
Create a value of ActionExecutionOutput
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:outputVariables:ActionExecutionOutput'
, actionExecutionOutput_outputVariables
- The outputVariables field shows the key-value pairs that were output as
part of that execution.
$sel:outputArtifacts:ActionExecutionOutput'
, actionExecutionOutput_outputArtifacts
- Details of output artifacts of the action that correspond to the action
execution.
$sel:executionResult:ActionExecutionOutput'
, actionExecutionOutput_executionResult
- Execution result information listed in the output details for an action
execution.
actionExecutionOutput_outputVariables :: Lens' ActionExecutionOutput (Maybe (HashMap Text Text)) Source #
The outputVariables field shows the key-value pairs that were output as part of that execution.
actionExecutionOutput_outputArtifacts :: Lens' ActionExecutionOutput (Maybe [ArtifactDetail]) Source #
Details of output artifacts of the action that correspond to the action execution.
actionExecutionOutput_executionResult :: Lens' ActionExecutionOutput (Maybe ActionExecutionResult) Source #
Execution result information listed in the output details for an action execution.