Values.ActionExecutionOutputSourceOutput details listed for an action execution, such as the action execution result.
type nonrec t = {outputArtifacts : ArtifactDetailList.t option;Details of output artifacts of the action that correspond to the action execution.
*)executionResult : ActionExecutionResult.t option;Execution result information listed in the output details for an action execution.
*)outputVariables : OutputVariablesMap.t option;The outputVariables field shows the key-value pairs that were output as part of that execution.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of ArtifactName.t
| `Structure of
(string * [> `String of S3Bucket.t ]) list ])
list ]
list
| `Map of
([> `String of OutputVariablesKey.t ]
* [> `String of OutputVariablesValue.t ])
list
| `Structure of
(string
* [> `String of ExternalExecutionId.t
| `Structure of (string * [> `String of Code.t ]) list ])
list ])
list ]