{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-structure/amazon-codedeploy-get-deployment-instance-output-structure.json", "name": "GetDeploymentInstanceOutput", "description": " Represents the output of a GetDeploymentInstance operation. ", "type": "object", "properties": { "instanceSummary": { "allOf": [ { "$ref": "#/components/schemas/InstanceSummary" }, { "description": " Information about the instance. " } ] } } }