Values.GetDeploymentPatternVersionInputSourceReturns information about a deployment pattern version.
type nonrec t = {workloadName : WorkloadName.t;The name of the workload. You can use the ListWorkloads operation to discover supported values for this parameter.
*)deploymentPatternName : DeploymentPatternName.t;The name of the deployment pattern. You can use the ListWorkloadDeploymentPatterns operation to discover supported values for this parameter.
*)deploymentPatternVersionName : DeploymentPatternVersionName.t;The name of the deployment pattern version.
*)}val make :
workloadName:WorkloadName.t ->
deploymentPatternName:DeploymentPatternName.t ->
deploymentPatternVersionName:DeploymentPatternVersionName.t ->
unit ->
t