Values.ActionExecutionResultSourceExecution result information, such as the external execution ID.
type nonrec t = {externalExecutionId : ExternalExecutionId.t option;The action provider's external ID for the action execution.
*)externalExecutionSummary : ExternalExecutionSummary.t option;The action provider's summary for the action execution.
*)externalExecutionUrl : Url.t option;The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is used when running the action.
*)errorDetails : ErrorDetails.t option;logStreamARN : LogStreamARN.t option;The Amazon Resource Name (ARN) of the log stream for the action compute.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ExternalExecutionId.t
| `Structure of (string * [> `String of Code.t ]) list ])
list ]