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

Contents

Description

Delete an OTA update.

Synopsis

Creating a Request

deleteOTAUpdate Source #

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

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

data DeleteOTAUpdate Source #

See: deleteOTAUpdate smart constructor.

Instances

Eq DeleteOTAUpdate Source # 
Data DeleteOTAUpdate Source # 

Methods

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

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

toConstr :: DeleteOTAUpdate -> Constr #

dataTypeOf :: DeleteOTAUpdate -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteOTAUpdate Source # 
Show DeleteOTAUpdate Source # 
Generic DeleteOTAUpdate Source # 
Hashable DeleteOTAUpdate Source # 
NFData DeleteOTAUpdate Source # 

Methods

rnf :: DeleteOTAUpdate -> () #

AWSRequest DeleteOTAUpdate Source # 
ToHeaders DeleteOTAUpdate Source # 
ToPath DeleteOTAUpdate Source # 
ToQuery DeleteOTAUpdate Source # 
type Rep DeleteOTAUpdate Source # 
type Rep DeleteOTAUpdate = D1 * (MetaData "DeleteOTAUpdate" "Network.AWS.IoT.DeleteOTAUpdate" "amazonka-iot-1.6.0-GZYdsKS1TEjHFZo6BqaYJk" True) (C1 * (MetaCons "DeleteOTAUpdate'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dotauOtaUpdateId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DeleteOTAUpdate Source # 

Request Lenses

dotauOtaUpdateId :: Lens' DeleteOTAUpdate Text Source #

The OTA update ID to delete.

Destructuring the Response

deleteOTAUpdateResponse Source #

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

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

data DeleteOTAUpdateResponse Source #

See: deleteOTAUpdateResponse smart constructor.

Instances

Eq DeleteOTAUpdateResponse Source # 
Data DeleteOTAUpdateResponse Source # 

Methods

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

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

toConstr :: DeleteOTAUpdateResponse -> Constr #

dataTypeOf :: DeleteOTAUpdateResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteOTAUpdateResponse Source # 
Show DeleteOTAUpdateResponse Source # 
Generic DeleteOTAUpdateResponse Source # 
NFData DeleteOTAUpdateResponse Source # 

Methods

rnf :: DeleteOTAUpdateResponse -> () #

type Rep DeleteOTAUpdateResponse Source # 
type Rep DeleteOTAUpdateResponse = D1 * (MetaData "DeleteOTAUpdateResponse" "Network.AWS.IoT.DeleteOTAUpdate" "amazonka-iot-1.6.0-GZYdsKS1TEjHFZo6BqaYJk" True) (C1 * (MetaCons "DeleteOTAUpdateResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dotaursResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses