amazonka-devicefarm-1.4.4: Amazon Device Farm SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@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:

data GetDevicePool Source #

Represents a request to the get device pool operation.

See: getDevicePool smart constructor.

Instances

Eq GetDevicePool Source # 
Data GetDevicePool Source # 

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 # 
Show GetDevicePool Source # 
Generic GetDevicePool Source # 

Associated Types

type Rep GetDevicePool :: * -> * #

Hashable GetDevicePool Source # 
NFData GetDevicePool Source # 

Methods

rnf :: GetDevicePool -> () #

AWSRequest GetDevicePool Source # 
ToPath GetDevicePool Source # 
ToHeaders GetDevicePool Source # 
ToQuery GetDevicePool Source # 
ToJSON GetDevicePool Source # 

Methods

toJSON :: GetDevicePool -> Value #

toEncoding :: GetDevicePool -> Encoding #

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

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 # 
Data GetDevicePoolResponse Source # 

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 # 
Show GetDevicePoolResponse Source # 
Generic GetDevicePoolResponse Source # 
NFData GetDevicePoolResponse Source # 

Methods

rnf :: GetDevicePoolResponse -> () #

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

Response Lenses