amazonka-lakeformation-2.0: Amazon Lake Formation SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.LakeFormation.ListDataCellsFilter

Description

Lists all the data cell filters on a table.

This operation returns paginated results.

Synopsis

Creating a Request

data ListDataCellsFilter Source #

See: newListDataCellsFilter smart constructor.

Constructors

ListDataCellsFilter' 

Fields

Instances

Instances details
ToJSON ListDataCellsFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.ListDataCellsFilter

ToHeaders ListDataCellsFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.ListDataCellsFilter

ToPath ListDataCellsFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.ListDataCellsFilter

ToQuery ListDataCellsFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.ListDataCellsFilter

AWSPager ListDataCellsFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.ListDataCellsFilter

AWSRequest ListDataCellsFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.ListDataCellsFilter

Associated Types

type AWSResponse ListDataCellsFilter #

Generic ListDataCellsFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.ListDataCellsFilter

Associated Types

type Rep ListDataCellsFilter :: Type -> Type #

Read ListDataCellsFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.ListDataCellsFilter

Show ListDataCellsFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.ListDataCellsFilter

NFData ListDataCellsFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.ListDataCellsFilter

Methods

rnf :: ListDataCellsFilter -> () #

Eq ListDataCellsFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.ListDataCellsFilter

Hashable ListDataCellsFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.ListDataCellsFilter

type AWSResponse ListDataCellsFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.ListDataCellsFilter

type Rep ListDataCellsFilter Source # 
Instance details

Defined in Amazonka.LakeFormation.ListDataCellsFilter

type Rep ListDataCellsFilter = D1 ('MetaData "ListDataCellsFilter" "Amazonka.LakeFormation.ListDataCellsFilter" "amazonka-lakeformation-2.0-HHqQokxI1tpCfoS44CTFPa" 'False) (C1 ('MetaCons "ListDataCellsFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "table") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TableResource)))))

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_nextToken :: Lens' ListDataCellsFilter (Maybe Text) Source #

A continuation token, if this is a continuation call.

Destructuring the Response

data ListDataCellsFilterResponse Source #

See: newListDataCellsFilterResponse smart constructor.

Constructors

ListDataCellsFilterResponse' 

Fields

Instances

Instances details
Generic ListDataCellsFilterResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.ListDataCellsFilter

Associated Types

type Rep ListDataCellsFilterResponse :: Type -> Type #

Read ListDataCellsFilterResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.ListDataCellsFilter

Show ListDataCellsFilterResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.ListDataCellsFilter

NFData ListDataCellsFilterResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.ListDataCellsFilter

Eq ListDataCellsFilterResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.ListDataCellsFilter

type Rep ListDataCellsFilterResponse Source # 
Instance details

Defined in Amazonka.LakeFormation.ListDataCellsFilter

type Rep ListDataCellsFilterResponse = D1 ('MetaData "ListDataCellsFilterResponse" "Amazonka.LakeFormation.ListDataCellsFilter" "amazonka-lakeformation-2.0-HHqQokxI1tpCfoS44CTFPa" 'False) (C1 ('MetaCons "ListDataCellsFilterResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataCellsFilters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DataCellsFilter])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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_nextToken :: Lens' ListDataCellsFilterResponse (Maybe Text) Source #

A continuation token, if not all requested data cell filters have been returned.