| 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.UpdateVehicleResponseItem
Description
Documentation
data UpdateVehicleResponseItem Source #
Information about the updated vehicle.
See: newUpdateVehicleResponseItem smart constructor.
Constructors
| UpdateVehicleResponseItem' | |
Instances
newUpdateVehicleResponseItem :: UpdateVehicleResponseItem Source #
Create a value of UpdateVehicleResponseItem 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:arn:UpdateVehicleResponseItem', updateVehicleResponseItem_arn - The Amazon Resource Name (ARN) of the updated vehicle.
$sel:vehicleName:UpdateVehicleResponseItem', updateVehicleResponseItem_vehicleName - The unique ID of the updated vehicle.
updateVehicleResponseItem_arn :: Lens' UpdateVehicleResponseItem (Maybe Text) Source #
The Amazon Resource Name (ARN) of the updated vehicle.
updateVehicleResponseItem_vehicleName :: Lens' UpdateVehicleResponseItem (Maybe Text) Source #
The unique ID of the updated vehicle.