amazonka-datapipeline-1.4.2: Amazon Data Pipeline SDK.

Copyright(c) 2013-2016 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.DataPipeline.DeletePipeline

Contents

Description

Deletes a pipeline, its pipeline definition, and its run history. AWS Data Pipeline attempts to cancel instances associated with the pipeline that are currently being processed by task runners.

Deleting a pipeline cannot be undone. You cannot query or restore a deleted pipeline. To temporarily pause a pipeline instead of deleting it, call SetStatus with the status set to PAUSE on individual components. Components that are paused by SetStatus can be resumed.

Synopsis

Creating a Request

deletePipeline Source #

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:

data DeletePipeline Source #

Contains the parameters for DeletePipeline.

See: deletePipeline smart constructor.

Instances

Eq DeletePipeline Source # 
Data DeletePipeline Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeletePipeline -> c DeletePipeline #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeletePipeline #

toConstr :: DeletePipeline -> Constr #

dataTypeOf :: DeletePipeline -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeletePipeline) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeletePipeline) #

gmapT :: (forall b. Data b => b -> b) -> DeletePipeline -> DeletePipeline #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeletePipeline -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeletePipeline -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeletePipeline -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeletePipeline -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeletePipeline -> m DeletePipeline #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeletePipeline -> m DeletePipeline #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeletePipeline -> m DeletePipeline #

Read DeletePipeline Source # 
Show DeletePipeline Source # 
Generic DeletePipeline Source # 

Associated Types

type Rep DeletePipeline :: * -> * #

Hashable DeletePipeline Source # 
ToJSON DeletePipeline Source # 
NFData DeletePipeline Source # 

Methods

rnf :: DeletePipeline -> () #

AWSRequest DeletePipeline Source # 
ToQuery DeletePipeline Source # 
ToPath DeletePipeline Source # 
ToHeaders DeletePipeline Source # 
type Rep DeletePipeline Source # 
type Rep DeletePipeline = D1 (MetaData "DeletePipeline" "Network.AWS.DataPipeline.DeletePipeline" "amazonka-datapipeline-1.4.2-9QD4j5NR1v14hG7KJ5kJJK" True) (C1 (MetaCons "DeletePipeline'" PrefixI True) (S1 (MetaSel (Just Symbol "_dpPipelineId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeletePipeline Source # 

Request Lenses

dpPipelineId :: Lens' DeletePipeline Text Source #

The ID of the pipeline.

Destructuring the Response

deletePipelineResponse :: DeletePipelineResponse Source #

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

data DeletePipelineResponse Source #

See: deletePipelineResponse smart constructor.

Instances

Eq DeletePipelineResponse Source # 
Data DeletePipelineResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeletePipelineResponse -> c DeletePipelineResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeletePipelineResponse #

toConstr :: DeletePipelineResponse -> Constr #

dataTypeOf :: DeletePipelineResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DeletePipelineResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeletePipelineResponse) #

gmapT :: (forall b. Data b => b -> b) -> DeletePipelineResponse -> DeletePipelineResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeletePipelineResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeletePipelineResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeletePipelineResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeletePipelineResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeletePipelineResponse -> m DeletePipelineResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeletePipelineResponse -> m DeletePipelineResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeletePipelineResponse -> m DeletePipelineResponse #

Read DeletePipelineResponse Source # 
Show DeletePipelineResponse Source # 
Generic DeletePipelineResponse Source # 
NFData DeletePipelineResponse Source # 

Methods

rnf :: DeletePipelineResponse -> () #

type Rep DeletePipelineResponse Source # 
type Rep DeletePipelineResponse = D1 (MetaData "DeletePipelineResponse" "Network.AWS.DataPipeline.DeletePipeline" "amazonka-datapipeline-1.4.2-9QD4j5NR1v14hG7KJ5kJJK" False) (C1 (MetaCons "DeletePipelineResponse'" PrefixI False) U1)