Skip to content

Commit f49248c

Browse files
author
AWS
committed
AWS IoT FleetWise Update: The following dataTypes have been removed: CUSTOMER_DECODED_INTERFACE in NetworkInterfaceType; CUSTOMER_DECODED_SIGNAL_INFO_IS_NULL in SignalDecoderFailureReason; CUSTOMER_DECODED_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL in NetworkInterfaceFailureReason; CUSTOMER_DECODED_SIGNAL in SignalDecoderType
1 parent 3b1afbc commit f49248c

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS IoT FleetWise",
4+
"contributor": "",
5+
"description": "The following dataTypes have been removed: CUSTOMER_DECODED_INTERFACE in NetworkInterfaceType; CUSTOMER_DECODED_SIGNAL_INFO_IS_NULL in SignalDecoderFailureReason; CUSTOMER_DECODED_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL in NetworkInterfaceFailureReason; CUSTOMER_DECODED_SIGNAL in SignalDecoderType"
6+
}

services/iotfleetwise/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3412,17 +3412,15 @@
34123412
"CAN_NETWORK_INTERFACE_INFO_IS_NULL",
34133413
"OBD_NETWORK_INTERFACE_INFO_IS_NULL",
34143414
"NETWORK_INTERFACE_TO_REMOVE_ASSOCIATED_WITH_SIGNALS",
3415-
"VEHICLE_MIDDLEWARE_NETWORK_INTERFACE_INFO_IS_NULL",
3416-
"CUSTOMER_DECODED_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL"
3415+
"VEHICLE_MIDDLEWARE_NETWORK_INTERFACE_INFO_IS_NULL"
34173416
]
34183417
},
34193418
"NetworkInterfaceType":{
34203419
"type":"string",
34213420
"enum":[
34223421
"CAN_INTERFACE",
34233422
"OBD_INTERFACE",
3424-
"VEHICLE_MIDDLEWARE",
3425-
"CUSTOMER_DECODED_INTERFACE"
3423+
"VEHICLE_MIDDLEWARE"
34263424
]
34273425
},
34283426
"NetworkInterfaces":{
@@ -4022,17 +4020,15 @@
40224020
"STRUCT_SIZE_MISMATCH",
40234021
"NO_SIGNAL_IN_CATALOG_FOR_DECODER_SIGNAL",
40244022
"SIGNAL_DECODER_INCOMPATIBLE_WITH_SIGNAL_CATALOG",
4025-
"EMPTY_MESSAGE_SIGNAL",
4026-
"CUSTOMER_DECODED_SIGNAL_INFO_IS_NULL"
4023+
"EMPTY_MESSAGE_SIGNAL"
40274024
]
40284025
},
40294026
"SignalDecoderType":{
40304027
"type":"string",
40314028
"enum":[
40324029
"CAN_SIGNAL",
40334030
"OBD_SIGNAL",
4034-
"MESSAGE_SIGNAL",
4035-
"CUSTOMER_DECODED_SIGNAL"
4031+
"MESSAGE_SIGNAL"
40364032
]
40374033
},
40384034
"SignalDecoders":{

0 commit comments

Comments
 (0)