{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-structure/amazon-codedeploy-stop-deployment-output-structure.json", "name": "StopDeploymentOutput", "description": " Represents the output of a StopDeployment operation. ", "type": "object", "properties": { "status": { "allOf": [ { "$ref": "#/components/schemas/StopStatus" }, { "description": "

The status of the stop deployment operation:

" } ] }, "statusMessage": { "allOf": [ { "$ref": "#/components/schemas/Message" }, { "description": "An accompanying status message." } ] } } }