Amazon CodeDeploy · JSON Structure

Amazon Codedeploy Batch Get Deployment Groups Output Structure

Represents the output of a BatchGetDeploymentGroups operation.

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

BatchGetDeploymentGroupsOutput 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

deploymentGroupsInfo errorMessage

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-batch-get-deployment-groups-output-structure.json",
  "name": "BatchGetDeploymentGroupsOutput",
  "description": "Represents the output of a <code>BatchGetDeploymentGroups</code> operation.",
  "type": "object",
  "properties": {
    "deploymentGroupsInfo": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeploymentGroupInfoList"
        },
        {
          "description": "Information about the deployment groups."
        }
      ]
    },
    "errorMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ErrorMessage"
        },
        {
          "description": "Information about errors that might have occurred during the API call."
        }
      ]
    }
  }
}