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

Defined in Network.AWS.DeviceFarm.ListDeviceInstances

Data ListDeviceInstances Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListDeviceInstances

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

Defined in Network.AWS.DeviceFarm.ListDeviceInstances

Show ListDeviceInstances Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListDeviceInstances

Generic ListDeviceInstances Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListDeviceInstances

Associated Types

type Rep ListDeviceInstances :: Type -> Type #

Hashable ListDeviceInstances Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListDeviceInstances

ToJSON ListDeviceInstances Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListDeviceInstances

AWSRequest ListDeviceInstances Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListDeviceInstances

Associated Types

type Rs ListDeviceInstances :: Type #

ToHeaders ListDeviceInstances Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListDeviceInstances

ToPath ListDeviceInstances Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListDeviceInstances

ToQuery ListDeviceInstances Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListDeviceInstances

NFData ListDeviceInstances Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListDeviceInstances

Methods

rnf :: ListDeviceInstances -> () #

type Rep ListDeviceInstances Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListDeviceInstances

type Rep ListDeviceInstances = D1 (MetaData "ListDeviceInstances" "Network.AWS.DeviceFarm.ListDeviceInstances" "amazonka-devicefarm-1.6.1-BUBE26oXCvH3OZbJddASoX" False) (C1 (MetaCons "ListDeviceInstances'" PrefixI True) (S1 (MetaSel (Just "_ldiNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ldiMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int))))
type Rs ListDeviceInstances Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListDeviceInstances

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

Defined in Network.AWS.DeviceFarm.ListDeviceInstances

Data ListDeviceInstancesResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListDeviceInstances

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

Defined in Network.AWS.DeviceFarm.ListDeviceInstances

Show ListDeviceInstancesResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListDeviceInstances

Generic ListDeviceInstancesResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListDeviceInstances

Associated Types

type Rep ListDeviceInstancesResponse :: Type -> Type #

NFData ListDeviceInstancesResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListDeviceInstances

type Rep ListDeviceInstancesResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListDeviceInstances

type Rep ListDeviceInstancesResponse = D1 (MetaData "ListDeviceInstancesResponse" "Network.AWS.DeviceFarm.ListDeviceInstances" "amazonka-devicefarm-1.6.1-BUBE26oXCvH3OZbJddASoX" False) (C1 (MetaCons "ListDeviceInstancesResponse'" PrefixI True) (S1 (MetaSel (Just "_ldirsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_ldirsDeviceInstances") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DeviceInstance])) :*: S1 (MetaSel (Just "_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.