Amazon CodeDeploy · JSON Structure

Amazon Codedeploy List Deployment Targets Output Structure

ListDeploymentTargetsOutput schema from Amazon CodeDeploy

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

ListDeploymentTargetsOutput 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

targetIds 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-deployment-targets-output-structure.json",
  "name": "ListDeploymentTargetsOutput",
  "description": "ListDeploymentTargetsOutput schema from Amazon CodeDeploy",
  "type": "object",
  "properties": {
    "targetIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TargetIdList"
        },
        {
          "description": " The unique IDs of deployment targets. "
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": " If a large amount of information is returned, a token identifier is also returned. It can be used in a subsequent <code>ListDeploymentTargets</code> call to return the next set of deployment targets in the list. "
        }
      ]
    }
  }
}