amazonka-neptune-2.0: Amazon Neptune 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.Neptune.Types.Filter

Description

 
Synopsis

Documentation

data Filter Source #

This type is not currently supported.

See: newFilter smart constructor.

Constructors

Filter' 

Fields

  • name :: Text

    This parameter is not currently supported.

  • values :: [Text]

    This parameter is not currently supported.

Instances

Instances details
ToQuery Filter Source # 
Instance details

Defined in Amazonka.Neptune.Types.Filter

Generic Filter Source # 
Instance details

Defined in Amazonka.Neptune.Types.Filter

Associated Types

type Rep Filter :: Type -> Type #

Methods

from :: Filter -> Rep Filter x #

to :: Rep Filter x -> Filter #

Read Filter Source # 
Instance details

Defined in Amazonka.Neptune.Types.Filter

Show Filter Source # 
Instance details

Defined in Amazonka.Neptune.Types.Filter

NFData Filter Source # 
Instance details

Defined in Amazonka.Neptune.Types.Filter

Methods

rnf :: Filter -> () #

Eq Filter Source # 
Instance details

Defined in Amazonka.Neptune.Types.Filter

Methods

(==) :: Filter -> Filter -> Bool #

(/=) :: Filter -> Filter -> Bool #

Hashable Filter Source # 
Instance details

Defined in Amazonka.Neptune.Types.Filter

Methods

hashWithSalt :: Int -> Filter -> Int #

hash :: Filter -> Int #

type Rep Filter Source # 
Instance details

Defined in Amazonka.Neptune.Types.Filter

type Rep Filter = D1 ('MetaData "Filter" "Amazonka.Neptune.Types.Filter" "amazonka-neptune-2.0-2gYqDRsIJxo6L8BEj2Stvk" 'False) (C1 ('MetaCons "Filter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newFilter Source #

Create a value of Filter 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:name:Filter', filter_name - This parameter is not currently supported.

$sel:values:Filter', filter_values - This parameter is not currently supported.

filter_name :: Lens' Filter Text Source #

This parameter is not currently supported.

filter_values :: Lens' Filter [Text] Source #

This parameter is not currently supported.