Values.BatchGetDeploymentsInputSourceRepresents the input of a BatchGetDeployments operation.
type nonrec t = {deploymentIds : DeploymentsList.t;A list of deployment IDs, separated by spaces. The maximum number of deployment IDs you can specify is 25.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of DeploymentId.t ] list ]) list ]