Amazon CodePipeline · JSON Structure

Amazon Codepipeline Put Approval Result Output Structure

Represents the output of a PutApprovalResult action.

Type: object Properties: 1
AmazonCI/CDContinuous DeliveryDevOpsPipelineRelease Automation

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

Properties

approvedAt

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-approval-result-output-structure.json",
  "name": "PutApprovalResultOutput",
  "description": "Represents the output of a <code>PutApprovalResult</code> action.",
  "type": "object",
  "properties": {
    "approvedAt": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The timestamp showing when the approval or rejection was submitted."
        }
      ]
    }
  }
}