Amazon CodeDeploy · JSON Structure

Amazon Codedeploy Batch Get Applications Output Structure

Represents the output of a BatchGetApplications operation.

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

BatchGetApplicationsOutput 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

applicationsInfo

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-applications-output-structure.json",
  "name": "BatchGetApplicationsOutput",
  "description": "Represents the output of a <code>BatchGetApplications</code> operation.",
  "type": "object",
  "properties": {
    "applicationsInfo": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationsInfoList"
        },
        {
          "description": "Information about the applications."
        }
      ]
    }
  }
}