Values.ImportDecoderManifestResponseSourceCreates 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 option;The name of the imported decoder manifest.
*)arn : Arn.t option;The Amazon Resource Name (ARN) of the decoder manifest that was imported.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `DecoderManifestValidationException of DecoderManifestValidationException.t| `InternalServerException of InternalServerException.t| `InvalidSignalsException of InvalidSignalsException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `DecoderManifestValidationException of DecoderManifestValidationException.t
| `InternalServerException of InternalServerException.t
| `InvalidSignalsException of InvalidSignalsException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `DecoderManifestValidationException of DecoderManifestValidationException.t
| `InternalServerException of InternalServerException.t
| `InvalidSignalsException of InvalidSignalsException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]