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.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 # 
Data ListDatasets Source # 

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 # 
Show ListDatasets Source # 
Generic ListDatasets Source # 

Associated Types

type Rep ListDatasets :: * -> * #

Hashable ListDatasets Source # 
NFData ListDatasets Source # 

Methods

rnf :: ListDatasets -> () #

AWSRequest ListDatasets Source # 
ToHeaders ListDatasets Source # 
ToPath ListDatasets Source # 
ToQuery ListDatasets Source # 
type Rep ListDatasets Source # 
type Rep ListDatasets = D1 * (MetaData "ListDatasets" "Network.AWS.IoTAnalytics.ListDatasets" "amazonka-iot-analytics-1.6.0-J5q8AVx26VCAr48eVqZbw0" False) (C1 * (MetaCons "ListDatasets'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_lMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat)))))
type Rs ListDatasets Source # 

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 # 
Data ListDatasetsResponse Source # 

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 # 
Show ListDatasetsResponse Source # 
Generic ListDatasetsResponse Source # 
NFData ListDatasetsResponse Source # 

Methods

rnf :: ListDatasetsResponse -> () #

type Rep ListDatasetsResponse Source # 
type Rep ListDatasetsResponse = D1 * (MetaData "ListDatasetsResponse" "Network.AWS.IoTAnalytics.ListDatasets" "amazonka-iot-analytics-1.6.0-J5q8AVx26VCAr48eVqZbw0" False) (C1 * (MetaCons "ListDatasetsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lrsDatasetSummaries") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [DatasetSummary]))) (S1 * (MetaSel (Just Symbol "_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.