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 all filters that belong to a given dataset group.
This operation returns paginated results.
Synopsis
- data ListFilters = ListFilters' {}
- newListFilters :: ListFilters
- listFilters_nextToken :: Lens' ListFilters (Maybe Text)
- listFilters_datasetGroupArn :: Lens' ListFilters (Maybe Text)
- listFilters_maxResults :: Lens' ListFilters (Maybe Natural)
- data ListFiltersResponse = ListFiltersResponse' {
- filters :: Maybe [FilterSummary]
- nextToken :: Maybe Text
- httpStatus :: Int
- newListFiltersResponse :: Int -> ListFiltersResponse
- listFiltersResponse_filters :: Lens' ListFiltersResponse (Maybe [FilterSummary])
- listFiltersResponse_nextToken :: Lens' ListFiltersResponse (Maybe Text)
- listFiltersResponse_httpStatus :: Lens' ListFiltersResponse Int
Creating a Request
data ListFilters Source #
See: newListFilters
smart constructor.
ListFilters' | |
|
Instances
newListFilters :: ListFilters Source #
Create a value of ListFilters
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:ListFilters'
, listFilters_nextToken
- A token returned from the previous call to ListFilters
for getting the
next set of filters (if they exist).
$sel:datasetGroupArn:ListFilters'
, listFilters_datasetGroupArn
- The ARN of the dataset group that contains the filters.
$sel:maxResults:ListFilters'
, listFilters_maxResults
- The maximum number of filters to return.
Request Lenses
listFilters_nextToken :: Lens' ListFilters (Maybe Text) Source #
A token returned from the previous call to ListFilters
for getting the
next set of filters (if they exist).
listFilters_datasetGroupArn :: Lens' ListFilters (Maybe Text) Source #
The ARN of the dataset group that contains the filters.
listFilters_maxResults :: Lens' ListFilters (Maybe Natural) Source #
The maximum number of filters to return.
Destructuring the Response
data ListFiltersResponse Source #
See: newListFiltersResponse
smart constructor.
ListFiltersResponse' | |
|
Instances
newListFiltersResponse Source #
Create a value of ListFiltersResponse
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:ListFiltersResponse'
, listFiltersResponse_filters
- A list of returned filters.
$sel:nextToken:ListFilters'
, listFiltersResponse_nextToken
- A token for getting the next set of filters (if they exist).
$sel:httpStatus:ListFiltersResponse'
, listFiltersResponse_httpStatus
- The response's http status code.
Response Lenses
listFiltersResponse_filters :: Lens' ListFiltersResponse (Maybe [FilterSummary]) Source #
A list of returned filters.
listFiltersResponse_nextToken :: Lens' ListFiltersResponse (Maybe Text) Source #
A token for getting the next set of filters (if they exist).
listFiltersResponse_httpStatus :: Lens' ListFiltersResponse Int Source #
The response's http status code.