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 #

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 #

See: stopThingRegistrationTask smart constructor.

Instances

Eq StopThingRegistrationTask # 
Data StopThingRegistrationTask # 

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

Request Lenses

strtTaskId :: Lens' StopThingRegistrationTask Text #

The bulk thing provisioning task ID.

Destructuring the Response

stopThingRegistrationTaskResponse #

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 #

See: stopThingRegistrationTaskResponse smart constructor.

Instances

Eq StopThingRegistrationTaskResponse # 
Data StopThingRegistrationTaskResponse # 

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 # 
Show StopThingRegistrationTaskResponse # 
Generic StopThingRegistrationTaskResponse # 
NFData StopThingRegistrationTaskResponse # 
type Rep StopThingRegistrationTaskResponse # 
type Rep StopThingRegistrationTaskResponse = D1 * (MetaData "StopThingRegistrationTaskResponse" "Network.AWS.IoT.StopThingRegistrationTask" "amazonka-iot-1.6.0-7DkcvCU69a26FkRzomxomK" True) (C1 * (MetaCons "StopThingRegistrationTaskResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_srsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses