Values.StartCommandExecutionInputSourceStarts a command execution.
type nonrec t = {sandboxId : NonEmptyString.t;A sandboxId or sandboxArn.
*)command : SensitiveNonEmptyString.t;The command that needs to be executed.
*)type_ : CommandType.t option;The command type.
*)}val make :
?type_:??? ->
sandboxId:NonEmptyString.t ->
command:SensitiveNonEmptyString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ]