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.GetDevice
Description
Gets information about a unique device type.
Creating a Request
Represents a request to the get device request.
See: getDevice
smart constructor.
Request Lenses
Destructuring the Response
Arguments
:: Int | |
-> GetDeviceResponse |
Creates a value of GetDeviceResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
gdrsDevice
- An object containing information about the requested device.gdrsResponseStatus
- -- | The response status code.
data GetDeviceResponse #
Represents the result of a get device request.
See: getDeviceResponse
smart constructor.
Response Lenses
gdrsDevice :: Lens' GetDeviceResponse (Maybe Device) #
An object containing information about the requested device.
gdrsResponseStatus :: Lens' GetDeviceResponse Int #
- - | The response status code.