| 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.Detective.Types.TimestampForCollection
Description
Documentation
data TimestampForCollection Source #
Details on when data collection began for a source package.
See: newTimestampForCollection smart constructor.
Constructors
| TimestampForCollection' | |
Instances
newTimestampForCollection :: TimestampForCollection Source #
Create a value of TimestampForCollection 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:timestamp:TimestampForCollection', timestampForCollection_timestamp - The data and time when data collection began for a source package. The
value is an ISO8601 formatted string. For example,
2021-08-18T16:35:56.284Z.
timestampForCollection_timestamp :: Lens' TimestampForCollection (Maybe UTCTime) Source #
The data and time when data collection began for a source package. The
value is an ISO8601 formatted string. For example,
2021-08-18T16:35:56.284Z.