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

KeyDatatypeRequiredDescription
Actionstring
DryRunstringChecks 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.
PublicIpstringThe Elastic IP address. This is required for EC2-Classic.
actionNamestringThe name of the action that will process the revision.
actionRevisionstringRepresents information about the version (or revision) of an action.
pipelineNamestringThe name of the pipeline in which you want to disable the flow of artifacts from one stage to another.
stageNamestringThe name of the stage where you want to disable the inbound or outbound transition of artifacts.