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

Contents

Description

Returns information about the private device instances associated with one or more AWS accounts.

Synopsis

Creating a Request

listDeviceInstances :: ListDeviceInstances Source #

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

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

  • ldiNextToken - An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
  • ldiMaxResults - An integer specifying the maximum number of items you want to return in the API response.

data ListDeviceInstances Source #

See: listDeviceInstances smart constructor.

Instances

Eq ListDeviceInstances Source # 
Data ListDeviceInstances Source # 

Methods

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

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

toConstr :: ListDeviceInstances -> Constr #

dataTypeOf :: ListDeviceInstances -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: ListDeviceInstances -> () #

AWSRequest ListDeviceInstances Source # 
ToHeaders ListDeviceInstances Source # 
ToPath ListDeviceInstances Source # 
ToQuery ListDeviceInstances Source # 
type Rep ListDeviceInstances Source # 
type Rep ListDeviceInstances = D1 * (MetaData "ListDeviceInstances" "Network.AWS.DeviceFarm.ListDeviceInstances" "amazonka-devicefarm-1.6.0-LqJtWXKo19D7xA5rnFdJ7y" False) (C1 * (MetaCons "ListDeviceInstances'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_ldiNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_ldiMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int)))))
type Rs ListDeviceInstances Source # 

Request Lenses

ldiNextToken :: Lens' ListDeviceInstances (Maybe Text) Source #

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

ldiMaxResults :: Lens' ListDeviceInstances (Maybe Int) Source #

An integer specifying the maximum number of items you want to return in the API response.

Destructuring the Response

listDeviceInstancesResponse Source #

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

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

data ListDeviceInstancesResponse Source #

See: listDeviceInstancesResponse smart constructor.

Instances

Eq ListDeviceInstancesResponse Source # 
Data ListDeviceInstancesResponse Source # 

Methods

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

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

toConstr :: ListDeviceInstancesResponse -> Constr #

dataTypeOf :: ListDeviceInstancesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListDeviceInstancesResponse Source # 
Show ListDeviceInstancesResponse Source # 
Generic ListDeviceInstancesResponse Source # 
NFData ListDeviceInstancesResponse Source # 
type Rep ListDeviceInstancesResponse Source # 
type Rep ListDeviceInstancesResponse = D1 * (MetaData "ListDeviceInstancesResponse" "Network.AWS.DeviceFarm.ListDeviceInstances" "amazonka-devicefarm-1.6.0-LqJtWXKo19D7xA5rnFdJ7y" False) (C1 * (MetaCons "ListDeviceInstancesResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_ldirsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_ldirsDeviceInstances") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [DeviceInstance]))) (S1 * (MetaSel (Just Symbol "_ldirsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

ldirsNextToken :: Lens' ListDeviceInstancesResponse (Maybe Text) Source #

An identifier that can be used in the next call to this operation to return the next set of items in the list.

ldirsDeviceInstances :: Lens' ListDeviceInstancesResponse [DeviceInstance] Source #

An object containing information about your device instances.