| 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.Config.Types.QueryInfo
Description
Synopsis
- data QueryInfo = QueryInfo' {
- selectFields :: Maybe [FieldInfo]
- newQueryInfo :: QueryInfo
- queryInfo_selectFields :: Lens' QueryInfo (Maybe [FieldInfo])
Documentation
Details about the query.
See: newQueryInfo smart constructor.
Constructors
| QueryInfo' | |
Fields
| |
Instances
| FromJSON QueryInfo Source # | |
| Generic QueryInfo Source # | |
| Read QueryInfo Source # | |
| Show QueryInfo Source # | |
| NFData QueryInfo Source # | |
Defined in Amazonka.Config.Types.QueryInfo | |
| Eq QueryInfo Source # | |
| Hashable QueryInfo Source # | |
Defined in Amazonka.Config.Types.QueryInfo | |
| type Rep QueryInfo Source # | |
Defined in Amazonka.Config.Types.QueryInfo type Rep QueryInfo = D1 ('MetaData "QueryInfo" "Amazonka.Config.Types.QueryInfo" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "QueryInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "selectFields") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FieldInfo])))) | |
newQueryInfo :: QueryInfo Source #
Create a value of QueryInfo 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:selectFields:QueryInfo', queryInfo_selectFields - Returns a FieldInfo object.