amazonka-iot-1.6.1: 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 # 
Instance details

Defined in Network.AWS.IoT.ListThingRegistrationTasks

Data ListThingRegistrationTasks Source # 
Instance details

Defined in Network.AWS.IoT.ListThingRegistrationTasks

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 # 
Instance details

Defined in Network.AWS.IoT.ListThingRegistrationTasks

Show ListThingRegistrationTasks Source # 
Instance details

Defined in Network.AWS.IoT.ListThingRegistrationTasks

Generic ListThingRegistrationTasks Source # 
Instance details

Defined in Network.AWS.IoT.ListThingRegistrationTasks

Associated Types

type Rep ListThingRegistrationTasks :: Type -> Type #

Hashable ListThingRegistrationTasks Source # 
Instance details

Defined in Network.AWS.IoT.ListThingRegistrationTasks

AWSRequest ListThingRegistrationTasks Source # 
Instance details

Defined in Network.AWS.IoT.ListThingRegistrationTasks

Associated Types

type Rs ListThingRegistrationTasks :: Type #

ToHeaders ListThingRegistrationTasks Source # 
Instance details

Defined in Network.AWS.IoT.ListThingRegistrationTasks

ToPath ListThingRegistrationTasks Source # 
Instance details

Defined in Network.AWS.IoT.ListThingRegistrationTasks

ToQuery ListThingRegistrationTasks Source # 
Instance details

Defined in Network.AWS.IoT.ListThingRegistrationTasks

NFData ListThingRegistrationTasks Source # 
Instance details

Defined in Network.AWS.IoT.ListThingRegistrationTasks

type Rep ListThingRegistrationTasks Source # 
Instance details

Defined in Network.AWS.IoT.ListThingRegistrationTasks

type Rep ListThingRegistrationTasks = D1 (MetaData "ListThingRegistrationTasks" "Network.AWS.IoT.ListThingRegistrationTasks" "amazonka-iot-1.6.1-1U0NSVSRVsCEeZIE9W0TkV" False) (C1 (MetaCons "ListThingRegistrationTasks'" PrefixI True) (S1 (MetaSel (Just "_ltrtStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TaskStatus)) :*: (S1 (MetaSel (Just "_ltrtNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ltrtMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)))))
type Rs ListThingRegistrationTasks Source # 
Instance details

Defined in Network.AWS.IoT.ListThingRegistrationTasks

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 # 
Instance details

Defined in Network.AWS.IoT.ListThingRegistrationTasks

Data ListThingRegistrationTasksResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListThingRegistrationTasks

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 # 
Instance details

Defined in Network.AWS.IoT.ListThingRegistrationTasks

Show ListThingRegistrationTasksResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListThingRegistrationTasks

Generic ListThingRegistrationTasksResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListThingRegistrationTasks

Associated Types

type Rep ListThingRegistrationTasksResponse :: Type -> Type #

NFData ListThingRegistrationTasksResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListThingRegistrationTasks

type Rep ListThingRegistrationTasksResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListThingRegistrationTasks

type Rep ListThingRegistrationTasksResponse = D1 (MetaData "ListThingRegistrationTasksResponse" "Network.AWS.IoT.ListThingRegistrationTasks" "amazonka-iot-1.6.1-1U0NSVSRVsCEeZIE9W0TkV" False) (C1 (MetaCons "ListThingRegistrationTasksResponse'" PrefixI True) (S1 (MetaSel (Just "_ltrtrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_ltrtrsTaskIds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_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.