amazonka-lambda-2.0: Amazon Lambda 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.Lambda.Types.Filter

Description

 
Synopsis

Documentation

data Filter Source #

A structure within a FilterCriteria object that defines an event filtering pattern.

See: newFilter smart constructor.

Constructors

Filter' 

Fields

Instances

Instances details
FromJSON Filter Source # 
Instance details

Defined in Amazonka.Lambda.Types.Filter

ToJSON Filter Source # 
Instance details

Defined in Amazonka.Lambda.Types.Filter

Generic Filter Source # 
Instance details

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

Show Filter Source # 
Instance details

Defined in Amazonka.Lambda.Types.Filter

NFData Filter Source # 
Instance details

Defined in Amazonka.Lambda.Types.Filter

Methods

rnf :: Filter -> () #

Eq Filter Source # 
Instance details

Defined in Amazonka.Lambda.Types.Filter

Methods

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

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

Hashable Filter Source # 
Instance details

Defined in Amazonka.Lambda.Types.Filter

Methods

hashWithSalt :: Int -> Filter -> Int #

hash :: Filter -> Int #

type Rep Filter Source # 
Instance details

Defined in Amazonka.Lambda.Types.Filter

type Rep Filter = D1 ('MetaData "Filter" "Amazonka.Lambda.Types.Filter" "amazonka-lambda-2.0-FcjxCCKaCGK94C2lDO9alC" 'False) (C1 ('MetaCons "Filter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pattern'") '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:pattern':Filter', filter_pattern - A filter pattern. For more information on the syntax of a filter pattern, see Filter rule syntax.

filter_pattern :: Lens' Filter (Maybe Text) Source #

A filter pattern. For more information on the syntax of a filter pattern, see Filter rule syntax.