Class: Aws::IoTFleetWise::Types::UpdateDecoderManifestRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotfleetwise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_for_unmapped_signalsString

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*.

[1]: docs.aws.amazon.com/iot-fleetwise/latest/developerguide/fleetwise-regions.html

Returns:

  • (String)


4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4820

class UpdateDecoderManifestRequest < Struct.new(
  :name,
  :description,
  :signal_decoders_to_add,
  :signal_decoders_to_update,
  :signal_decoders_to_remove,
  :network_interfaces_to_add,
  :network_interfaces_to_update,
  :network_interfaces_to_remove,
  :status,
  :default_for_unmapped_signals)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A brief description of the decoder manifest to update.

Returns:

  • (String)


4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4820

class UpdateDecoderManifestRequest < Struct.new(
  :name,
  :description,
  :signal_decoders_to_add,
  :signal_decoders_to_update,
  :signal_decoders_to_remove,
  :network_interfaces_to_add,
  :network_interfaces_to_update,
  :network_interfaces_to_remove,
  :status,
  :default_for_unmapped_signals)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the decoder manifest to update.

Returns:

  • (String)


4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4820

class UpdateDecoderManifestRequest < Struct.new(
  :name,
  :description,
  :signal_decoders_to_add,
  :signal_decoders_to_update,
  :signal_decoders_to_remove,
  :network_interfaces_to_add,
  :network_interfaces_to_update,
  :network_interfaces_to_remove,
  :status,
  :default_for_unmapped_signals)
  SENSITIVE = []
  include Aws::Structure
end

#network_interfaces_to_addArray<Types::NetworkInterface>

A list of information about the network interfaces to add to the decoder manifest.

Returns:



4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4820

class UpdateDecoderManifestRequest < Struct.new(
  :name,
  :description,
  :signal_decoders_to_add,
  :signal_decoders_to_update,
  :signal_decoders_to_remove,
  :network_interfaces_to_add,
  :network_interfaces_to_update,
  :network_interfaces_to_remove,
  :status,
  :default_for_unmapped_signals)
  SENSITIVE = []
  include Aws::Structure
end

#network_interfaces_to_removeArray<String>

A list of network interfaces to remove from the decoder manifest.

Returns:

  • (Array<String>)


4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4820

class UpdateDecoderManifestRequest < Struct.new(
  :name,
  :description,
  :signal_decoders_to_add,
  :signal_decoders_to_update,
  :signal_decoders_to_remove,
  :network_interfaces_to_add,
  :network_interfaces_to_update,
  :network_interfaces_to_remove,
  :status,
  :default_for_unmapped_signals)
  SENSITIVE = []
  include Aws::Structure
end

#network_interfaces_to_updateArray<Types::NetworkInterface>

A list of information about the network interfaces to update in the decoder manifest.

Returns:



4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4820

class UpdateDecoderManifestRequest < Struct.new(
  :name,
  :description,
  :signal_decoders_to_add,
  :signal_decoders_to_update,
  :signal_decoders_to_remove,
  :network_interfaces_to_add,
  :network_interfaces_to_update,
  :network_interfaces_to_remove,
  :status,
  :default_for_unmapped_signals)
  SENSITIVE = []
  include Aws::Structure
end

#signal_decoders_to_addArray<Types::SignalDecoder>

A list of information about decoding additional signals to add to the decoder manifest.

Returns:



4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4820

class UpdateDecoderManifestRequest < Struct.new(
  :name,
  :description,
  :signal_decoders_to_add,
  :signal_decoders_to_update,
  :signal_decoders_to_remove,
  :network_interfaces_to_add,
  :network_interfaces_to_update,
  :network_interfaces_to_remove,
  :status,
  :default_for_unmapped_signals)
  SENSITIVE = []
  include Aws::Structure
end

#signal_decoders_to_removeArray<String>

A list of signal decoders to remove from the decoder manifest.

Returns:

  • (Array<String>)


4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4820

class UpdateDecoderManifestRequest < Struct.new(
  :name,
  :description,
  :signal_decoders_to_add,
  :signal_decoders_to_update,
  :signal_decoders_to_remove,
  :network_interfaces_to_add,
  :network_interfaces_to_update,
  :network_interfaces_to_remove,
  :status,
  :default_for_unmapped_signals)
  SENSITIVE = []
  include Aws::Structure
end

#signal_decoders_to_updateArray<Types::SignalDecoder>

A list of updated information about decoding signals to update in the decoder manifest.

Returns:



4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4820

class UpdateDecoderManifestRequest < Struct.new(
  :name,
  :description,
  :signal_decoders_to_add,
  :signal_decoders_to_update,
  :signal_decoders_to_remove,
  :network_interfaces_to_add,
  :network_interfaces_to_update,
  :network_interfaces_to_remove,
  :status,
  :default_for_unmapped_signals)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The state of the decoder manifest. If the status is ‘ACTIVE`, the decoder manifest can’t be edited. If the status is ‘DRAFT`, you can edit the decoder manifest.

Returns:

  • (String)


4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4820

class UpdateDecoderManifestRequest < Struct.new(
  :name,
  :description,
  :signal_decoders_to_add,
  :signal_decoders_to_update,
  :signal_decoders_to_remove,
  :network_interfaces_to_add,
  :network_interfaces_to_update,
  :network_interfaces_to_remove,
  :status,
  :default_for_unmapped_signals)
  SENSITIVE = []
  include Aws::Structure
end