Values.CommandExecutionSourceContains command execution information.
type nonrec t = {id : NonEmptyString.t option;The ID of the command execution.
*)sandboxId : NonEmptyString.t option;A sandboxId.
*)submitTime : Timestamp.t option;When the command execution process was initially submitted, expressed in Unix time format.
*)startTime : Timestamp.t option;When the command execution process started, expressed in Unix time format.
*)endTime : Timestamp.t option;When the command execution process ended, expressed in Unix time format.
*)status : NonEmptyString.t option;The status of the command execution.
*)command : SensitiveNonEmptyString.t option;The command that needs to be executed.
*)type_ : CommandType.t option;The command type.
*)exitCode : NonEmptyString.t option;The exit code to return upon completion.
*)standardOutputContent : SensitiveNonEmptyString.t option;The text written by the command to stdout.
*)standardErrContent : SensitiveNonEmptyString.t option;The text written by the command to stderr.
*)logs : LogsLocation.t option;sandboxArn : NonEmptyString.t option;A sandboxArn.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of NonEmptyString.t
| `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Boolean of WrapperBoolean.t
| `Enum of string
| `String of String_.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]