amazonka-fsx-2.0: Amazon FSx 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.FSx.Types.Filter

Description

 
Synopsis

Documentation

data Filter Source #

A filter used to restrict the results of describe calls. You can use multiple filters to return results that meet all applied filter requirements.

See: newFilter smart constructor.

Constructors

Filter' 

Fields

Instances

Instances details
ToJSON Filter Source # 
Instance details

Defined in Amazonka.FSx.Types.Filter

Generic Filter Source # 
Instance details

Defined in Amazonka.FSx.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.FSx.Types.Filter

Show Filter Source # 
Instance details

Defined in Amazonka.FSx.Types.Filter

NFData Filter Source # 
Instance details

Defined in Amazonka.FSx.Types.Filter

Methods

rnf :: Filter -> () #

Eq Filter Source # 
Instance details

Defined in Amazonka.FSx.Types.Filter

Methods

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

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

Hashable Filter Source # 
Instance details

Defined in Amazonka.FSx.Types.Filter

Methods

hashWithSalt :: Int -> Filter -> Int #

hash :: Filter -> Int #

type Rep Filter Source # 
Instance details

Defined in Amazonka.FSx.Types.Filter

type Rep Filter = D1 ('MetaData "Filter" "Amazonka.FSx.Types.Filter" "amazonka-fsx-2.0-6W1DYEEbHPkD4DJvTvpQG4" 'False) (C1 ('MetaCons "Filter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FilterName)) :*: S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newFilter :: Filter 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 - The name for this filter.

$sel:values:Filter', filter_values - The values of the filter. These are all the values for any of the applied filters.

filter_name :: Lens' Filter (Maybe FilterName) Source #

The name for this filter.

filter_values :: Lens' Filter (Maybe [Text]) Source #

The values of the filter. These are all the values for any of the applied filters.