Values.UpdateVehicleRequestItemSourceInformation about the vehicle to update. 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 the vehicle model (model manifest) associated with the vehicle to update.
*)decoderManifestArn : Arn.t option;The ARN of the signal decoder manifest associated with the vehicle to update.
*)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 additional state templates to track the state of the vehicle. State templates determine which signal updates the vehicle sends to the cloud.
*)stateTemplatesToRemove : StateTemplateAssociationIdentifiers.t option;Remove existing state template associations 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 ]