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