amazonka-resource-explorer-v2-2.0: Amazon Resource Explorer 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.ResourceExplorer2.Types.SearchFilter

Description

 
Synopsis

Documentation

data SearchFilter Source #

A search filter defines which resources can be part of a search query result set.

See: newSearchFilter smart constructor.

Constructors

SearchFilter' 

Fields

  • filterString :: Text

    The string that contains the search keywords, prefixes, and operators to control the results that can be returned by a Search operation. For more details, see Search query syntax.

Instances

Instances details
FromJSON SearchFilter Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.SearchFilter

ToJSON SearchFilter Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.SearchFilter

Generic SearchFilter Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.SearchFilter

Associated Types

type Rep SearchFilter :: Type -> Type #

Show SearchFilter Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.SearchFilter

NFData SearchFilter Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.SearchFilter

Methods

rnf :: SearchFilter -> () #

Eq SearchFilter Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.SearchFilter

Hashable SearchFilter Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.SearchFilter

type Rep SearchFilter Source # 
Instance details

Defined in Amazonka.ResourceExplorer2.Types.SearchFilter

type Rep SearchFilter = D1 ('MetaData "SearchFilter" "Amazonka.ResourceExplorer2.Types.SearchFilter" "amazonka-resource-explorer-v2-2.0-DYDynTzMYCcKX3QLWjH6Yt" 'False) (C1 ('MetaCons "SearchFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "filterString") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newSearchFilter Source #

Create a value of SearchFilter 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:filterString:SearchFilter', searchFilter_filterString - The string that contains the search keywords, prefixes, and operators to control the results that can be returned by a Search operation. For more details, see Search query syntax.

searchFilter_filterString :: Lens' SearchFilter Text Source #

The string that contains the search keywords, prefixes, and operators to control the results that can be returned by a Search operation. For more details, see Search query syntax.