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

Contents

Description

Retrieves information about a data store.

Synopsis

Creating a Request

describeDatastore Source #

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

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

data DescribeDatastore Source #

See: describeDatastore smart constructor.

Instances

Eq DescribeDatastore Source # 
Data DescribeDatastore Source # 

Methods

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

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

toConstr :: DescribeDatastore -> Constr #

dataTypeOf :: DescribeDatastore -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeDatastore Source # 
Show DescribeDatastore Source # 
Generic DescribeDatastore Source # 
Hashable DescribeDatastore Source # 
NFData DescribeDatastore Source # 

Methods

rnf :: DescribeDatastore -> () #

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

Request Lenses

dDatastoreName :: Lens' DescribeDatastore Text Source #

The name of the data store

Destructuring the Response

describeDatastoreResponse Source #

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

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

data DescribeDatastoreResponse Source #

See: describeDatastoreResponse smart constructor.

Instances

Eq DescribeDatastoreResponse Source # 
Data DescribeDatastoreResponse Source # 

Methods

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

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

toConstr :: DescribeDatastoreResponse -> Constr #

dataTypeOf :: DescribeDatastoreResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Response Lenses

drsDatastore :: Lens' DescribeDatastoreResponse (Maybe Datastore) Source #

Information about the data store.