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.CanInterface

Description

 
Synopsis

Documentation

data CanInterface Source #

A single controller area network (CAN) device interface.

See: newCanInterface smart constructor.

Constructors

CanInterface' 

Fields

Instances

Instances details
FromJSON CanInterface Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.CanInterface

ToJSON CanInterface Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.CanInterface

Generic CanInterface Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.CanInterface

Associated Types

type Rep CanInterface :: Type -> Type #

Read CanInterface Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.CanInterface

Show CanInterface Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.CanInterface

NFData CanInterface Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.CanInterface

Methods

rnf :: CanInterface -> () #

Eq CanInterface Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.CanInterface

Hashable CanInterface Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.CanInterface

type Rep CanInterface Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.CanInterface

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

newCanInterface Source #

Create a value of CanInterface 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:protocolName:CanInterface', canInterface_protocolName - The name of the communication protocol for the interface.

$sel:protocolVersion:CanInterface', canInterface_protocolVersion - The version of the communication protocol for the interface.

$sel:name:CanInterface', canInterface_name - The unique name of the interface.

canInterface_protocolName :: Lens' CanInterface (Maybe Text) Source #

The name of the communication protocol for the interface.

canInterface_protocolVersion :: Lens' CanInterface (Maybe Text) Source #

The version of the communication protocol for the interface.

canInterface_name :: Lens' CanInterface Text Source #

The unique name of the interface.