| 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.FormattedVss
Description
Synopsis
Documentation
data FormattedVss Source #
Vehicle Signal Specification (VSS) is a precise language used to describe and model signals in vehicle networks. The JSON file collects signal specificiations in a VSS format.
See: newFormattedVss smart constructor.
Constructors
| FormattedVss' | |
Instances
newFormattedVss :: FormattedVss Source #
Create a value of FormattedVss 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:vssJson:FormattedVss', formattedVss_vssJson - Provides the VSS in JSON format.
formattedVss_vssJson :: Lens' FormattedVss (Maybe Text) Source #
Provides the VSS in JSON format.