| 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 |
Amazonka.IoTWireless.ListNetworkAnalyzerConfigurations
Description
Lists the network analyzer configurations.
Synopsis
- data ListNetworkAnalyzerConfigurations = ListNetworkAnalyzerConfigurations' {}
- newListNetworkAnalyzerConfigurations :: ListNetworkAnalyzerConfigurations
- listNetworkAnalyzerConfigurations_maxResults :: Lens' ListNetworkAnalyzerConfigurations (Maybe Natural)
- listNetworkAnalyzerConfigurations_nextToken :: Lens' ListNetworkAnalyzerConfigurations (Maybe Text)
- data ListNetworkAnalyzerConfigurationsResponse = ListNetworkAnalyzerConfigurationsResponse' {}
- newListNetworkAnalyzerConfigurationsResponse :: Int -> ListNetworkAnalyzerConfigurationsResponse
- listNetworkAnalyzerConfigurationsResponse_networkAnalyzerConfigurationList :: Lens' ListNetworkAnalyzerConfigurationsResponse (Maybe [NetworkAnalyzerConfigurations])
- listNetworkAnalyzerConfigurationsResponse_nextToken :: Lens' ListNetworkAnalyzerConfigurationsResponse (Maybe Text)
- listNetworkAnalyzerConfigurationsResponse_httpStatus :: Lens' ListNetworkAnalyzerConfigurationsResponse Int
Creating a Request
data ListNetworkAnalyzerConfigurations Source #
See: newListNetworkAnalyzerConfigurations smart constructor.
Constructors
| ListNetworkAnalyzerConfigurations' | |
Instances
newListNetworkAnalyzerConfigurations :: ListNetworkAnalyzerConfigurations Source #
Create a value of ListNetworkAnalyzerConfigurations 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:ListNetworkAnalyzerConfigurations', listNetworkAnalyzerConfigurations_maxResults - Undocumented member.
ListNetworkAnalyzerConfigurations, listNetworkAnalyzerConfigurations_nextToken - To retrieve the next set of results, the nextToken value from a
previous response; otherwise null to receive the first set of
results.
Request Lenses
listNetworkAnalyzerConfigurations_maxResults :: Lens' ListNetworkAnalyzerConfigurations (Maybe Natural) Source #
Undocumented member.
listNetworkAnalyzerConfigurations_nextToken :: Lens' ListNetworkAnalyzerConfigurations (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.
Destructuring the Response
data ListNetworkAnalyzerConfigurationsResponse Source #
See: newListNetworkAnalyzerConfigurationsResponse smart constructor.
Constructors
| ListNetworkAnalyzerConfigurationsResponse' | |
Fields
| |
Instances
newListNetworkAnalyzerConfigurationsResponse Source #
Arguments
| :: Int | |
| -> ListNetworkAnalyzerConfigurationsResponse |
Create a value of ListNetworkAnalyzerConfigurationsResponse 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:networkAnalyzerConfigurationList:ListNetworkAnalyzerConfigurationsResponse', listNetworkAnalyzerConfigurationsResponse_networkAnalyzerConfigurationList - The list of network analyzer configurations.
ListNetworkAnalyzerConfigurations, listNetworkAnalyzerConfigurationsResponse_nextToken - The token to use to get the next set of results, or null if there
are no additional results.
$sel:httpStatus:ListNetworkAnalyzerConfigurationsResponse', listNetworkAnalyzerConfigurationsResponse_httpStatus - The response's http status code.
Response Lenses
listNetworkAnalyzerConfigurationsResponse_networkAnalyzerConfigurationList :: Lens' ListNetworkAnalyzerConfigurationsResponse (Maybe [NetworkAnalyzerConfigurations]) Source #
The list of network analyzer configurations.
listNetworkAnalyzerConfigurationsResponse_nextToken :: Lens' ListNetworkAnalyzerConfigurationsResponse (Maybe Text) Source #
The token to use to get the next set of results, or null if there are no additional results.
listNetworkAnalyzerConfigurationsResponse_httpStatus :: Lens' ListNetworkAnalyzerConfigurationsResponse Int Source #
The response's http status code.