amazonka-codepipeline-1.5.0: Amazon CodePipeline SDK.

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

Network.AWS.CodePipeline.GetPipelineExecution

Contents

Description

Returns information about an execution of a pipeline, including details about artifacts, the pipeline execution ID, and the name, version, and status of the pipeline.

Synopsis

Creating a Request

getPipelineExecution Source #

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

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

  • gpePipelineName - The name of the pipeline about which you want to get execution details.
  • gpePipelineExecutionId - The ID of the pipeline execution about which you want to get execution details.

data GetPipelineExecution Source #

Represents the input of a GetPipelineExecution action.

See: getPipelineExecution smart constructor.

Instances

Eq GetPipelineExecution Source # 
Data GetPipelineExecution Source # 

Methods

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

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

toConstr :: GetPipelineExecution -> Constr #

dataTypeOf :: GetPipelineExecution -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetPipelineExecution Source # 
Show GetPipelineExecution Source # 
Generic GetPipelineExecution Source # 
Hashable GetPipelineExecution Source # 
ToJSON GetPipelineExecution Source # 
NFData GetPipelineExecution Source # 

Methods

rnf :: GetPipelineExecution -> () #

AWSRequest GetPipelineExecution Source # 
ToQuery GetPipelineExecution Source # 
ToPath GetPipelineExecution Source # 
ToHeaders GetPipelineExecution Source # 
type Rep GetPipelineExecution Source # 
type Rep GetPipelineExecution = D1 (MetaData "GetPipelineExecution" "Network.AWS.CodePipeline.GetPipelineExecution" "amazonka-codepipeline-1.5.0-BYFgK5oCiPTDLF5tMR5fvg" False) (C1 (MetaCons "GetPipelineExecution'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gpePipelineName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_gpePipelineExecutionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs GetPipelineExecution Source # 

Request Lenses

gpePipelineName :: Lens' GetPipelineExecution Text Source #

The name of the pipeline about which you want to get execution details.

gpePipelineExecutionId :: Lens' GetPipelineExecution Text Source #

The ID of the pipeline execution about which you want to get execution details.

Destructuring the Response

getPipelineExecutionResponse Source #

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

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

data GetPipelineExecutionResponse Source #

Represents the output of a GetPipelineExecution action.

See: getPipelineExecutionResponse smart constructor.

Instances

Eq GetPipelineExecutionResponse Source # 
Data GetPipelineExecutionResponse Source # 

Methods

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

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

toConstr :: GetPipelineExecutionResponse -> Constr #

dataTypeOf :: GetPipelineExecutionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetPipelineExecutionResponse Source # 
Show GetPipelineExecutionResponse Source # 
Generic GetPipelineExecutionResponse Source # 
NFData GetPipelineExecutionResponse Source # 
type Rep GetPipelineExecutionResponse Source # 
type Rep GetPipelineExecutionResponse = D1 (MetaData "GetPipelineExecutionResponse" "Network.AWS.CodePipeline.GetPipelineExecution" "amazonka-codepipeline-1.5.0-BYFgK5oCiPTDLF5tMR5fvg" False) (C1 (MetaCons "GetPipelineExecutionResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gpersPipelineExecution") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe PipelineExecution))) (S1 (MetaSel (Just Symbol "_gpersResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

gpersPipelineExecution :: Lens' GetPipelineExecutionResponse (Maybe PipelineExecution) Source #

Represents information about the execution of a pipeline.