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 |
Synopsis
- data ResultRow = ResultRow' {}
- newResultRow :: ResultRow
- resultRow_rowId :: Lens' ResultRow (Maybe Text)
- resultRow_dataItems :: Lens' ResultRow [DataItem]
Documentation
A single row in the ResultSet.
See: newResultRow
smart constructor.
Instances
Eq ResultRow Source # | |
Show ResultRow Source # | |
Generic ResultRow Source # | |
NFData ResultRow Source # | |
Defined in Amazonka.HoneyCode.Types.ResultRow | |
Hashable ResultRow Source # | |
Defined in Amazonka.HoneyCode.Types.ResultRow | |
FromJSON ResultRow Source # | |
type Rep ResultRow Source # | |
Defined in Amazonka.HoneyCode.Types.ResultRow type Rep ResultRow = D1 ('MetaData "ResultRow" "Amazonka.HoneyCode.Types.ResultRow" "libZSservicesZSamazonka-honeycodeZSamazonka-honeycode" 'False) (C1 ('MetaCons "ResultRow'" 'PrefixI 'True) (S1 ('MetaSel ('Just "rowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Sensitive DataItem]))) |
newResultRow :: ResultRow Source #
Create a value of ResultRow
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:rowId:ResultRow'
, resultRow_rowId
- The ID for a particular row.
$sel:dataItems:ResultRow'
, resultRow_dataItems
- List of all the data cells in a row.