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 gateways registered to your AWS account.
Synopsis
- data ListWirelessGateways = ListWirelessGateways' {}
- newListWirelessGateways :: ListWirelessGateways
- listWirelessGateways_nextToken :: Lens' ListWirelessGateways (Maybe Text)
- listWirelessGateways_maxResults :: Lens' ListWirelessGateways (Maybe Natural)
- data ListWirelessGatewaysResponse = ListWirelessGatewaysResponse' {}
- newListWirelessGatewaysResponse :: Int -> ListWirelessGatewaysResponse
- listWirelessGatewaysResponse_wirelessGatewayList :: Lens' ListWirelessGatewaysResponse (Maybe [WirelessGatewayStatistics])
- listWirelessGatewaysResponse_nextToken :: Lens' ListWirelessGatewaysResponse (Maybe Text)
- listWirelessGatewaysResponse_httpStatus :: Lens' ListWirelessGatewaysResponse Int
Creating a Request
data ListWirelessGateways Source #
See: newListWirelessGateways
smart constructor.
Instances
newListWirelessGateways :: ListWirelessGateways Source #
Create a value of ListWirelessGateways
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:ListWirelessGateways'
, listWirelessGateways_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:maxResults:ListWirelessGateways'
, listWirelessGateways_maxResults
- The maximum number of results to return in this operation.
Request Lenses
listWirelessGateways_nextToken :: Lens' ListWirelessGateways (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.
listWirelessGateways_maxResults :: Lens' ListWirelessGateways (Maybe Natural) Source #
The maximum number of results to return in this operation.
Destructuring the Response
data ListWirelessGatewaysResponse Source #
See: newListWirelessGatewaysResponse
smart constructor.
ListWirelessGatewaysResponse' | |
|
Instances
newListWirelessGatewaysResponse Source #
Create a value of ListWirelessGatewaysResponse
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:wirelessGatewayList:ListWirelessGatewaysResponse'
, listWirelessGatewaysResponse_wirelessGatewayList
- The ID of the wireless gateway.
$sel:nextToken:ListWirelessGateways'
, listWirelessGatewaysResponse_nextToken
- The token to use to get the next set of results, or null if there
are no additional results.
$sel:httpStatus:ListWirelessGatewaysResponse'
, listWirelessGatewaysResponse_httpStatus
- The response's http status code.
Response Lenses
listWirelessGatewaysResponse_wirelessGatewayList :: Lens' ListWirelessGatewaysResponse (Maybe [WirelessGatewayStatistics]) Source #
The ID of the wireless gateway.
listWirelessGatewaysResponse_nextToken :: Lens' ListWirelessGatewaysResponse (Maybe Text) Source #
The token to use to get the next set of results, or null if there are no additional results.
listWirelessGatewaysResponse_httpStatus :: Lens' ListWirelessGatewaysResponse Int Source #
The response's http status code.