{ "$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-config-output-structure.json", "name": "GetDeploymentConfigOutput", "description": "Represents the output of a GetDeploymentConfig operation.", "type": "object", "properties": { "deploymentConfigInfo": { "allOf": [ { "$ref": "#/components/schemas/DeploymentConfigInfo" }, { "description": "Information about the deployment configuration." } ] } } }