| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DataPipeline.Types.Query
Description
Documentation
Defines the query to run against an object.
See: newQuery smart constructor.
Constructors
| Query' | |
Instances
| ToJSON Query Source # | |
Defined in Amazonka.DataPipeline.Types.Query | |
| Generic Query Source # | |
| Read Query Source # | |
| Show Query Source # | |
| NFData Query Source # | |
Defined in Amazonka.DataPipeline.Types.Query | |
| Eq Query Source # | |
| Hashable Query Source # | |
Defined in Amazonka.DataPipeline.Types.Query | |
| type Rep Query Source # | |
Defined in Amazonka.DataPipeline.Types.Query | |
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.