Values.StopDeploymentRequestSourceStops a deployment. This API action works only on deployments that have a status of DEPLOYING, unless an AllowRevert parameter is supplied. If the AllowRevert parameter is supplied, the status of an in-progress deployment will be ROLLED_BACK. The status of a completed deployment will be REVERTED. AppConfig only allows a revert within 72 hours of deployment completion.
type nonrec t = {applicationId : Id.t;The application ID.
*)environmentId : Id.t;The environment ID.
*)deploymentNumber : Integer.t;The sequence number of the deployment.
*)allowRevert : Boolean.t option;A Boolean that enables AppConfig to rollback a COMPLETED deployment to the previous configuration version. This action moves the deployment to a status of REVERTED.
*)}