Values.CreateModelManifestRequestSourceCreates a vehicle model (model manifest) that specifies signals (attributes, branches, sensors, and actuators). For more information, see Vehicle models in the Amazon Web Services IoT FleetWise Developer Guide.
type nonrec t = {name : ResourceName.t;The name of the vehicle model to create.
*)description : Description.t option;A brief description of the vehicle model.
*)nodes : CreateModelManifestRequestNodesList.t;A list of nodes, which are a general abstraction of signals.
*)signalCatalogArn : Arn.t;The Amazon Resource Name (ARN) of a signal catalog.
*)}val make :
?description:??? ->
?tags:??? ->
name:ResourceName.t ->
nodes:CreateModelManifestRequestNodesList.t ->
signalCatalogArn:Arn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of string
| `Structure of (string * [> `String of TagKey.t ]) list ]
list
| `String of ResourceName.t ])
list ]