amazonka-iot-analytics-1.6.0: Amazon IoT Analytics SDK.

Copyright(c) 2013-2018 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.IoTAnalytics.DescribePipeline

Contents

Description

Retrieves information about a pipeline.

Synopsis

Creating a Request

describePipeline Source #

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

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

  • dpPipelineName - The name of the pipeline whose information is retrieved.

data DescribePipeline Source #

See: describePipeline smart constructor.

Instances

Eq DescribePipeline Source # 
Data DescribePipeline Source # 

Methods

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

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

toConstr :: DescribePipeline -> Constr #

dataTypeOf :: DescribePipeline -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribePipeline Source # 
Show DescribePipeline Source # 
Generic DescribePipeline Source # 
Hashable DescribePipeline Source # 
NFData DescribePipeline Source # 

Methods

rnf :: DescribePipeline -> () #

AWSRequest DescribePipeline Source # 
ToHeaders DescribePipeline Source # 
ToPath DescribePipeline Source # 
ToQuery DescribePipeline Source # 
type Rep DescribePipeline Source # 
type Rep DescribePipeline = D1 * (MetaData "DescribePipeline" "Network.AWS.IoTAnalytics.DescribePipeline" "amazonka-iot-analytics-1.6.0-J5q8AVx26VCAr48eVqZbw0" True) (C1 * (MetaCons "DescribePipeline'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dpPipelineName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DescribePipeline Source # 

Request Lenses

dpPipelineName :: Lens' DescribePipeline Text Source #

The name of the pipeline whose information is retrieved.

Destructuring the Response

describePipelineResponse Source #

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

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

data DescribePipelineResponse Source #

See: describePipelineResponse smart constructor.

Instances

Eq DescribePipelineResponse Source # 
Data DescribePipelineResponse Source # 

Methods

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

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

toConstr :: DescribePipelineResponse -> Constr #

dataTypeOf :: DescribePipelineResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribePipelineResponse Source # 
Show DescribePipelineResponse Source # 
Generic DescribePipelineResponse Source # 
NFData DescribePipelineResponse Source # 
type Rep DescribePipelineResponse Source # 
type Rep DescribePipelineResponse = D1 * (MetaData "DescribePipelineResponse" "Network.AWS.IoTAnalytics.DescribePipeline" "amazonka-iot-analytics-1.6.0-J5q8AVx26VCAr48eVqZbw0" False) (C1 * (MetaCons "DescribePipelineResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dprsPipeline") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Pipeline))) (S1 * (MetaSel (Just Symbol "_dprsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses

dprsPipeline :: Lens' DescribePipelineResponse (Maybe Pipeline) Source #

A Pipeline object that contains information about the pipeline.