Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface PutActionRevisionCommandInputProtected

The input for PutActionRevisionCommand.

Hierarchy

Properties

actionName: undefined | string

The name of the action that processes the revision.

actionRevision: undefined | ActionRevision

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

pipelineName: undefined | string

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

stageName: undefined | string

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