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

Contents

Description

Retrieves a list of data stores.

Synopsis

Creating a Request

listDatastores :: ListDatastores Source #

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

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

  • ldNextToken - The token for the next set of results.
  • ldMaxResults - The maximum number of results to return in this request. The default value is 100.

data ListDatastores Source #

See: listDatastores smart constructor.

Instances
Eq ListDatastores Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatastores

Data ListDatastores Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatastores

Methods

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

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

toConstr :: ListDatastores -> Constr #

dataTypeOf :: ListDatastores -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListDatastores Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatastores

Show ListDatastores Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatastores

Generic ListDatastores Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatastores

Associated Types

type Rep ListDatastores :: Type -> Type #

Hashable ListDatastores Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatastores

AWSRequest ListDatastores Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatastores

Associated Types

type Rs ListDatastores :: Type #

ToHeaders ListDatastores Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatastores

ToPath ListDatastores Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatastores

ToQuery ListDatastores Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatastores

NFData ListDatastores Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatastores

Methods

rnf :: ListDatastores -> () #

type Rep ListDatastores Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatastores

type Rep ListDatastores = D1 (MetaData "ListDatastores" "Network.AWS.IoTAnalytics.ListDatastores" "amazonka-iot-analytics-1.6.1-II7URRwPIs5C2HKxTKtgRZ" False) (C1 (MetaCons "ListDatastores'" PrefixI True) (S1 (MetaSel (Just "_ldNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ldMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))))
type Rs ListDatastores Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatastores

Request Lenses

ldNextToken :: Lens' ListDatastores (Maybe Text) Source #

The token for the next set of results.

ldMaxResults :: Lens' ListDatastores (Maybe Natural) Source #

The maximum number of results to return in this request. The default value is 100.

Destructuring the Response

listDatastoresResponse Source #

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

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

data ListDatastoresResponse Source #

See: listDatastoresResponse smart constructor.

Instances
Eq ListDatastoresResponse Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatastores

Data ListDatastoresResponse Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatastores

Methods

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

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

toConstr :: ListDatastoresResponse -> Constr #

dataTypeOf :: ListDatastoresResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListDatastoresResponse Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatastores

Show ListDatastoresResponse Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatastores

Generic ListDatastoresResponse Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatastores

Associated Types

type Rep ListDatastoresResponse :: Type -> Type #

NFData ListDatastoresResponse Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatastores

Methods

rnf :: ListDatastoresResponse -> () #

type Rep ListDatastoresResponse Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatastores

type Rep ListDatastoresResponse = D1 (MetaData "ListDatastoresResponse" "Network.AWS.IoTAnalytics.ListDatastores" "amazonka-iot-analytics-1.6.1-II7URRwPIs5C2HKxTKtgRZ" False) (C1 (MetaCons "ListDatastoresResponse'" PrefixI True) (S1 (MetaSel (Just "_ldrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_ldrsDatastoreSummaries") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DatastoreSummary])) :*: S1 (MetaSel (Just "_ldrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

ldrsNextToken :: Lens' ListDatastoresResponse (Maybe Text) Source #

The token to retrieve the next set of results, or null if there are no more results.

ldrsResponseStatus :: Lens' ListDatastoresResponse Int Source #

  • - | The response status code.