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
Documentation
data TimestampValue Source #
Contains information about a timestamp.
See: newTimestampValue
smart constructor.
TimestampValue' | |
|
Instances
newTimestampValue :: TimestampValue Source #
Create a value of TimestampValue
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:timeInMillis:TimestampValue'
, timestampValue_timeInMillis
- The value of the timestamp, in the Unix epoch format.
timestampValue_timeInMillis :: Lens' TimestampValue (Maybe Natural) Source #
The value of the timestamp, in the Unix epoch format.