Values.StopDeploymentInputSourceRepresents the input of a StopDeployment operation.
type nonrec t = {deploymentId : DeploymentId.t;The unique ID of a deployment.
*)autoRollbackEnabled : NullableBoolean.t option;Indicates, when a deployment is stopped, whether instances that have been updated should be rolled back to the previous version of the application revision.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of NullableBoolean.t | `String of DeploymentId.t ])
list ]