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 #

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 #

Represents a request to the delete device pool operation.

See: deleteDevicePool smart constructor.

Instances

Eq DeleteDevicePool # 
Data DeleteDevicePool # 

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 # 
Show DeleteDevicePool # 
Generic DeleteDevicePool # 
Hashable DeleteDevicePool # 
ToJSON DeleteDevicePool # 
NFData DeleteDevicePool # 

Methods

rnf :: DeleteDevicePool -> () #

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

Request Lenses

ddpArn :: Lens' DeleteDevicePool Text #

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

Destructuring the Response

deleteDevicePoolResponse #

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 #

Represents the result of a delete device pool request.

See: deleteDevicePoolResponse smart constructor.

Instances

Eq DeleteDevicePoolResponse # 
Data DeleteDevicePoolResponse # 

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 # 
Show DeleteDevicePoolResponse # 
Generic DeleteDevicePoolResponse # 
NFData DeleteDevicePoolResponse # 
type Rep DeleteDevicePoolResponse # 
type Rep DeleteDevicePoolResponse = D1 * (MetaData "DeleteDevicePoolResponse" "Network.AWS.DeviceFarm.DeleteDevicePool" "amazonka-devicefarm-1.6.0-1RE2Lvq2vKT750159tw1bo" True) (C1 * (MetaCons "DeleteDevicePoolResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_ddprsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses

ddprsResponseStatus :: Lens' DeleteDevicePoolResponse Int #

  • - | The response status code.