Amazon CodeDeploy · Schema

BatchGetApplicationsOutput

Represents the output of a BatchGetApplications operation.

AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment

Properties

Name Type Description
applicationsInfo object
View JSON Schema on GitHub

JSON Schema

amazon-codedeploy-batch-get-applications-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-schema/amazon-codedeploy-batch-get-applications-output-schema.json",
  "title": "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."
        }
      ]
    }
  }
}