Put Approval Result
GET {{baseUrl}}/?Action=PutApprovalResult&AllocationId=<string>&DryRun=<string>&PublicIp=<string>&actionName=<string>&pipelineName=<string>&result=<string>&stageName=<string>&token=<string>
Provides the response to a manual approval request to AWS CodePipeline.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | ||
AllocationId | string | [EC2-VPC] The allocation ID. This is required for EC2-VPC. | |
DryRun | string | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation. | |
PublicIp | string | The Elastic IP address. This is required for EC2-Classic. | |
actionName | string | The name of the action that will process the revision. | |
pipelineName | string | The name of the pipeline in which you want to disable the flow of artifacts from one stage to another. | |
result | string | Represents information about the result of the approval request. | |
stageName | string | The name of the stage where you want to disable the inbound or outbound transition of artifacts. | |
token | string | The system-generated token used to identify a unique approval request. The token for each open approval request can be obtained using the GetPipelineState action and is used to validate that the approval request corresponding to this token is still valid. |