amazonka-devicefarm-1.3.4: Amazon Device Farm SDK.

Copyright(c) 2013-2015 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.ListDevicePools

Contents

Description

Gets information about device pools.

See: AWS API Reference for ListDevicePools.

Synopsis

Creating a Request

listDevicePools Source

Arguments

:: Text

ldpArn

-> ListDevicePools 

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

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

Request Lenses

ldpNextToken :: Lens' ListDevicePools (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.

ldpType :: Lens' ListDevicePools (Maybe DevicePoolType) Source

The device pools' type.

Allowed values include:

  • CURATED: A device pool that is created and managed by AWS Device Farm.
  • PRIVATE: A device pool that is created and managed by the device pool developer.

Destructuring the Response

listDevicePoolsResponse Source

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

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

Response Lenses

ldprsDevicePools :: Lens' ListDevicePoolsResponse [DevicePool] Source

Information about the device pools.

ldprsNextToken :: Lens' ListDevicePoolsResponse (Maybe Text) Source

If the number of items that are returned is significantly large, this is an identifier that is also returned, which can be used in a subsequent call to this operation to return the next set of items in the list.