Values.BatchGetDeploymentInstancesInputSourceRepresents the input of a BatchGetDeploymentInstances operation.
type nonrec t = {deploymentId : DeploymentId.t;The unique ID of a deployment.
*)instanceIds : InstancesList.t;The unique IDs of instances used in the deployment. The maximum number of instance IDs you can specify is 25.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of InstanceId.t ] list
| `String of DeploymentId.t ])
list ]