amazonka-iotfleetwise-2.0: Amazon IoT FleetWise SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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' 

Fields

Instances

Instances details
ToJSON FormattedVss Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.FormattedVss

Generic FormattedVss Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.FormattedVss

Associated Types

type Rep FormattedVss :: Type -> Type #

Read FormattedVss Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.FormattedVss

Show FormattedVss Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.FormattedVss

NFData FormattedVss Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.FormattedVss

Methods

rnf :: FormattedVss -> () #

Eq FormattedVss Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.FormattedVss

Hashable FormattedVss Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.FormattedVss

type Rep FormattedVss Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.FormattedVss

type Rep FormattedVss = D1 ('MetaData "FormattedVss" "Amazonka.IoTFleetWise.Types.FormattedVss" "amazonka-iotfleetwise-2.0-3noXdw9CznA79cw3EwaHcU" 'False) (C1 ('MetaCons "FormattedVss'" 'PrefixI 'True) (S1 ('MetaSel ('Just "vssJson") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.