Values_4.RunScheduledInstancesResultSourceContains the output of RunScheduledInstances.
type nonrec t = {instanceIdSet : Values_3.InstanceIdSet.t option;The IDs of the newly launched instances.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of Values_0.InstanceId.t ] list ]) list ]