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.DescribeChannel

Contents

Description

Retrieves information about a channel.

Synopsis

Creating a Request

describeChannel Source #

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

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

  • dChannelName - The name of the channel whose information is retrieved.

data DescribeChannel Source #

See: describeChannel smart constructor.

Instances

Eq DescribeChannel Source # 
Data DescribeChannel Source # 

Methods

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

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

toConstr :: DescribeChannel -> Constr #

dataTypeOf :: DescribeChannel -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeChannel Source # 
Show DescribeChannel Source # 
Generic DescribeChannel Source # 
Hashable DescribeChannel Source # 
NFData DescribeChannel Source # 

Methods

rnf :: DescribeChannel -> () #

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

Request Lenses

dChannelName :: Lens' DescribeChannel Text Source #

The name of the channel whose information is retrieved.

Destructuring the Response

describeChannelResponse Source #

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

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

data DescribeChannelResponse Source #

See: describeChannelResponse smart constructor.

Instances

Eq DescribeChannelResponse Source # 
Data DescribeChannelResponse Source # 

Methods

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

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

toConstr :: DescribeChannelResponse -> Constr #

dataTypeOf :: DescribeChannelResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeChannelResponse Source # 
Show DescribeChannelResponse Source # 
Generic DescribeChannelResponse Source # 
NFData DescribeChannelResponse Source # 

Methods

rnf :: DescribeChannelResponse -> () #

type Rep DescribeChannelResponse Source # 
type Rep DescribeChannelResponse = D1 * (MetaData "DescribeChannelResponse" "Network.AWS.IoTAnalytics.DescribeChannel" "amazonka-iot-analytics-1.6.0-J5q8AVx26VCAr48eVqZbw0" False) (C1 * (MetaCons "DescribeChannelResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dcrsChannel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Channel))) (S1 * (MetaSel (Just Symbol "_dcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses

dcrsChannel :: Lens' DescribeChannelResponse (Maybe Channel) Source #

An object that contains information about the channel.