Represents the output of a PutApprovalResult action.
PutApprovalResult
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codepipeline/refs/heads/main/json-schema/amazon-codepipeline-put-approval-result-output-schema.json", "title": "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." } ] } } }