| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@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.
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:
gdpArn- The device pool's ARN.
data GetDevicePool Source #
Represents a request to the get device pool operation.
See: getDevicePool smart constructor.
Instances
Request Lenses
Destructuring the Response
getDevicePoolResponse Source #
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:
gdprsDevicePool- An object containing information about the requested device pool.gdprsResponseStatus- -- | The response status code.
data GetDevicePoolResponse Source #
Represents the result of a get device pool request.
See: getDevicePoolResponse smart constructor.
Instances
Response Lenses
gdprsDevicePool :: Lens' GetDevicePoolResponse (Maybe DevicePool) Source #
An object containing information about the requested device pool.
gdprsResponseStatus :: Lens' GetDevicePoolResponse Int Source #
- - | The response status code.