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

Contents

Description

Gets information about a device pool.

Synopsis

Creating a Request

getDevicePool Source #

Arguments

:: Text

gdpArn

-> GetDevicePool 

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

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

  • gdpArn - The device pool's ARN.

data GetDevicePool Source #

Represents a request to the get device pool operation.

See: getDevicePool smart constructor.

Instances
Eq GetDevicePool Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePool

Data GetDevicePool Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePool

Methods

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

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

toConstr :: GetDevicePool -> Constr #

dataTypeOf :: GetDevicePool -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetDevicePool Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePool

Show GetDevicePool Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePool

Generic GetDevicePool Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePool

Associated Types

type Rep GetDevicePool :: Type -> Type #

Hashable GetDevicePool Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePool

ToJSON GetDevicePool Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePool

AWSRequest GetDevicePool Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePool

Associated Types

type Rs GetDevicePool :: Type #

ToHeaders GetDevicePool Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePool

ToPath GetDevicePool Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePool

ToQuery GetDevicePool Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePool

NFData GetDevicePool Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePool

Methods

rnf :: GetDevicePool -> () #

type Rep GetDevicePool Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePool

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

Defined in Network.AWS.DeviceFarm.GetDevicePool

Request Lenses

gdpArn :: Lens' GetDevicePool Text Source #

The device pool's ARN.

Destructuring the Response

getDevicePoolResponse Source #

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

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

data GetDevicePoolResponse Source #

Represents the result of a get device pool request.

See: getDevicePoolResponse smart constructor.

Instances
Eq GetDevicePoolResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePool

Data GetDevicePoolResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePool

Methods

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

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

toConstr :: GetDevicePoolResponse -> Constr #

dataTypeOf :: GetDevicePoolResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetDevicePoolResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePool

Show GetDevicePoolResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePool

Generic GetDevicePoolResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePool

Associated Types

type Rep GetDevicePoolResponse :: Type -> Type #

NFData GetDevicePoolResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePool

Methods

rnf :: GetDevicePoolResponse -> () #

type Rep GetDevicePoolResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetDevicePool

type Rep GetDevicePoolResponse = D1 (MetaData "GetDevicePoolResponse" "Network.AWS.DeviceFarm.GetDevicePool" "amazonka-devicefarm-1.6.1-BUBE26oXCvH3OZbJddASoX" False) (C1 (MetaCons "GetDevicePoolResponse'" PrefixI True) (S1 (MetaSel (Just "_gdprsDevicePool") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DevicePool)) :*: S1 (MetaSel (Just "_gdprsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses

gdprsDevicePool :: Lens' GetDevicePoolResponse (Maybe DevicePool) Source #

An object containing information about the requested device pool.

gdprsResponseStatus :: Lens' GetDevicePoolResponse Int Source #

  • - | The response status code.