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

Contents

Description

Cancels a bulk thing provisioning task.

Synopsis

Creating a Request

stopThingRegistrationTask Source #

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

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

data StopThingRegistrationTask Source #

See: stopThingRegistrationTask smart constructor.

Instances

Eq StopThingRegistrationTask Source # 
Data StopThingRegistrationTask Source # 

Methods

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

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

toConstr :: StopThingRegistrationTask -> Constr #

dataTypeOf :: StopThingRegistrationTask -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StopThingRegistrationTask Source # 
Show StopThingRegistrationTask Source # 
Generic StopThingRegistrationTask Source # 
Hashable StopThingRegistrationTask Source # 
ToJSON StopThingRegistrationTask Source # 
NFData StopThingRegistrationTask Source # 
AWSRequest StopThingRegistrationTask Source # 
ToHeaders StopThingRegistrationTask Source # 
ToPath StopThingRegistrationTask Source # 
ToQuery StopThingRegistrationTask Source # 
type Rep StopThingRegistrationTask Source # 
type Rep StopThingRegistrationTask = D1 * (MetaData "StopThingRegistrationTask" "Network.AWS.IoT.StopThingRegistrationTask" "amazonka-iot-1.6.0-GZYdsKS1TEjHFZo6BqaYJk" True) (C1 * (MetaCons "StopThingRegistrationTask'" PrefixI True) (S1 * (MetaSel (Just Symbol "_strtTaskId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs StopThingRegistrationTask Source # 

Request Lenses

strtTaskId :: Lens' StopThingRegistrationTask Text Source #

The bulk thing provisioning task ID.

Destructuring the Response

stopThingRegistrationTaskResponse Source #

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

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

data StopThingRegistrationTaskResponse Source #

See: stopThingRegistrationTaskResponse smart constructor.

Instances

Eq StopThingRegistrationTaskResponse Source # 
Data StopThingRegistrationTaskResponse Source # 

Methods

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

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

toConstr :: StopThingRegistrationTaskResponse -> Constr #

dataTypeOf :: StopThingRegistrationTaskResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StopThingRegistrationTaskResponse Source # 
Show StopThingRegistrationTaskResponse Source # 
Generic StopThingRegistrationTaskResponse Source # 
NFData StopThingRegistrationTaskResponse Source # 
type Rep StopThingRegistrationTaskResponse Source # 
type Rep StopThingRegistrationTaskResponse = D1 * (MetaData "StopThingRegistrationTaskResponse" "Network.AWS.IoT.StopThingRegistrationTask" "amazonka-iot-1.6.0-GZYdsKS1TEjHFZo6BqaYJk" True) (C1 * (MetaCons "StopThingRegistrationTaskResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_srsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses