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 #
Represents a request to the get device pool operation.
See: getDevicePool
smart constructor.
Instances
Request Lenses
gdpArn :: Lens' GetDevicePool Text #
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:
gdprsDevicePool
- An object containing information about the requested device pool.gdprsResponseStatus
- -- | The response status code.
data GetDevicePoolResponse #
Represents the result of a get device pool request.
See: getDevicePoolResponse
smart constructor.
Response Lenses
gdprsDevicePool :: Lens' GetDevicePoolResponse (Maybe DevicePool) #
An object containing information about the requested device pool.
gdprsResponseStatus :: Lens' GetDevicePoolResponse Int #
- - | The response status code.