Copyright | (c) 2013-2021 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 |
Lists the 1-Click compatible devices associated with your AWS account.
This operation returns paginated results.
Synopsis
- data ListDevices = ListDevices' {
- nextToken :: Maybe Text
- deviceType :: Maybe Text
- maxResults :: Maybe Natural
- newListDevices :: ListDevices
- listDevices_nextToken :: Lens' ListDevices (Maybe Text)
- listDevices_deviceType :: Lens' ListDevices (Maybe Text)
- listDevices_maxResults :: Lens' ListDevices (Maybe Natural)
- data ListDevicesResponse = ListDevicesResponse' {
- nextToken :: Maybe Text
- devices :: Maybe [DeviceDescription]
- httpStatus :: Int
- newListDevicesResponse :: Int -> ListDevicesResponse
- listDevicesResponse_nextToken :: Lens' ListDevicesResponse (Maybe Text)
- listDevicesResponse_devices :: Lens' ListDevicesResponse (Maybe [DeviceDescription])
- listDevicesResponse_httpStatus :: Lens' ListDevicesResponse Int
Creating a Request
data ListDevices Source #
See: newListDevices
smart constructor.
ListDevices' | |
|
Instances
newListDevices :: ListDevices Source #
Create a value of ListDevices
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:nextToken:ListDevices'
, listDevices_nextToken
- The token to retrieve the next set of results.
$sel:deviceType:ListDevices'
, listDevices_deviceType
- The type of the device, such as "button".
$sel:maxResults:ListDevices'
, listDevices_maxResults
- The maximum number of results to return per request. If not set, a
default value of 100 is used.
Request Lenses
listDevices_nextToken :: Lens' ListDevices (Maybe Text) Source #
The token to retrieve the next set of results.
listDevices_deviceType :: Lens' ListDevices (Maybe Text) Source #
The type of the device, such as "button".
listDevices_maxResults :: Lens' ListDevices (Maybe Natural) Source #
The maximum number of results to return per request. If not set, a default value of 100 is used.
Destructuring the Response
data ListDevicesResponse Source #
See: newListDevicesResponse
smart constructor.
ListDevicesResponse' | |
|
Instances
newListDevicesResponse Source #
Create a value of ListDevicesResponse
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:nextToken:ListDevices'
, listDevicesResponse_nextToken
- The token to retrieve the next set of results.
$sel:devices:ListDevicesResponse'
, listDevicesResponse_devices
- A list of devices.
$sel:httpStatus:ListDevicesResponse'
, listDevicesResponse_httpStatus
- The response's http status code.
Response Lenses
listDevicesResponse_nextToken :: Lens' ListDevicesResponse (Maybe Text) Source #
The token to retrieve the next set of results.
listDevicesResponse_devices :: Lens' ListDevicesResponse (Maybe [DeviceDescription]) Source #
A list of devices.
listDevicesResponse_httpStatus :: Lens' ListDevicesResponse Int Source #
The response's http status code.