amazonka-iot-1.6.0: Amazon IoT 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.IoT.ListThingRegistrationTasks

Contents

Description

List bulk thing provisioning tasks.

Synopsis

Creating a Request

listThingRegistrationTasks :: ListThingRegistrationTasks Source #

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

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

  • ltrtStatus - The status of the bulk thing provisioning task.
  • ltrtNextToken - The token used to get the next set of results, or null if there are no additional results.
  • ltrtMaxResults - The maximum number of results to return at one time.

data ListThingRegistrationTasks Source #

See: listThingRegistrationTasks smart constructor.

Instances

Eq ListThingRegistrationTasks Source # 
Data ListThingRegistrationTasks Source # 

Methods

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

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

toConstr :: ListThingRegistrationTasks -> Constr #

dataTypeOf :: ListThingRegistrationTasks -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListThingRegistrationTasks Source # 
Show ListThingRegistrationTasks Source # 
Generic ListThingRegistrationTasks Source # 
Hashable ListThingRegistrationTasks Source # 
NFData ListThingRegistrationTasks Source # 
AWSRequest ListThingRegistrationTasks Source # 
ToHeaders ListThingRegistrationTasks Source # 
ToPath ListThingRegistrationTasks Source # 
ToQuery ListThingRegistrationTasks Source # 
type Rep ListThingRegistrationTasks Source # 
type Rep ListThingRegistrationTasks = D1 * (MetaData "ListThingRegistrationTasks" "Network.AWS.IoT.ListThingRegistrationTasks" "amazonka-iot-1.6.0-GZYdsKS1TEjHFZo6BqaYJk" False) (C1 * (MetaCons "ListThingRegistrationTasks'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_ltrtStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe TaskStatus))) ((:*:) * (S1 * (MetaSel (Just Symbol "_ltrtNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_ltrtMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat))))))
type Rs ListThingRegistrationTasks Source # 

Request Lenses

ltrtStatus :: Lens' ListThingRegistrationTasks (Maybe TaskStatus) Source #

The status of the bulk thing provisioning task.

ltrtNextToken :: Lens' ListThingRegistrationTasks (Maybe Text) Source #

The token used to get the next set of results, or null if there are no additional results.

ltrtMaxResults :: Lens' ListThingRegistrationTasks (Maybe Natural) Source #

The maximum number of results to return at one time.

Destructuring the Response

listThingRegistrationTasksResponse Source #

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

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

data ListThingRegistrationTasksResponse Source #

See: listThingRegistrationTasksResponse smart constructor.

Instances

Eq ListThingRegistrationTasksResponse Source # 
Data ListThingRegistrationTasksResponse Source # 

Methods

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

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

toConstr :: ListThingRegistrationTasksResponse -> Constr #

dataTypeOf :: ListThingRegistrationTasksResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListThingRegistrationTasksResponse Source # 
Show ListThingRegistrationTasksResponse Source # 
Generic ListThingRegistrationTasksResponse Source # 
NFData ListThingRegistrationTasksResponse Source # 
type Rep ListThingRegistrationTasksResponse Source # 
type Rep ListThingRegistrationTasksResponse = D1 * (MetaData "ListThingRegistrationTasksResponse" "Network.AWS.IoT.ListThingRegistrationTasks" "amazonka-iot-1.6.0-GZYdsKS1TEjHFZo6BqaYJk" False) (C1 * (MetaCons "ListThingRegistrationTasksResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_ltrtrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_ltrtrsTaskIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Text]))) (S1 * (MetaSel (Just Symbol "_ltrtrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

ltrtrsNextToken :: Lens' ListThingRegistrationTasksResponse (Maybe Text) Source #

The token used to get the next set of results, or null if there are no additional results.

ltrtrsTaskIds :: Lens' ListThingRegistrationTasksResponse [Text] Source #

A list of bulk thing provisioning task IDs.