Module Values.GetDeploymentPatternVersionInputSource

Returns information about a deployment pattern version.

Sourcetype nonrec t = {
  1. workloadName : WorkloadName.t;
    (*

    The name of the workload. You can use the ListWorkloads operation to discover supported values for this parameter.

    *)
  2. deploymentPatternName : DeploymentPatternName.t;
    (*

    The name of the deployment pattern. You can use the ListWorkloadDeploymentPatterns operation to discover supported values for this parameter.

    *)
  3. deploymentPatternVersionName : DeploymentPatternVersionName.t;
    (*

    The name of the deployment pattern version.

    *)
}
Sourceval context_ : string
Sourceval make : workloadName:WorkloadName.t -> deploymentPatternName:DeploymentPatternName.t -> deploymentPatternVersionName:DeploymentPatternVersionName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of WorkloadName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t