Values.BatchGetDeploymentGroupsInputSourceRepresents the input of a BatchGetDeploymentGroups operation.
type nonrec t = {applicationName : ApplicationName.t;The name of an CodeDeploy application associated with the applicable user or Amazon Web Services account.
*)deploymentGroupNames : DeploymentGroupsList.t;The names of the deployment groups.
*)}val make :
applicationName:ApplicationName.t ->
deploymentGroupNames:DeploymentGroupsList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of DeploymentGroupName.t ] list
| `String of ApplicationName.t ])
list ]