Amazon CodeDeploy · JSON Structure

Amazon Codedeploy List On Premises Instances Output Structure

Represents the output of the list on-premises instances operation.

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

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

Properties

instanceNames nextToken

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-list-on-premises-instances-output-structure.json",
  "name": "ListOnPremisesInstancesOutput",
  "description": "Represents the output of the list on-premises instances operation.",
  "type": "object",
  "properties": {
    "instanceNames": {
      "allOf": [
        {
          "$ref": "#/components/schemas/InstanceNameList"
        },
        {
          "description": "The list of matching on-premises instance names."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list on-premises instances call to return the next set of on-premises instances in the list."
        }
      ]
    }
  }
}