Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
List input devices
This operation returns paginated results.
Synopsis
- data ListInputDevices = ListInputDevices' {}
- newListInputDevices :: ListInputDevices
- listInputDevices_maxResults :: Lens' ListInputDevices (Maybe Natural)
- listInputDevices_nextToken :: Lens' ListInputDevices (Maybe Text)
- data ListInputDevicesResponse = ListInputDevicesResponse' {}
- newListInputDevicesResponse :: Int -> ListInputDevicesResponse
- listInputDevicesResponse_inputDevices :: Lens' ListInputDevicesResponse (Maybe [InputDeviceSummary])
- listInputDevicesResponse_nextToken :: Lens' ListInputDevicesResponse (Maybe Text)
- listInputDevicesResponse_httpStatus :: Lens' ListInputDevicesResponse Int
Creating a Request
data ListInputDevices Source #
Placeholder documentation for ListInputDevicesRequest
See: newListInputDevices
smart constructor.
Instances
newListInputDevices :: ListInputDevices Source #
Create a value of ListInputDevices
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:maxResults:ListInputDevices'
, listInputDevices_maxResults
- Undocumented member.
ListInputDevices
, listInputDevices_nextToken
- Undocumented member.
Request Lenses
listInputDevices_maxResults :: Lens' ListInputDevices (Maybe Natural) Source #
Undocumented member.
listInputDevices_nextToken :: Lens' ListInputDevices (Maybe Text) Source #
Undocumented member.
Destructuring the Response
data ListInputDevicesResponse Source #
Placeholder documentation for ListInputDevicesResponse
See: newListInputDevicesResponse
smart constructor.
ListInputDevicesResponse' | |
|
Instances
newListInputDevicesResponse Source #
Create a value of ListInputDevicesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
ListInputDevicesResponse
, listInputDevicesResponse_inputDevices
- The list of input devices.
ListInputDevices
, listInputDevicesResponse_nextToken
- A token to get additional list results.
$sel:httpStatus:ListInputDevicesResponse'
, listInputDevicesResponse_httpStatus
- The response's http status code.
Response Lenses
listInputDevicesResponse_inputDevices :: Lens' ListInputDevicesResponse (Maybe [InputDeviceSummary]) Source #
The list of input devices.
listInputDevicesResponse_nextToken :: Lens' ListInputDevicesResponse (Maybe Text) Source #
A token to get additional list results.
listInputDevicesResponse_httpStatus :: Lens' ListInputDevicesResponse Int Source #
The response's http status code.