amazonka-devicefarm-1.6.1: 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 # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteDevicePool

Data DeleteDevicePool Source # 
Instance details

Defined in Network.AWS.DeviceFarm.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 Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteDevicePool

Show DeleteDevicePool Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteDevicePool

Generic DeleteDevicePool Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteDevicePool

Associated Types

type Rep DeleteDevicePool :: Type -> Type #

Hashable DeleteDevicePool Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteDevicePool

ToJSON DeleteDevicePool Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteDevicePool

AWSRequest DeleteDevicePool Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteDevicePool

Associated Types

type Rs DeleteDevicePool :: Type #

ToHeaders DeleteDevicePool Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteDevicePool

ToPath DeleteDevicePool Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteDevicePool

ToQuery DeleteDevicePool Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteDevicePool

NFData DeleteDevicePool Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteDevicePool

Methods

rnf :: DeleteDevicePool -> () #

type Rep DeleteDevicePool Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteDevicePool

type Rep DeleteDevicePool = D1 (MetaData "DeleteDevicePool" "Network.AWS.DeviceFarm.DeleteDevicePool" "amazonka-devicefarm-1.6.1-BUBE26oXCvH3OZbJddASoX" True) (C1 (MetaCons "DeleteDevicePool'" PrefixI True) (S1 (MetaSel (Just "_ddpArn") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteDevicePool Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteDevicePool

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 # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteDevicePool

Data DeleteDevicePoolResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteDevicePool

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 # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteDevicePool

Show DeleteDevicePoolResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteDevicePool

Generic DeleteDevicePoolResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteDevicePool

Associated Types

type Rep DeleteDevicePoolResponse :: Type -> Type #

NFData DeleteDevicePoolResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteDevicePool

type Rep DeleteDevicePoolResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteDevicePool

type Rep DeleteDevicePoolResponse = D1 (MetaData "DeleteDevicePoolResponse" "Network.AWS.DeviceFarm.DeleteDevicePool" "amazonka-devicefarm-1.6.1-BUBE26oXCvH3OZbJddASoX" True) (C1 (MetaCons "DeleteDevicePoolResponse'" PrefixI True) (S1 (MetaSel (Just "_ddprsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses