amazonka-iot-analytics-1.6.1: 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 # 
Instance details

Defined in Network.AWS.IoTAnalytics.DescribePipeline

Data DescribePipeline Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.DescribePipeline

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 # 
Instance details

Defined in Network.AWS.IoTAnalytics.DescribePipeline

Show DescribePipeline Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.DescribePipeline

Generic DescribePipeline Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.DescribePipeline

Associated Types

type Rep DescribePipeline :: Type -> Type #

Hashable DescribePipeline Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.DescribePipeline

AWSRequest DescribePipeline Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.DescribePipeline

Associated Types

type Rs DescribePipeline :: Type #

ToHeaders DescribePipeline Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.DescribePipeline

ToPath DescribePipeline Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.DescribePipeline

ToQuery DescribePipeline Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.DescribePipeline

NFData DescribePipeline Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.DescribePipeline

Methods

rnf :: DescribePipeline -> () #

type Rep DescribePipeline Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.DescribePipeline

type Rep DescribePipeline = D1 (MetaData "DescribePipeline" "Network.AWS.IoTAnalytics.DescribePipeline" "amazonka-iot-analytics-1.6.1-II7URRwPIs5C2HKxTKtgRZ" True) (C1 (MetaCons "DescribePipeline'" PrefixI True) (S1 (MetaSel (Just "_dpPipelineName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DescribePipeline Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.DescribePipeline

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 # 
Instance details

Defined in Network.AWS.IoTAnalytics.DescribePipeline

Data DescribePipelineResponse Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.DescribePipeline

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 # 
Instance details

Defined in Network.AWS.IoTAnalytics.DescribePipeline

Show DescribePipelineResponse Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.DescribePipeline

Generic DescribePipelineResponse Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.DescribePipeline

Associated Types

type Rep DescribePipelineResponse :: Type -> Type #

NFData DescribePipelineResponse Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.DescribePipeline

type Rep DescribePipelineResponse Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.DescribePipeline

type Rep DescribePipelineResponse = D1 (MetaData "DescribePipelineResponse" "Network.AWS.IoTAnalytics.DescribePipeline" "amazonka-iot-analytics-1.6.1-II7URRwPIs5C2HKxTKtgRZ" False) (C1 (MetaCons "DescribePipelineResponse'" PrefixI True) (S1 (MetaSel (Just "_dprsPipeline") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Pipeline)) :*: S1 (MetaSel (Just "_dprsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses

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

A Pipeline object that contains information about the pipeline.