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 wireless devices registered to your AWS account.
Synopsis
- data ListWirelessDevices = ListWirelessDevices' {}
- newListWirelessDevices :: ListWirelessDevices
- listWirelessDevices_serviceProfileId :: Lens' ListWirelessDevices (Maybe Text)
- listWirelessDevices_deviceProfileId :: Lens' ListWirelessDevices (Maybe Text)
- listWirelessDevices_nextToken :: Lens' ListWirelessDevices (Maybe Text)
- listWirelessDevices_wirelessDeviceType :: Lens' ListWirelessDevices (Maybe WirelessDeviceType)
- listWirelessDevices_destinationName :: Lens' ListWirelessDevices (Maybe Text)
- listWirelessDevices_maxResults :: Lens' ListWirelessDevices (Maybe Natural)
- data ListWirelessDevicesResponse = ListWirelessDevicesResponse' {}
- newListWirelessDevicesResponse :: Int -> ListWirelessDevicesResponse
- listWirelessDevicesResponse_wirelessDeviceList :: Lens' ListWirelessDevicesResponse (Maybe [WirelessDeviceStatistics])
- listWirelessDevicesResponse_nextToken :: Lens' ListWirelessDevicesResponse (Maybe Text)
- listWirelessDevicesResponse_httpStatus :: Lens' ListWirelessDevicesResponse Int
Creating a Request
data ListWirelessDevices Source #
See: newListWirelessDevices
smart constructor.
ListWirelessDevices' | |
|
Instances
newListWirelessDevices :: ListWirelessDevices Source #
Create a value of ListWirelessDevices
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:serviceProfileId:ListWirelessDevices'
, listWirelessDevices_serviceProfileId
- A filter to list only the wireless devices that use this service
profile.
$sel:deviceProfileId:ListWirelessDevices'
, listWirelessDevices_deviceProfileId
- A filter to list only the wireless devices that use this device profile.
$sel:nextToken:ListWirelessDevices'
, listWirelessDevices_nextToken
- To retrieve the next set of results, the nextToken
value from a
previous response; otherwise null to receive the first set of
results.
$sel:wirelessDeviceType:ListWirelessDevices'
, listWirelessDevices_wirelessDeviceType
- A filter to list only the wireless devices that use this wireless device
type.
$sel:destinationName:ListWirelessDevices'
, listWirelessDevices_destinationName
- A filter to list only the wireless devices that use this destination.
$sel:maxResults:ListWirelessDevices'
, listWirelessDevices_maxResults
- The maximum number of results to return in this operation.
Request Lenses
listWirelessDevices_serviceProfileId :: Lens' ListWirelessDevices (Maybe Text) Source #
A filter to list only the wireless devices that use this service profile.
listWirelessDevices_deviceProfileId :: Lens' ListWirelessDevices (Maybe Text) Source #
A filter to list only the wireless devices that use this device profile.
listWirelessDevices_nextToken :: Lens' ListWirelessDevices (Maybe Text) Source #
To retrieve the next set of results, the nextToken
value from a
previous response; otherwise null to receive the first set of
results.
listWirelessDevices_wirelessDeviceType :: Lens' ListWirelessDevices (Maybe WirelessDeviceType) Source #
A filter to list only the wireless devices that use this wireless device type.
listWirelessDevices_destinationName :: Lens' ListWirelessDevices (Maybe Text) Source #
A filter to list only the wireless devices that use this destination.
listWirelessDevices_maxResults :: Lens' ListWirelessDevices (Maybe Natural) Source #
The maximum number of results to return in this operation.
Destructuring the Response
data ListWirelessDevicesResponse Source #
See: newListWirelessDevicesResponse
smart constructor.
ListWirelessDevicesResponse' | |
|
Instances
newListWirelessDevicesResponse Source #
Create a value of ListWirelessDevicesResponse
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:wirelessDeviceList:ListWirelessDevicesResponse'
, listWirelessDevicesResponse_wirelessDeviceList
- The ID of the wireless device.
$sel:nextToken:ListWirelessDevices'
, listWirelessDevicesResponse_nextToken
- The token to use to get the next set of results, or null if there
are no additional results.
$sel:httpStatus:ListWirelessDevicesResponse'
, listWirelessDevicesResponse_httpStatus
- The response's http status code.
Response Lenses
listWirelessDevicesResponse_wirelessDeviceList :: Lens' ListWirelessDevicesResponse (Maybe [WirelessDeviceStatistics]) Source #
The ID of the wireless device.
listWirelessDevicesResponse_nextToken :: Lens' ListWirelessDevicesResponse (Maybe Text) Source #
The token to use to get the next set of results, or null if there are no additional results.
listWirelessDevicesResponse_httpStatus :: Lens' ListWirelessDevicesResponse Int Source #
The response's http status code.