Values.UpdateVehicleRequestSourceUpdates a vehicle. Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.
type nonrec t = {vehicleName : VehicleName.t;The unique ID of the vehicle to update.
*)modelManifestArn : Arn.t option;The ARN of a vehicle model (model manifest) associated with the vehicle.
*)decoderManifestArn : Arn.t option;The ARN of the decoder manifest associated with this vehicle.
*)attributes : AttributesMap.t option;Static information about a vehicle in a key-value pair. For example: "engineType" : "1.3 L R2"
*)attributeUpdateMode : UpdateMode.t option;The method the specified attributes will update the existing attributes on the vehicle. UseOverwite to replace the vehicle attributes with the specified attributes. Or use Merge to combine all attributes. This is required if attributes are present in the input.
*)stateTemplatesToAdd : StateTemplateAssociations.t option;Associate state templates with the vehicle.
*)stateTemplatesToRemove : StateTemplateAssociationIdentifiers.t option;Remove state templates from the vehicle.
*)stateTemplatesToUpdate : StateTemplateAssociations.t option;Change the stateTemplateUpdateStrategy of state templates already associated with the vehicle.
*)}val make :
?modelManifestArn:??? ->
?decoderManifestArn:??? ->
?attributes:??? ->
?attributeUpdateMode:??? ->
?stateTemplatesToAdd:??? ->
?stateTemplatesToRemove:??? ->
?stateTemplatesToUpdate:??? ->
vehicleName:VehicleName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of ResourceIdentifier.t
| `Structure of
(string
* [> `String of ResourceIdentifier.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of PositiveInteger.t ])
list ])
list ])
list ])
list ]
list
| `Map of
([> `String of AttributeName.t ] * [> `String of AttributeValue.t ])
list
| `String of VehicleName.t ])
list ]