lib/aws-sdk-iotfleetwise/client.rb in aws-sdk-iotfleetwise-1.18.0 vs lib/aws-sdk-iotfleetwise/client.rb in aws-sdk-iotfleetwise-1.19.0
- old
+ new
@@ -770,11 +770,11 @@
# description: "description",
# model_manifest_arn: "arn", # required
# signal_decoders: [
# {
# fully_qualified_name: "FullyQualifiedName", # required
- # type: "CAN_SIGNAL", # required, accepts CAN_SIGNAL, OBD_SIGNAL, MESSAGE_SIGNAL, CUSTOMER_DECODED_SIGNAL
+ # type: "CAN_SIGNAL", # required, accepts CAN_SIGNAL, OBD_SIGNAL, MESSAGE_SIGNAL
# interface_id: "InterfaceId", # required
# can_signal: {
# message_id: 1, # required
# is_big_endian: false, # required
# is_signed: false, # required
@@ -827,11 +827,11 @@
# },
# ],
# network_interfaces: [
# {
# interface_id: "InterfaceId", # required
- # type: "CAN_INTERFACE", # required, accepts CAN_INTERFACE, OBD_INTERFACE, VEHICLE_MIDDLEWARE, CUSTOMER_DECODED_INTERFACE
+ # type: "CAN_INTERFACE", # required, accepts CAN_INTERFACE, OBD_INTERFACE, VEHICLE_MIDDLEWARE
# can_interface: {
# name: "CanInterfaceName", # required
# protocol_name: "ProtocolName",
# protocol_version: "ProtocolVersion",
# },
@@ -2010,11 +2010,11 @@
#
# @example Response structure
#
# resp.network_interfaces #=> Array
# resp.network_interfaces[0].interface_id #=> String
- # resp.network_interfaces[0].type #=> String, one of "CAN_INTERFACE", "OBD_INTERFACE", "VEHICLE_MIDDLEWARE", "CUSTOMER_DECODED_INTERFACE"
+ # resp.network_interfaces[0].type #=> String, one of "CAN_INTERFACE", "OBD_INTERFACE", "VEHICLE_MIDDLEWARE"
# resp.network_interfaces[0].can_interface.name #=> String
# resp.network_interfaces[0].can_interface.protocol_name #=> String
# resp.network_interfaces[0].can_interface.protocol_version #=> String
# resp.network_interfaces[0].obd_interface.name #=> String
# resp.network_interfaces[0].obd_interface.request_message_id #=> Integer
@@ -2074,11 +2074,11 @@
#
# @example Response structure
#
# resp.signal_decoders #=> Array
# resp.signal_decoders[0].fully_qualified_name #=> String
- # resp.signal_decoders[0].type #=> String, one of "CAN_SIGNAL", "OBD_SIGNAL", "MESSAGE_SIGNAL", "CUSTOMER_DECODED_SIGNAL"
+ # resp.signal_decoders[0].type #=> String, one of "CAN_SIGNAL", "OBD_SIGNAL", "MESSAGE_SIGNAL"
# resp.signal_decoders[0].interface_id #=> String
# resp.signal_decoders[0].can_signal.message_id #=> Integer
# resp.signal_decoders[0].can_signal.is_big_endian #=> Boolean
# resp.signal_decoders[0].can_signal.is_signed #=> Boolean
# resp.signal_decoders[0].can_signal.start_bit #=> Integer
@@ -3037,11 +3037,11 @@
# name: "resourceName", # required
# description: "description",
# signal_decoders_to_add: [
# {
# fully_qualified_name: "FullyQualifiedName", # required
- # type: "CAN_SIGNAL", # required, accepts CAN_SIGNAL, OBD_SIGNAL, MESSAGE_SIGNAL, CUSTOMER_DECODED_SIGNAL
+ # type: "CAN_SIGNAL", # required, accepts CAN_SIGNAL, OBD_SIGNAL, MESSAGE_SIGNAL
# interface_id: "InterfaceId", # required
# can_signal: {
# message_id: 1, # required
# is_big_endian: false, # required
# is_signed: false, # required
@@ -3094,11 +3094,11 @@
# },
# ],
# signal_decoders_to_update: [
# {
# fully_qualified_name: "FullyQualifiedName", # required
- # type: "CAN_SIGNAL", # required, accepts CAN_SIGNAL, OBD_SIGNAL, MESSAGE_SIGNAL, CUSTOMER_DECODED_SIGNAL
+ # type: "CAN_SIGNAL", # required, accepts CAN_SIGNAL, OBD_SIGNAL, MESSAGE_SIGNAL
# interface_id: "InterfaceId", # required
# can_signal: {
# message_id: 1, # required
# is_big_endian: false, # required
# is_signed: false, # required
@@ -3152,11 +3152,11 @@
# ],
# signal_decoders_to_remove: ["FullyQualifiedName"],
# network_interfaces_to_add: [
# {
# interface_id: "InterfaceId", # required
- # type: "CAN_INTERFACE", # required, accepts CAN_INTERFACE, OBD_INTERFACE, VEHICLE_MIDDLEWARE, CUSTOMER_DECODED_INTERFACE
+ # type: "CAN_INTERFACE", # required, accepts CAN_INTERFACE, OBD_INTERFACE, VEHICLE_MIDDLEWARE
# can_interface: {
# name: "CanInterfaceName", # required
# protocol_name: "ProtocolName",
# protocol_version: "ProtocolVersion",
# },
@@ -3176,11 +3176,11 @@
# },
# ],
# network_interfaces_to_update: [
# {
# interface_id: "InterfaceId", # required
- # type: "CAN_INTERFACE", # required, accepts CAN_INTERFACE, OBD_INTERFACE, VEHICLE_MIDDLEWARE, CUSTOMER_DECODED_INTERFACE
+ # type: "CAN_INTERFACE", # required, accepts CAN_INTERFACE, OBD_INTERFACE, VEHICLE_MIDDLEWARE
# can_interface: {
# name: "CanInterfaceName", # required
# protocol_name: "ProtocolName",
# protocol_version: "ProtocolVersion",
# },
@@ -3535,10 +3535,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-iotfleetwise'
- context[:gem_version] = '1.18.0'
+ context[:gem_version] = '1.19.0'
Seahorse::Client::Request.new(handlers, context)
end
# @api private
# @deprecated