Values.ImportDecoderManifestRequestSourceCreates a decoder manifest using your existing CAN DBC file from your local device. The CAN signal name must be unique and not repeated across CAN message definitions in a .dbc file.
type nonrec t = {name : ResourceName.t;The name of the decoder manifest to import.
*)networkFileDefinitions : NetworkFileDefinitions.t;The file to load into an Amazon Web Services account.
*)}val make :
name:ResourceName.t ->
networkFileDefinitions:NetworkFileDefinitions.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of [> `Blob of NetworkFileBlob.t ] list
| `Map of
([> `String of string ]
* [> `String of string ])
list
| `String of InterfaceId.t ])
list ])
list ]
list
| `String of ResourceName.t ])
list ]