| Copyright | (c) 2013-2015 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.DeviceFarm.GetDevicePool
Description
Gets information about a device pool.
See: AWS API Reference for GetDevicePool.
Creating a Request
Arguments
| :: Text | |
| -> 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
Request Lenses
gdpArn :: Lens' GetDevicePool Text Source
The device pool's ARN.
Destructuring the Response
Arguments
| :: Int | |
| -> GetDevicePoolResponse |
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.
Response Lenses
gdprsDevicePool :: Lens' GetDevicePoolResponse (Maybe DevicePool) Source
Undocumented member.
gdprsResponseStatus :: Lens' GetDevicePoolResponse Int Source
The response status code.