amazonka-glue-2.0: Amazon Glue 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.Glue.Types.FilterValue

Description

 
Synopsis

Documentation

data FilterValue Source #

Represents a single entry in the list of values for a FilterExpression.

See: newFilterValue smart constructor.

Constructors

FilterValue' 

Fields

Instances

Instances details
FromJSON FilterValue Source # 
Instance details

Defined in Amazonka.Glue.Types.FilterValue

ToJSON FilterValue Source # 
Instance details

Defined in Amazonka.Glue.Types.FilterValue

Generic FilterValue Source # 
Instance details

Defined in Amazonka.Glue.Types.FilterValue

Associated Types

type Rep FilterValue :: Type -> Type #

Read FilterValue Source # 
Instance details

Defined in Amazonka.Glue.Types.FilterValue

Show FilterValue Source # 
Instance details

Defined in Amazonka.Glue.Types.FilterValue

NFData FilterValue Source # 
Instance details

Defined in Amazonka.Glue.Types.FilterValue

Methods

rnf :: FilterValue -> () #

Eq FilterValue Source # 
Instance details

Defined in Amazonka.Glue.Types.FilterValue

Hashable FilterValue Source # 
Instance details

Defined in Amazonka.Glue.Types.FilterValue

type Rep FilterValue Source # 
Instance details

Defined in Amazonka.Glue.Types.FilterValue

type Rep FilterValue = D1 ('MetaData "FilterValue" "Amazonka.Glue.Types.FilterValue" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "FilterValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FilterValueType) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newFilterValue Source #

Create a value of FilterValue 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:type':FilterValue', filterValue_type - The type of filter value.

$sel:value:FilterValue', filterValue_value - The value to be associated.

filterValue_value :: Lens' FilterValue [Text] Source #

The value to be associated.