Put Action Revision
GET {{baseUrl}}/?Action=PutActionRevision&DryRun=<string>&PublicIp=<string>&actionName=<string>&actionRevision=<string>&pipelineName=<string>&stageName=<string>
Provides information to AWS CodePipeline about new revisions to a source.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | ||
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. | |
actionRevision | string | Represents information about the version (or revision) of an action. | |
pipelineName | string | The name of the pipeline in which you want to disable the flow of artifacts from one stage to another. | |
stageName | string | The name of the stage where you want to disable the inbound or outbound transition of artifacts. |