Values.BatchGetCommandExecutionsInputSourceGets information about the command executions.
type nonrec t = {sandboxId : NonEmptyString.t;A sandboxId or sandboxArn.
*)commandExecutionIds : CommandExecutionIds.t;A comma separated list of commandExecutionIds.
*)}val make :
sandboxId:NonEmptyString.t ->
commandExecutionIds:CommandExecutionIds.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t ])
list ]