amazonka-codepipeline-1.3.5: Amazon CodePipeline SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CodePipeline.PutActionRevision

Contents

Description

Provides information to AWS CodePipeline about new revisions to a source.

See: AWS API Reference for PutActionRevision.

Synopsis

Creating a Request

putActionRevision Source

Creates a value of PutActionRevision with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

parPipelineName :: Lens' PutActionRevision Text Source

The name of the pipeline that will start processing the revision to the source.

parStageName :: Lens' PutActionRevision Text Source

The name of the stage that contains the action that will act upon the revision.

parActionName :: Lens' PutActionRevision Text Source

The name of the action that will process the revision.

Destructuring the Response

putActionRevisionResponse Source

Creates a value of PutActionRevisionResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

parrsNewRevision :: Lens' PutActionRevisionResponse (Maybe Bool) Source

The new revision number or ID for the revision after the action completes.

parrsPipelineExecutionId :: Lens' PutActionRevisionResponse (Maybe Text) Source

The ID of the current workflow state of the pipeline.