Values.CreateDecoderManifestRequestSourceCreates the decoder manifest associated with a model manifest. To create a decoder manifest, the following must be true: Every signal decoder has a unique name. Each signal decoder is associated with a network interface. Each network interface has a unique ID. The signal decoders are specified in the model manifest.
type nonrec t = {name : ResourceName.t;The unique name of the decoder manifest to create.
*)description : Description.t option;A brief description of the decoder manifest.
*)modelManifestArn : CreateDecoderManifestRequestModelManifestArnString.t;The Amazon Resource Name (ARN) of the vehicle model (model manifest).
*)signalDecoders : SignalDecoders.t option;A list of information about signal decoders.
*)networkInterfaces : NetworkInterfaces.t option;A list of information about available network interfaces.
*)defaultForUnmappedSignals : DefaultForUnmappedSignalsType.t option;Use default decoders for all unmapped signals in the model. You don't need to provide any detailed decoding information. 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.
*)}val make :
?description:??? ->
?signalDecoders:??? ->
?networkInterfaces:??? ->
?defaultForUnmappedSignals:??? ->
?tags:??? ->
name:ResourceName.t ->
modelManifestArn:CreateDecoderManifestRequestModelManifestArnString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of FullyQualifiedName.t
| `Structure of (string * Awso.Botodata.value) list ])
list ]
list
| `String of ResourceName.t ])
list ]