Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
Defines the query to run against an object.
See: newQuery
smart constructor.
Instances
Eq Query Source # | |
Read Query Source # | |
Show Query Source # | |
Generic Query Source # | |
NFData Query Source # | |
Defined in Amazonka.DataPipeline.Types.Query | |
Hashable Query Source # | |
Defined in Amazonka.DataPipeline.Types.Query | |
ToJSON Query Source # | |
Defined in Amazonka.DataPipeline.Types.Query | |
type Rep Query Source # | |
Defined in Amazonka.DataPipeline.Types.Query type Rep Query = D1 ('MetaData "Query" "Amazonka.DataPipeline.Types.Query" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "Query'" 'PrefixI 'True) (S1 ('MetaSel ('Just "selectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Selector])))) |
Create a value of Query
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:selectors:Query'
, query_selectors
- List of selectors that define the query. An object must satisfy all of
the selectors to match the query.