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 |
Searches network profiles and lists the ones that meet a set of filter and sort criteria.
Synopsis
- data SearchNetworkProfiles = SearchNetworkProfiles' {}
- newSearchNetworkProfiles :: SearchNetworkProfiles
- searchNetworkProfiles_filters :: Lens' SearchNetworkProfiles (Maybe [Filter])
- searchNetworkProfiles_sortCriteria :: Lens' SearchNetworkProfiles (Maybe [Sort])
- searchNetworkProfiles_nextToken :: Lens' SearchNetworkProfiles (Maybe Text)
- searchNetworkProfiles_maxResults :: Lens' SearchNetworkProfiles (Maybe Natural)
- data SearchNetworkProfilesResponse = SearchNetworkProfilesResponse' {}
- newSearchNetworkProfilesResponse :: Int -> SearchNetworkProfilesResponse
- searchNetworkProfilesResponse_networkProfiles :: Lens' SearchNetworkProfilesResponse (Maybe [NetworkProfileData])
- searchNetworkProfilesResponse_nextToken :: Lens' SearchNetworkProfilesResponse (Maybe Text)
- searchNetworkProfilesResponse_totalCount :: Lens' SearchNetworkProfilesResponse (Maybe Int)
- searchNetworkProfilesResponse_httpStatus :: Lens' SearchNetworkProfilesResponse Int
Creating a Request
data SearchNetworkProfiles Source #
See: newSearchNetworkProfiles
smart constructor.
SearchNetworkProfiles' | |
|
Instances
newSearchNetworkProfiles :: SearchNetworkProfiles Source #
Create a value of SearchNetworkProfiles
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:filters:SearchNetworkProfiles'
, searchNetworkProfiles_filters
- The filters to use to list a specified set of network profiles. Valid
filters are NetworkProfileName, Ssid, and SecurityType.
$sel:sortCriteria:SearchNetworkProfiles'
, searchNetworkProfiles_sortCriteria
- The sort order to use to list the specified set of network profiles.
Valid sort criteria includes NetworkProfileName, Ssid, and SecurityType.
$sel:nextToken:SearchNetworkProfiles'
, searchNetworkProfiles_nextToken
- An optional token returned from a prior request. Use this token for
pagination of results from this action. If this parameter is specified,
the response includes only results beyond the token, up to the value
specified by MaxResults.
$sel:maxResults:SearchNetworkProfiles'
, searchNetworkProfiles_maxResults
- The maximum number of results to include in the response. If more
results exist than the specified MaxResults value, a token is included
in the response so that the remaining results can be retrieved.
Request Lenses
searchNetworkProfiles_filters :: Lens' SearchNetworkProfiles (Maybe [Filter]) Source #
The filters to use to list a specified set of network profiles. Valid filters are NetworkProfileName, Ssid, and SecurityType.
searchNetworkProfiles_sortCriteria :: Lens' SearchNetworkProfiles (Maybe [Sort]) Source #
The sort order to use to list the specified set of network profiles. Valid sort criteria includes NetworkProfileName, Ssid, and SecurityType.
searchNetworkProfiles_nextToken :: Lens' SearchNetworkProfiles (Maybe Text) Source #
An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
searchNetworkProfiles_maxResults :: Lens' SearchNetworkProfiles (Maybe Natural) Source #
The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
Destructuring the Response
data SearchNetworkProfilesResponse Source #
See: newSearchNetworkProfilesResponse
smart constructor.
SearchNetworkProfilesResponse' | |
|
Instances
newSearchNetworkProfilesResponse Source #
Create a value of SearchNetworkProfilesResponse
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:networkProfiles:SearchNetworkProfilesResponse'
, searchNetworkProfilesResponse_networkProfiles
- The network profiles that meet the specified set of filter criteria, in
sort order. It is a list of NetworkProfileData objects.
$sel:nextToken:SearchNetworkProfiles'
, searchNetworkProfilesResponse_nextToken
- An optional token returned from a prior request. Use this token for
pagination of results from this action. If this parameter is specified,
the response includes only results beyond the token, up to the value
specified by MaxResults.
$sel:totalCount:SearchNetworkProfilesResponse'
, searchNetworkProfilesResponse_totalCount
- The total number of network profiles returned.
$sel:httpStatus:SearchNetworkProfilesResponse'
, searchNetworkProfilesResponse_httpStatus
- The response's http status code.
Response Lenses
searchNetworkProfilesResponse_networkProfiles :: Lens' SearchNetworkProfilesResponse (Maybe [NetworkProfileData]) Source #
The network profiles that meet the specified set of filter criteria, in sort order. It is a list of NetworkProfileData objects.
searchNetworkProfilesResponse_nextToken :: Lens' SearchNetworkProfilesResponse (Maybe Text) Source #
An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
searchNetworkProfilesResponse_totalCount :: Lens' SearchNetworkProfilesResponse (Maybe Int) Source #
The total number of network profiles returned.
searchNetworkProfilesResponse_httpStatus :: Lens' SearchNetworkProfilesResponse Int Source #
The response's http status code.