Amazon CodeDeploy · JSON Structure

Amazon Codedeploy Batch Get Application Revisions Output Structure

Represents the output of a BatchGetApplicationRevisions operation.

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

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

Properties

applicationName errorMessage revisions

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-application-revisions-output-structure.json",
  "name": "BatchGetApplicationRevisionsOutput",
  "description": "Represents the output of a <code>BatchGetApplicationRevisions</code> operation.",
  "type": "object",
  "properties": {
    "applicationName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationName"
        },
        {
          "description": "The name of the application that corresponds to the revisions."
        }
      ]
    },
    "errorMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ErrorMessage"
        },
        {
          "description": "Information about errors that might have occurred during the API call."
        }
      ]
    },
    "revisions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RevisionInfoList"
        },
        {
          "description": "Additional information about the revisions, including the type and location."
        }
      ]
    }
  }
}