v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1439316188.1 KB

Provides the response to a manual approval request to AWS CodePipeline. Valid responses include Approved and Rejected.

post/#X-Amz-Target=CodePipeline_20150709.PutApprovalResult

Headers

X-Amz-Target'CodePipeline_20150709.PutApprovalResult' required

Request body

pipelineNamestring required

The name of the pipeline that contains the action.

stageNamestring required

The name of the stage that contains the action.

actionNamestring required

The name of the action for which approval is requested.

tokenstring required

The system-generated token used to identify a unique approval request. The token for each open approval request can be obtained using the <a>GetPipelineState</a> action. It is used to validate that the approval request corresponding to this token is still valid.

Response

Success

approvedAtstring date-time

The timestamp showing when the approval or rejection was submitted.