amazonka-devicefarm-1.6.0: Amazon Device Farm 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.DeviceFarm.DeleteDevicePool

Contents

Description

Deletes a device pool given the pool ARN. Does not allow deletion of curated pools owned by the system.

Synopsis

Creating a Request

deleteDevicePool Source #

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

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

  • ddpArn - Represents the Amazon Resource Name (ARN) of the Device Farm device pool you wish to delete.

data DeleteDevicePool Source #

Represents a request to the delete device pool operation.

See: deleteDevicePool smart constructor.

Instances

Eq DeleteDevicePool Source # 
Data DeleteDevicePool Source # 

Methods

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

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

toConstr :: DeleteDevicePool -> Constr #

dataTypeOf :: DeleteDevicePool -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteDevicePool Source # 
Show DeleteDevicePool Source # 
Generic DeleteDevicePool Source # 
Hashable DeleteDevicePool Source # 
ToJSON DeleteDevicePool Source # 
NFData DeleteDevicePool Source # 

Methods

rnf :: DeleteDevicePool -> () #

AWSRequest DeleteDevicePool Source # 
ToHeaders DeleteDevicePool Source # 
ToPath DeleteDevicePool Source # 
ToQuery DeleteDevicePool Source # 
type Rep DeleteDevicePool Source # 
type Rep DeleteDevicePool = D1 * (MetaData "DeleteDevicePool" "Network.AWS.DeviceFarm.DeleteDevicePool" "amazonka-devicefarm-1.6.0-LqJtWXKo19D7xA5rnFdJ7y" True) (C1 * (MetaCons "DeleteDevicePool'" PrefixI True) (S1 * (MetaSel (Just Symbol "_ddpArn") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DeleteDevicePool Source # 

Request Lenses

ddpArn :: Lens' DeleteDevicePool Text Source #

Represents the Amazon Resource Name (ARN) of the Device Farm device pool you wish to delete.

Destructuring the Response

deleteDevicePoolResponse Source #

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

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

data DeleteDevicePoolResponse Source #

Represents the result of a delete device pool request.

See: deleteDevicePoolResponse smart constructor.

Instances

Eq DeleteDevicePoolResponse Source # 
Data DeleteDevicePoolResponse Source # 

Methods

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

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

toConstr :: DeleteDevicePoolResponse -> Constr #

dataTypeOf :: DeleteDevicePoolResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteDevicePoolResponse Source # 
Show DeleteDevicePoolResponse Source # 
Generic DeleteDevicePoolResponse Source # 
NFData DeleteDevicePoolResponse Source # 
type Rep DeleteDevicePoolResponse Source # 
type Rep DeleteDevicePoolResponse = D1 * (MetaData "DeleteDevicePoolResponse" "Network.AWS.DeviceFarm.DeleteDevicePool" "amazonka-devicefarm-1.6.0-LqJtWXKo19D7xA5rnFdJ7y" True) (C1 * (MetaCons "DeleteDevicePoolResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_ddprsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses