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

Contents

Description

Retrieves information about a data set.

Synopsis

Creating a Request

describeDataset Source #

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

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

  • ddDatasetName - The name of the data set whose information is retrieved.

data DescribeDataset Source #

See: describeDataset smart constructor.

Instances

Eq DescribeDataset Source # 
Data DescribeDataset Source # 

Methods

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

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

toConstr :: DescribeDataset -> Constr #

dataTypeOf :: DescribeDataset -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeDataset Source # 
Show DescribeDataset Source # 
Generic DescribeDataset Source # 
Hashable DescribeDataset Source # 
NFData DescribeDataset Source # 

Methods

rnf :: DescribeDataset -> () #

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

Request Lenses

ddDatasetName :: Lens' DescribeDataset Text Source #

The name of the data set whose information is retrieved.

Destructuring the Response

describeDatasetResponse Source #

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

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

data DescribeDatasetResponse Source #

See: describeDatasetResponse smart constructor.

Instances

Eq DescribeDatasetResponse Source # 
Data DescribeDatasetResponse Source # 

Methods

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

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

toConstr :: DescribeDatasetResponse -> Constr #

dataTypeOf :: DescribeDatasetResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeDatasetResponse Source # 
Show DescribeDatasetResponse Source # 
Generic DescribeDatasetResponse Source # 
NFData DescribeDatasetResponse Source # 

Methods

rnf :: DescribeDatasetResponse -> () #

type Rep DescribeDatasetResponse Source # 
type Rep DescribeDatasetResponse = D1 * (MetaData "DescribeDatasetResponse" "Network.AWS.IoTAnalytics.DescribeDataset" "amazonka-iot-analytics-1.6.0-J5q8AVx26VCAr48eVqZbw0" False) (C1 * (MetaCons "DescribeDatasetResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_ddrsDataset") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Dataset))) (S1 * (MetaSel (Just Symbol "_ddrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses

ddrsDataset :: Lens' DescribeDatasetResponse (Maybe Dataset) Source #

An object that contains information about the data set.