| 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.IoTFleetWise.Types.SignalCatalogSummary
Description
Synopsis
- data SignalCatalogSummary = SignalCatalogSummary' {}
- newSignalCatalogSummary :: SignalCatalogSummary
- signalCatalogSummary_arn :: Lens' SignalCatalogSummary (Maybe Text)
- signalCatalogSummary_creationTime :: Lens' SignalCatalogSummary (Maybe UTCTime)
- signalCatalogSummary_lastModificationTime :: Lens' SignalCatalogSummary (Maybe UTCTime)
- signalCatalogSummary_name :: Lens' SignalCatalogSummary (Maybe Text)
Documentation
data SignalCatalogSummary Source #
Information about a collection of standardized signals, which can be attributes, branches, sensors, or actuators.
See: newSignalCatalogSummary smart constructor.
Constructors
| SignalCatalogSummary' | |
Fields
| |
Instances
newSignalCatalogSummary :: SignalCatalogSummary Source #
Create a value of SignalCatalogSummary 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:arn:SignalCatalogSummary', signalCatalogSummary_arn - The Amazon Resource Name (ARN) of the signal catalog.
$sel:creationTime:SignalCatalogSummary', signalCatalogSummary_creationTime - The time the signal catalog was created in seconds since epoch (January
1, 1970 at midnight UTC time).
$sel:lastModificationTime:SignalCatalogSummary', signalCatalogSummary_lastModificationTime - The time the signal catalog was last updated in seconds since epoch
(January 1, 1970 at midnight UTC time).
$sel:name:SignalCatalogSummary', signalCatalogSummary_name - The name of the signal catalog.
signalCatalogSummary_arn :: Lens' SignalCatalogSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the signal catalog.
signalCatalogSummary_creationTime :: Lens' SignalCatalogSummary (Maybe UTCTime) Source #
The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).
signalCatalogSummary_lastModificationTime :: Lens' SignalCatalogSummary (Maybe UTCTime) Source #
The time the signal catalog was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
signalCatalogSummary_name :: Lens' SignalCatalogSummary (Maybe Text) Source #
The name of the signal catalog.