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

Contents

Description

Retrieves information about data sets.

Synopsis

Creating a Request

listDatasets :: ListDatasets Source #

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

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

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

data ListDatasets Source #

See: listDatasets smart constructor.

Instances
Eq ListDatasets Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatasets

Data ListDatasets Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatasets

Methods

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

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

toConstr :: ListDatasets -> Constr #

dataTypeOf :: ListDatasets -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListDatasets Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatasets

Show ListDatasets Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatasets

Generic ListDatasets Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatasets

Associated Types

type Rep ListDatasets :: Type -> Type #

Hashable ListDatasets Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatasets

AWSRequest ListDatasets Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatasets

Associated Types

type Rs ListDatasets :: Type #

ToHeaders ListDatasets Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatasets

ToPath ListDatasets Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatasets

ToQuery ListDatasets Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatasets

NFData ListDatasets Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatasets

Methods

rnf :: ListDatasets -> () #

type Rep ListDatasets Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatasets

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

Defined in Network.AWS.IoTAnalytics.ListDatasets

Request Lenses

lNextToken :: Lens' ListDatasets (Maybe Text) Source #

The token for the next set of results.

lMaxResults :: Lens' ListDatasets (Maybe Natural) Source #

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

Destructuring the Response

listDatasetsResponse Source #

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

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

data ListDatasetsResponse Source #

See: listDatasetsResponse smart constructor.

Instances
Eq ListDatasetsResponse Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatasets

Data ListDatasetsResponse Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatasets

Methods

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

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

toConstr :: ListDatasetsResponse -> Constr #

dataTypeOf :: ListDatasetsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListDatasetsResponse Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatasets

Show ListDatasetsResponse Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatasets

Generic ListDatasetsResponse Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatasets

Associated Types

type Rep ListDatasetsResponse :: Type -> Type #

NFData ListDatasetsResponse Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatasets

Methods

rnf :: ListDatasetsResponse -> () #

type Rep ListDatasetsResponse Source # 
Instance details

Defined in Network.AWS.IoTAnalytics.ListDatasets

type Rep ListDatasetsResponse = D1 (MetaData "ListDatasetsResponse" "Network.AWS.IoTAnalytics.ListDatasets" "amazonka-iot-analytics-1.6.1-II7URRwPIs5C2HKxTKtgRZ" False) (C1 (MetaCons "ListDatasetsResponse'" PrefixI True) (S1 (MetaSel (Just "_lrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_lrsDatasetSummaries") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DatasetSummary])) :*: S1 (MetaSel (Just "_lrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

lrsNextToken :: Lens' ListDatasetsResponse (Maybe Text) Source #

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

lrsResponseStatus :: Lens' ListDatasetsResponse Int Source #

  • - | The response status code.