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

Description

 
Synopsis

Documentation

data VehicleSummary Source #

Information about a vehicle.

To return this information about vehicles in your account, you can use the API operation.

See: newVehicleSummary smart constructor.

Constructors

VehicleSummary' 

Fields

  • vehicleName :: Text

    The unique ID of the vehicle.

  • arn :: Text

    The Amazon Resource Name (ARN) of the vehicle.

  • modelManifestArn :: Text

    The ARN of a vehicle model (model manifest) associated with the vehicle.

  • decoderManifestArn :: Text

    The ARN of a decoder manifest associated with the vehicle.

  • creationTime :: POSIX

    The time the vehicle was created in seconds since epoch (January 1, 1970 at midnight UTC time).

  • lastModificationTime :: POSIX

    The time the vehicle was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).

Instances

Instances details
FromJSON VehicleSummary Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.VehicleSummary

Generic VehicleSummary Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.VehicleSummary

Associated Types

type Rep VehicleSummary :: Type -> Type #

Read VehicleSummary Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.VehicleSummary

Show VehicleSummary Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.VehicleSummary

NFData VehicleSummary Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.VehicleSummary

Methods

rnf :: VehicleSummary -> () #

Eq VehicleSummary Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.VehicleSummary

Hashable VehicleSummary Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.VehicleSummary

type Rep VehicleSummary Source # 
Instance details

Defined in Amazonka.IoTFleetWise.Types.VehicleSummary

type Rep VehicleSummary = D1 ('MetaData "VehicleSummary" "Amazonka.IoTFleetWise.Types.VehicleSummary" "amazonka-iotfleetwise-2.0-3noXdw9CznA79cw3EwaHcU" 'False) (C1 ('MetaCons "VehicleSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "vehicleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "modelManifestArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "decoderManifestArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "lastModificationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)))))

newVehicleSummary Source #

Create a value of VehicleSummary 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:vehicleName:VehicleSummary', vehicleSummary_vehicleName - The unique ID of the vehicle.

$sel:arn:VehicleSummary', vehicleSummary_arn - The Amazon Resource Name (ARN) of the vehicle.

$sel:modelManifestArn:VehicleSummary', vehicleSummary_modelManifestArn - The ARN of a vehicle model (model manifest) associated with the vehicle.

$sel:decoderManifestArn:VehicleSummary', vehicleSummary_decoderManifestArn - The ARN of a decoder manifest associated with the vehicle.

$sel:creationTime:VehicleSummary', vehicleSummary_creationTime - The time the vehicle was created in seconds since epoch (January 1, 1970 at midnight UTC time).

$sel:lastModificationTime:VehicleSummary', vehicleSummary_lastModificationTime - The time the vehicle was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).

vehicleSummary_arn :: Lens' VehicleSummary Text Source #

The Amazon Resource Name (ARN) of the vehicle.

vehicleSummary_modelManifestArn :: Lens' VehicleSummary Text Source #

The ARN of a vehicle model (model manifest) associated with the vehicle.

vehicleSummary_decoderManifestArn :: Lens' VehicleSummary Text Source #

The ARN of a decoder manifest associated with the vehicle.

vehicleSummary_creationTime :: Lens' VehicleSummary UTCTime Source #

The time the vehicle was created in seconds since epoch (January 1, 1970 at midnight UTC time).

vehicleSummary_lastModificationTime :: Lens' VehicleSummary UTCTime Source #

The time the vehicle was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).