{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-schema/amazon-codedeploy-batch-get-deployment-instances-output-schema.json", "title": "BatchGetDeploymentInstancesOutput", "description": "Represents the output of a BatchGetDeploymentInstances operation.", "type": "object", "properties": { "instancesSummary": { "allOf": [ { "$ref": "#/components/schemas/InstanceSummaryList" }, { "description": "Information about the instance." } ] }, "errorMessage": { "allOf": [ { "$ref": "#/components/schemas/ErrorMessage" }, { "description": "Information about errors that might have occurred during the API call." } ] } } }