Values.CreateDeploymentInputSourceRepresents the input parameters for a CreateDeployment request.
type nonrec t = {description : StringWithLengthBetween0And1024.t option;The description for the deployment resource.
*)stageName : StringWithLengthBetween1And128.t option;The name of the Stage resource for the Deployment resource to create.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of StringWithLengthBetween0And1024.t ]) list ]