| 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.IotTwinMaker.Types.Row
Description
Synopsis
- data Row = Row' {
- rowData :: Maybe [QueryResultValue]
- newRow :: Row
- row_rowData :: Lens' Row (Maybe [QueryResultValue])
Documentation
Represents a single row in the query results.
See: newRow smart constructor.
Constructors
| Row' | |
Fields
| |
Instances
| FromJSON Row Source # | |
| Generic Row Source # | |
| Read Row Source # | |
| Show Row Source # | |
| NFData Row Source # | |
Defined in Amazonka.IotTwinMaker.Types.Row | |
| Eq Row Source # | |
| Hashable Row Source # | |
Defined in Amazonka.IotTwinMaker.Types.Row | |
| type Rep Row Source # | |
Defined in Amazonka.IotTwinMaker.Types.Row type Rep Row = D1 ('MetaData "Row" "Amazonka.IotTwinMaker.Types.Row" "amazonka-iottwinmaker-2.0-F9krWmdiZsuIxDlP9hNtjs" 'False) (C1 ('MetaCons "Row'" 'PrefixI 'True) (S1 ('MetaSel ('Just "rowData") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [QueryResultValue])))) | |
Create a value of Row 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:rowData:Row', row_rowData - The data in a row of query results.
row_rowData :: Lens' Row (Maybe [QueryResultValue]) Source #
The data in a row of query results.