Values.StopDeploymentOutputSourceRepresents the output of a StopDeployment operation.
type nonrec t = {status : StopStatus.t option;The status of the stop deployment operation: Pending: The stop operation is pending. Succeeded: The stop operation was successful.
*)statusMessage : Message.t option;An accompanying status message.
*)}type nonrec error = [ | `DeploymentAlreadyCompletedException of DeploymentAlreadyCompletedException.t| `DeploymentDoesNotExistException of DeploymentDoesNotExistException.t| `DeploymentGroupDoesNotExistException of DeploymentGroupDoesNotExistException.t| `DeploymentIdRequiredException of DeploymentIdRequiredException.t| `InvalidDeploymentIdException of InvalidDeploymentIdException.t| `UnsupportedActionForDeploymentTypeException of
UnsupportedActionForDeploymentTypeException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DeploymentAlreadyCompletedException of unit
| `DeploymentDoesNotExistException of unit
| `DeploymentGroupDoesNotExistException of unit
| `DeploymentIdRequiredException of unit
| `InvalidDeploymentIdException of unit
| `Unknown_operation_error of string * string option
| `UnsupportedActionForDeploymentTypeException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DeploymentAlreadyCompletedException of unit
| `DeploymentDoesNotExistException of unit
| `DeploymentGroupDoesNotExistException of unit
| `DeploymentIdRequiredException of unit
| `InvalidDeploymentIdException of unit
| `Unknown_operation_error of string * string option
| `UnsupportedActionForDeploymentTypeException of unit ]