amazonka-codepipeline-1.2.0.1: 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.DeletePipeline

Contents

Description

Deletes the specified pipeline.

See: AWS API Reference for DeletePipeline.

Synopsis

Creating a Request

deletePipeline Source

Arguments

:: Text

dpName

-> DeletePipeline 

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

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

Request Lenses

dpName :: Lens' DeletePipeline Text Source

The name of the pipeline to be deleted.

Destructuring the Response

deletePipelineResponse :: DeletePipelineResponse Source

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