| 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.ListDeviceInstances
Description
Returns information about the private device instances associated with one or more AWS accounts.
- listDeviceInstances :: ListDeviceInstances
- data ListDeviceInstances
- ldiNextToken :: Lens' ListDeviceInstances (Maybe Text)
- ldiMaxResults :: Lens' ListDeviceInstances (Maybe Int)
- listDeviceInstancesResponse :: Int -> ListDeviceInstancesResponse
- data ListDeviceInstancesResponse
- ldirsNextToken :: Lens' ListDeviceInstancesResponse (Maybe Text)
- ldirsDeviceInstances :: Lens' ListDeviceInstancesResponse [DeviceInstance]
- ldirsResponseStatus :: Lens' ListDeviceInstancesResponse Int
Creating a Request
listDeviceInstances :: ListDeviceInstances Source #
Creates a value of ListDeviceInstances with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ldiNextToken- 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.ldiMaxResults- An integer specifying the maximum number of items you want to return in the API response.
data ListDeviceInstances Source #
See: listDeviceInstances smart constructor.
Instances
Request Lenses
ldiNextToken :: Lens' ListDeviceInstances (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.
ldiMaxResults :: Lens' ListDeviceInstances (Maybe Int) Source #
An integer specifying the maximum number of items you want to return in the API response.
Destructuring the Response
listDeviceInstancesResponse Source #
Arguments
| :: Int | |
| -> ListDeviceInstancesResponse |
Creates a value of ListDeviceInstancesResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ldirsNextToken- An identifier that can be used in the next call to this operation to return the next set of items in the list.ldirsDeviceInstances- An object containing information about your device instances.ldirsResponseStatus- -- | The response status code.
data ListDeviceInstancesResponse Source #
See: listDeviceInstancesResponse smart constructor.
Instances
Response Lenses
ldirsNextToken :: Lens' ListDeviceInstancesResponse (Maybe Text) Source #
An identifier that can be used in the next call to this operation to return the next set of items in the list.
ldirsDeviceInstances :: Lens' ListDeviceInstancesResponse [DeviceInstance] Source #
An object containing information about your device instances.
ldirsResponseStatus :: Lens' ListDeviceInstancesResponse Int Source #
- - | The response status code.