Amazon CodeDeploy · JSON Structure

Amazon Codedeploy Get Deployment Instance Output Structure

Represents the output of a GetDeploymentInstance operation.

Type: object Properties: 1
AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment

GetDeploymentInstanceOutput is a JSON Structure definition published by Amazon CodeDeploy, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

instanceSummary

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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 <code>GetDeploymentInstance</code> operation. ",
  "type": "object",
  "properties": {
    "instanceSummary": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InstanceSummary"
        },
        {
          "description": " Information about the instance. "
        }
      ]
    }
  }
}