amazonka-iot-dataplane-1.4.5: Amazon IoT Data Plane SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.IoTDataPlane.DeleteThingShadow

Contents

Description

Deletes the thing shadow for the specified thing.

For more information, see DeleteThingShadow in the AWS IoT Developer Guide .

Synopsis

Creating a Request

deleteThingShadow Source #

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

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

data DeleteThingShadow Source #

The input for the DeleteThingShadow operation.

See: deleteThingShadow smart constructor.

Instances

Eq DeleteThingShadow Source # 
Data DeleteThingShadow Source # 

Methods

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

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

toConstr :: DeleteThingShadow -> Constr #

dataTypeOf :: DeleteThingShadow -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteThingShadow Source # 
Show DeleteThingShadow Source # 
Generic DeleteThingShadow Source # 
Hashable DeleteThingShadow Source # 
NFData DeleteThingShadow Source # 

Methods

rnf :: DeleteThingShadow -> () #

AWSRequest DeleteThingShadow Source # 
ToPath DeleteThingShadow Source # 
ToHeaders DeleteThingShadow Source # 
ToQuery DeleteThingShadow Source # 
type Rep DeleteThingShadow Source # 
type Rep DeleteThingShadow = D1 (MetaData "DeleteThingShadow" "Network.AWS.IoTDataPlane.DeleteThingShadow" "amazonka-iot-dataplane-1.4.5-2LmF4ShA9rg7j9br0xq99H" True) (C1 (MetaCons "DeleteThingShadow'" PrefixI True) (S1 (MetaSel (Just Symbol "_dtsThingName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteThingShadow Source # 

Request Lenses

dtsThingName :: Lens' DeleteThingShadow Text Source #

The name of the thing.

Destructuring the Response

deleteThingShadowResponse Source #

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

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

data DeleteThingShadowResponse Source #

The output from the DeleteThingShadow operation.

See: deleteThingShadowResponse smart constructor.

Instances

Eq DeleteThingShadowResponse Source # 
Data DeleteThingShadowResponse Source # 

Methods

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

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

toConstr :: DeleteThingShadowResponse -> Constr #

dataTypeOf :: DeleteThingShadowResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Show DeleteThingShadowResponse Source # 
Generic DeleteThingShadowResponse Source # 
NFData DeleteThingShadowResponse Source # 
type Rep DeleteThingShadowResponse Source # 
type Rep DeleteThingShadowResponse = D1 (MetaData "DeleteThingShadowResponse" "Network.AWS.IoTDataPlane.DeleteThingShadow" "amazonka-iot-dataplane-1.4.5-2LmF4ShA9rg7j9br0xq99H" False) (C1 (MetaCons "DeleteThingShadowResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dtsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)) (S1 (MetaSel (Just Symbol "_dtsrsPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (HashMap Text Value)))))

Response Lenses

dtsrsPayload :: Lens' DeleteThingShadowResponse (HashMap Text Value) Source #

The state information, in JSON format.