{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-structure/amazon-codedeploy-instance-summary-structure.json", "name": "InstanceSummary", "description": "Information about an instance in a deployment.InstanceSummary is deprecated, use DeploymentTarget instead.", "type": "object", "properties": { "deploymentId": { "allOf": [ { "$ref": "#/components/schemas/DeploymentId" }, { "description": " The unique ID of a deployment. " } ] }, "instanceId": { "allOf": [ { "$ref": "#/components/schemas/InstanceId" }, { "description": "The instance ID." } ] }, "status": { "allOf": [ { "$ref": "#/components/schemas/InstanceStatus" }, { "description": "

The deployment status for this instance:

" } ] }, "lastUpdatedAt": { "allOf": [ { "$ref": "#/components/schemas/Timestamp" }, { "description": "A timestamp that indicates when the instance information was last updated." } ] }, "lifecycleEvents": { "allOf": [ { "$ref": "#/components/schemas/LifecycleEventList" }, { "description": "A list of lifecycle events for this instance." } ] }, "instanceType": { "allOf": [ { "$ref": "#/components/schemas/InstanceType" }, { "description": "

Information about which environment an instance belongs to in a blue/green deployment.

" } ] } }, "deprecated": true }