| 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.VehicleSummary
Description
Synopsis
- data VehicleSummary = VehicleSummary' {}
- newVehicleSummary :: Text -> Text -> Text -> Text -> UTCTime -> UTCTime -> VehicleSummary
- vehicleSummary_vehicleName :: Lens' VehicleSummary Text
- vehicleSummary_arn :: Lens' VehicleSummary Text
- vehicleSummary_modelManifestArn :: Lens' VehicleSummary Text
- vehicleSummary_decoderManifestArn :: Lens' VehicleSummary Text
- vehicleSummary_creationTime :: Lens' VehicleSummary UTCTime
- vehicleSummary_lastModificationTime :: Lens' VehicleSummary UTCTime
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
| |
Instances
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_vehicleName :: Lens' VehicleSummary Text Source #
The unique ID of the vehicle.
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).