| 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.LakeFormation.ListDataCellsFilter
Description
Lists all the data cell filters on a table.
This operation returns paginated results.
Synopsis
- data ListDataCellsFilter = ListDataCellsFilter' {}
- newListDataCellsFilter :: ListDataCellsFilter
- listDataCellsFilter_maxResults :: Lens' ListDataCellsFilter (Maybe Natural)
- listDataCellsFilter_nextToken :: Lens' ListDataCellsFilter (Maybe Text)
- listDataCellsFilter_table :: Lens' ListDataCellsFilter (Maybe TableResource)
- data ListDataCellsFilterResponse = ListDataCellsFilterResponse' {}
- newListDataCellsFilterResponse :: Int -> ListDataCellsFilterResponse
- listDataCellsFilterResponse_dataCellsFilters :: Lens' ListDataCellsFilterResponse (Maybe [DataCellsFilter])
- listDataCellsFilterResponse_nextToken :: Lens' ListDataCellsFilterResponse (Maybe Text)
- listDataCellsFilterResponse_httpStatus :: Lens' ListDataCellsFilterResponse Int
Creating a Request
data ListDataCellsFilter Source #
See: newListDataCellsFilter smart constructor.
Constructors
| ListDataCellsFilter' | |
Fields
| |
Instances
newListDataCellsFilter :: ListDataCellsFilter Source #
Create a value of ListDataCellsFilter 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:ListDataCellsFilter', listDataCellsFilter_maxResults - The maximum size of the response.
ListDataCellsFilter, listDataCellsFilter_nextToken - A continuation token, if this is a continuation call.
ListDataCellsFilter, listDataCellsFilter_table - A table in the Glue Data Catalog.
Request Lenses
listDataCellsFilter_maxResults :: Lens' ListDataCellsFilter (Maybe Natural) Source #
The maximum size of the response.
listDataCellsFilter_nextToken :: Lens' ListDataCellsFilter (Maybe Text) Source #
A continuation token, if this is a continuation call.
listDataCellsFilter_table :: Lens' ListDataCellsFilter (Maybe TableResource) Source #
A table in the Glue Data Catalog.
Destructuring the Response
data ListDataCellsFilterResponse Source #
See: newListDataCellsFilterResponse smart constructor.
Constructors
| ListDataCellsFilterResponse' | |
Fields
| |
Instances
newListDataCellsFilterResponse Source #
Create a value of ListDataCellsFilterResponse 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:dataCellsFilters:ListDataCellsFilterResponse', listDataCellsFilterResponse_dataCellsFilters - A list of DataCellFilter structures.
ListDataCellsFilter, listDataCellsFilterResponse_nextToken - A continuation token, if not all requested data cell filters have been
returned.
$sel:httpStatus:ListDataCellsFilterResponse', listDataCellsFilterResponse_httpStatus - The response's http status code.
Response Lenses
listDataCellsFilterResponse_dataCellsFilters :: Lens' ListDataCellsFilterResponse (Maybe [DataCellsFilter]) Source #
A list of DataCellFilter structures.
listDataCellsFilterResponse_nextToken :: Lens' ListDataCellsFilterResponse (Maybe Text) Source #
A continuation token, if not all requested data cell filters have been returned.
listDataCellsFilterResponse_httpStatus :: Lens' ListDataCellsFilterResponse Int Source #
The response's http status code.