codepipeline_put_action_revision: Provides information to CodePipeline about new revisions to a...

View source: R/codepipeline_operations.R

codepipeline_put_action_revisionR Documentation

Provides information to CodePipeline about new revisions to a source

Description

Provides information to CodePipeline about new revisions to a source.

See https://www.paws-r-sdk.com/docs/codepipeline_put_action_revision/ for full documentation.

Usage

codepipeline_put_action_revision(
  pipelineName,
  stageName,
  actionName,
  actionRevision
)

Arguments

pipelineName

[required] The name of the pipeline that starts processing the revision to the source.

stageName

[required] The name of the stage that contains the action that acts on the revision.

actionName

[required] The name of the action that processes the revision.

actionRevision

[required] Represents information about the version (or revision) of an action.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.