Amazon CodeDeploy · Schema

GetDeploymentInstanceOutput

Represents the output of a GetDeploymentInstance operation.

AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment

Properties

Name Type Description
instanceSummary object
View JSON Schema on GitHub

JSON Schema

amazon-codedeploy-get-deployment-instance-output-schema.json Raw ↑
{
  "$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-get-deployment-instance-output-schema.json",
  "title": "GetDeploymentInstanceOutput",
  "description": " Represents the output of a <code>GetDeploymentInstance</code> operation. ",
  "type": "object",
  "properties": {
    "instanceSummary": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InstanceSummary"
        },
        {
          "description": " Information about the instance. "
        }
      ]
    }
  }
}