Amazon CodePipeline · JSON Structure

Amazon Codepipeline Put Action Revision Output Structure

Represents the output of a PutActionRevision action.

Type: object Properties: 2
AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

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

Properties

newRevision pipelineExecutionId

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-codepipeline/refs/heads/main/json-structure/amazon-codepipeline-put-action-revision-output-structure.json",
  "name": "PutActionRevisionOutput",
  "description": "Represents the output of a <code>PutActionRevision</code> action.",
  "type": "object",
  "properties": {
    "newRevision": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Boolean"
        },
        {
          "description": "Indicates whether the artifact revision was previously used in an execution of the specified pipeline."
        }
      ]
    },
    "pipelineExecutionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PipelineExecutionId"
        },
        {
          "description": "The ID of the current workflow state of the pipeline."
        }
      ]
    }
  }
}