Values.UpdateDeploymentInputSourceRepresents the input parameters for an UpdateDeployment request.
type nonrec t = {description : StringWithLengthBetween0And1024.t option;The description for the deployment resource.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of StringWithLengthBetween0And1024.t ]) list ]