Skip to content

Commit

Permalink
The following dataTypes have been removed: CUSTOMER_DECODED_INTERFACE…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
aws-sdk-dotnet-automation committed Jan 11, 2024
1 parent f7ad2b8 commit b5c3ed9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2246,17 +2246,15 @@
"CAN_NETWORK_INTERFACE_INFO_IS_NULL",
"OBD_NETWORK_INTERFACE_INFO_IS_NULL",
"NETWORK_INTERFACE_TO_REMOVE_ASSOCIATED_WITH_SIGNALS",
"VEHICLE_MIDDLEWARE_NETWORK_INTERFACE_INFO_IS_NULL",
"CUSTOMER_DECODED_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL"
"VEHICLE_MIDDLEWARE_NETWORK_INTERFACE_INFO_IS_NULL"
]
},
"NetworkInterfaceType":{
"type":"string",
"enum":[
"CAN_INTERFACE",
"OBD_INTERFACE",
"VEHICLE_MIDDLEWARE",
"CUSTOMER_DECODED_INTERFACE"
"VEHICLE_MIDDLEWARE"
]
},
"NetworkInterfaces":{
Expand Down Expand Up @@ -2637,17 +2635,15 @@
"STRUCT_SIZE_MISMATCH",
"NO_SIGNAL_IN_CATALOG_FOR_DECODER_SIGNAL",
"SIGNAL_DECODER_INCOMPATIBLE_WITH_SIGNAL_CATALOG",
"EMPTY_MESSAGE_SIGNAL",
"CUSTOMER_DECODED_SIGNAL_INFO_IS_NULL"
"EMPTY_MESSAGE_SIGNAL"
]
},
"SignalDecoderType":{
"type":"string",
"enum":[
"CAN_SIGNAL",
"OBD_SIGNAL",
"MESSAGE_SIGNAL",
"CUSTOMER_DECODED_SIGNAL"
"MESSAGE_SIGNAL"
]
},
"SignalDecoders":{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3412,17 +3412,15 @@
"CAN_NETWORK_INTERFACE_INFO_IS_NULL",
"OBD_NETWORK_INTERFACE_INFO_IS_NULL",
"NETWORK_INTERFACE_TO_REMOVE_ASSOCIATED_WITH_SIGNALS",
"VEHICLE_MIDDLEWARE_NETWORK_INTERFACE_INFO_IS_NULL",
"CUSTOMER_DECODED_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL"
"VEHICLE_MIDDLEWARE_NETWORK_INTERFACE_INFO_IS_NULL"
]
},
"NetworkInterfaceType":{
"type":"string",
"enum":[
"CAN_INTERFACE",
"OBD_INTERFACE",
"VEHICLE_MIDDLEWARE",
"CUSTOMER_DECODED_INTERFACE"
"VEHICLE_MIDDLEWARE"
]
},
"NetworkInterfaces":{
Expand Down Expand Up @@ -4022,17 +4020,15 @@
"STRUCT_SIZE_MISMATCH",
"NO_SIGNAL_IN_CATALOG_FOR_DECODER_SIGNAL",
"SIGNAL_DECODER_INCOMPATIBLE_WITH_SIGNAL_CATALOG",
"EMPTY_MESSAGE_SIGNAL",
"CUSTOMER_DECODED_SIGNAL_INFO_IS_NULL"
"EMPTY_MESSAGE_SIGNAL"
]
},
"SignalDecoderType":{
"type":"string",
"enum":[
"CAN_SIGNAL",
"OBD_SIGNAL",
"MESSAGE_SIGNAL",
"CUSTOMER_DECODED_SIGNAL"
"MESSAGE_SIGNAL"
]
},
"SignalDecoders":{
Expand Down
16 changes: 0 additions & 16 deletions sdk/src/Services/IoTFleetWise/Generated/ServiceEnumerations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -459,10 +459,6 @@ public class NetworkInterfaceFailureReason : ConstantClass
/// </summary>
public static readonly NetworkInterfaceFailureReason CONFLICTING_NETWORK_INTERFACE = new NetworkInterfaceFailureReason("CONFLICTING_NETWORK_INTERFACE");
/// <summary>
/// Constant CUSTOMER_DECODED_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL for NetworkInterfaceFailureReason
/// </summary>
public static readonly NetworkInterfaceFailureReason CUSTOMER_DECODED_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL = new NetworkInterfaceFailureReason("CUSTOMER_DECODED_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL");
/// <summary>
/// Constant DUPLICATE_NETWORK_INTERFACE for NetworkInterfaceFailureReason
/// </summary>
public static readonly NetworkInterfaceFailureReason DUPLICATE_NETWORK_INTERFACE = new NetworkInterfaceFailureReason("DUPLICATE_NETWORK_INTERFACE");
Expand Down Expand Up @@ -529,10 +525,6 @@ public class NetworkInterfaceType : ConstantClass
/// </summary>
public static readonly NetworkInterfaceType CAN_INTERFACE = new NetworkInterfaceType("CAN_INTERFACE");
/// <summary>
/// Constant CUSTOMER_DECODED_INTERFACE for NetworkInterfaceType
/// </summary>
public static readonly NetworkInterfaceType CUSTOMER_DECODED_INTERFACE = new NetworkInterfaceType("CUSTOMER_DECODED_INTERFACE");
/// <summary>
/// Constant OBD_INTERFACE for NetworkInterfaceType
/// </summary>
public static readonly NetworkInterfaceType OBD_INTERFACE = new NetworkInterfaceType("OBD_INTERFACE");
Expand Down Expand Up @@ -955,10 +947,6 @@ public class SignalDecoderFailureReason : ConstantClass
/// </summary>
public static readonly SignalDecoderFailureReason CONFLICTING_SIGNAL = new SignalDecoderFailureReason("CONFLICTING_SIGNAL");
/// <summary>
/// Constant CUSTOMER_DECODED_SIGNAL_INFO_IS_NULL for SignalDecoderFailureReason
/// </summary>
public static readonly SignalDecoderFailureReason CUSTOMER_DECODED_SIGNAL_INFO_IS_NULL = new SignalDecoderFailureReason("CUSTOMER_DECODED_SIGNAL_INFO_IS_NULL");
/// <summary>
/// Constant DUPLICATE_SIGNAL for SignalDecoderFailureReason
/// </summary>
public static readonly SignalDecoderFailureReason DUPLICATE_SIGNAL = new SignalDecoderFailureReason("DUPLICATE_SIGNAL");
Expand Down Expand Up @@ -1057,10 +1045,6 @@ public class SignalDecoderType : ConstantClass
/// </summary>
public static readonly SignalDecoderType CAN_SIGNAL = new SignalDecoderType("CAN_SIGNAL");
/// <summary>
/// Constant CUSTOMER_DECODED_SIGNAL for SignalDecoderType
/// </summary>
public static readonly SignalDecoderType CUSTOMER_DECODED_SIGNAL = new SignalDecoderType("CUSTOMER_DECODED_SIGNAL");
/// <summary>
/// Constant MESSAGE_SIGNAL for SignalDecoderType
/// </summary>
public static readonly SignalDecoderType MESSAGE_SIGNAL = new SignalDecoderType("MESSAGE_SIGNAL");
Expand Down

0 comments on commit b5c3ed9

Please sign in to comment.