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 Record = Record' {}
- newRecord :: Record
- record_syncCount :: Lens' Record (Maybe Integer)
- record_deviceLastModifiedDate :: Lens' Record (Maybe UTCTime)
- record_lastModifiedDate :: Lens' Record (Maybe UTCTime)
- record_value :: Lens' Record (Maybe Text)
- record_key :: Lens' Record (Maybe Text)
- record_lastModifiedBy :: Lens' Record (Maybe Text)
Documentation
The basic data structure of a dataset.
See: newRecord
smart constructor.
Record' | |
|
Instances
Create a value of Record
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:syncCount:Record'
, record_syncCount
- The server sync count for this record.
$sel:deviceLastModifiedDate:Record'
, record_deviceLastModifiedDate
- The last modified date of the client device.
$sel:lastModifiedDate:Record'
, record_lastModifiedDate
- The date on which the record was last modified.
$sel:value:Record'
, record_value
- The value for the record.
$sel:key:Record'
, record_key
- The key for the record.
$sel:lastModifiedBy:Record'
, record_lastModifiedBy
- The user/device that made the last change to this record.
record_deviceLastModifiedDate :: Lens' Record (Maybe UTCTime) Source #
The last modified date of the client device.